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
2012-10-08
Make carp_ourether() shorter and more generic. Only a mac address
Camiel Dobbelaar
2012-09-19
Make rt_lookup return a pointer to an rtentry struct instead of
Bret Lambert
2012-09-19
inherit IFCAP_CSUM_* from the parent interface
Henning Brauer
2012-04-11
fix all the suser calls which pass an incorrect p_acflag argument;
Mike Belopuhov
2011-11-19
Select a routing table according to the rdomain. Allows one
Mike Belopuhov
2011-10-30
In the advbase 0 case, we have to use three times
Marco Pfatschbacher
2011-10-24
Lower carp demote count on interface detach, fixes a bug introduced by rev 1....
Camiel Dobbelaar
2011-10-16
Use m_pullup() instead of IP6_EXTHDR_GET() to get the carp header
Marco Pfatschbacher
2011-09-06
Properly initialize struct carp_if (especially vhif_nvrs) with M_ZERO.
Marco Pfatschbacher
2011-07-08
mark carp advertisements to be queued at priority 6. losing them is bad,
Henning Brauer
2011-07-04
Don't make copy multicast packets for carp interfaces
Marco Pfatschbacher
2011-07-04
Allow advbase to be set to zero, which makes it possible to run
Marco Pfatschbacher
2011-07-03
avoid void * pointer arithmetic
David Hill
2011-07-03
Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has
Claudio Jeker
2011-05-04
Collapse m_pullup and m_pullup2 into a single function, as they're
Bret Lambert
2011-04-29
The previous reconfiguration change broke IPv6 only setups.
Marco Pfatschbacher
2011-04-04
install an additional bpf hook in the carp_input so that multicast
Mike Belopuhov
2011-03-08
Fix a subtle carp reconfiguration problem.
Marco Pfatschbacher
2010-12-21
Doh! Forgot to set the rdomain when sending out carp announcements.
Claudio Jeker
2010-11-26
more useful logging level for demotion adjustments
Otto Moerbeek
2010-08-26
Link local multicast requires a scope (either from the src or dst address)
Claudio Jeker
2010-08-02
Prevent illegal struct casting by moving AF_INET/AF_INET6 address
Matthew Dempsky
2010-07-20
Switch some obvious network stack MAC comparisons from bcmp() to
Matthew Dempsky
2010-04-25
Properly adjust group demotion counters when groups are added or
Marco Pfatschbacher
2010-01-13
let's admit it's not 1992 any more. CIDR is around for a long time, even
Henning Brauer
2010-01-12
Remove the "bump the advskew to 240 in case of errors" hack.
Marco Pfatschbacher
2010-01-12
Use M_ZERO in malloc instead of doing a bzeor right afterwards.
Claudio Jeker
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
[next]