index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_carp.c
Age
Commit message (
Expand
)
Author
2007-10-27
Replace the replay protection counter with a cookie.
Marco Pfatschbacher
2007-09-24
Fix carp(4) after the switch to dynamic imo_membership allocation.
Claudio Jeker
2007-09-18
allow 4095 instead of 20 multicast group memberships per socket (you need
Markus Friedl
2007-09-18
ARP balancing has been changed to use the source MAC address
Marco Pfatschbacher
2007-09-03
Make use of the carp preempt counter to signal number of transitions of
Joel Knight
2007-06-23
use a masked destination network instead of the interface ip for the
Reyk Floeter
2007-06-14
preserve the possible route label if the route belongs to the carp
Reyk Floeter
2007-06-13
There is no need to set RTAX_NETMASK on RTF_HOST routes. RTAX_NETMASK will
Claudio Jeker
2007-06-01
sc_carplladdr does not need to be dereferenced.
Marco Pfatschbacher
2007-06-01
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
Henning Brauer
2007-06-01
Remove code to create a carp(4) Token Ring lladdr.
Marco Pfatschbacher
2007-05-29
Move tokenring support to the attic where it can join the cards that where
Claudio Jeker
2007-05-28
Users of arc4random() should include dev/rndvar.h directly.
Ryan Thomas McBride
2007-05-27
rewrite a static inline func that simply coerces a return type of another
David Gwynne
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-05-06
do not fill RTAX_GATEWAY for RTM_DELETE, ok claudio
Henning Brauer
2007-05-04
make carp's routing table modification attempts (imho broken by design)
Henning Brauer
2007-03-27
Don't pick up IPv6 link local IPs on address deletions.
Marco Pfatschbacher
2007-03-25
Synchronise carp advertisements on group demotion.
Marco Pfatschbacher
2007-03-18
Add IP load balancing support for carp(4).
Marco Pfatschbacher
2006-12-13
use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses
Jun-ichiro itojun Hagino
2006-11-16
in carp_attach, create the "carp" interface group, so that it is always
Henning Brauer
2006-08-31
Automatically add a IPv6 link-local address to carp interfaces when the
Ryan Thomas McBride
2006-08-28
Make carp see all IPv6 address additions and remove dead code in carp_ioctl()
Ryan Thomas McBride
2006-08-16
Send out a second delayed gratuitous ARP request after
Marco Pfatschbacher
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-06-02
Introduce attributes to interface groups.
Marco Pfatschbacher
2006-05-22
Check for NULL cookies before calling hook_disestablish(). Just in case
Kenneth R Westerback
2006-05-18
Add a duplicate check for our own advertisements. This is necessary
Marco Pfatschbacher
2006-03-26
if_link_state_change() is more appropriate here.
Camiel Dobbelaar
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-23
Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned.
Ryan Thomas McBride
2006-03-22
prevent anything outside rote.c from accessing the routing table heads
Henning Brauer
2006-01-28
Fix hmac calculation.
Marco Pfatschbacher
2005-11-29
Fix IPv6 hmac calculation.
Marco Pfatschbacher
2005-11-29
something in the eurobsdcon route-a-thon broke my simple home network
Jolan Luff
2005-11-27
don't let anything outside route.c access the routing table heads directly,
Henning Brauer
2005-11-27
Completly remove transition path INIT -> MASTER.
Marco Pfatschbacher
2005-11-27
Sort the IP addresses in ascending order when doing the carp hmac; makes
Ryan Thomas McBride
2005-11-04
Add carp_hash() - hash the ethernet address of the ARP request and use
Ryan Thomas McBride
2005-10-31
Fix a TAILQ_FOREACH where the item containing the next pointer could be
Christopher Pascoe
2005-10-24
Remove redundant duplicate packet length check.
Ryan Thomas McBride
2005-09-29
Rework of multicast deletion code.
Marco Pfatschbacher
2005-08-31
Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with
Ryan Thomas McBride
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2005-06-19
Don't reflect CARP's internal state via IFF_UP (which a user can modify), use
Christopher Pascoe
2005-05-27
only access if_linkstatehooks inside splnet.
Marco Pfatschbacher
2005-04-20
Introduce if_linkstatehooks.
Marco Pfatschbacher
2005-03-15
- stop tearing down routes when the carp interface goes to backup in the
Ryan Thomas McBride
2005-03-13
fix a potential crash that could occur when CARP_LOG is being used.
Patrick Latifi
[next]