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
2009-06-17
Correctly handle the carp demote counter in all input cases.
Marco Pfatschbacher
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2008-10-28
Do not keep retrying to send advertisements if there is
Marco Pfatschbacher
2008-09-03
Prevent a possible overflow when the sum of all demotion counters
Marco Pfatschbacher
2008-06-14
add carppeer; an option to specify a different multicast address or
Reyk Floeter
2008-06-13
Do not log carp state transitions from or to INIT by default.
Marco Pfatschbacher
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2008-05-06
Use the standard syslog levels on CARP logging messages instead of
Ryan Thomas McBride
2008-02-20
Add my copyright.
Marco Pfatschbacher
2008-02-05
Move carp load balancing (ARP/IP) to a simpler configuration scheme.
Marco Pfatschbacher
2008-01-02
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-12-14
add sysctl entry points into various network layers, in particular to
Theo de Raadt
2007-11-27
Make carp(4) behave more like a ethernet interface by initalizing the
Claudio Jeker
2007-11-26
MALLOC -> malloc and M_ZERO change
Charles Longeau
2007-11-22
pass the carp ifp to rt_missmsg() when generating the RTM_ADD messages
Henning Brauer
2007-11-22
Factor out the virtual host portion of carp into a separate struct
Marco Pfatschbacher
2007-11-16
use arc4random_bytes() instead of multiple arc4random() calls;
Damien Miller
2007-10-29
MALLOC/FREE -> malloc/free
Charles Longeau
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
[next]