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
2013-10-20
Put a large chunk of the IPv6 rdomain support in-tree.
Peter Hessler
2013-10-19
Now carp_set_addr() and carp_set_addr6() break out of the loop after
Alexander Bluhm
2013-10-19
In carp_set_addr6() break out of the loop after the interface address
Alexander Bluhm
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-08-12
In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was
Alexander Bluhm
2013-06-20
Revert previous and unbreak asr, the new include should be protected.
Martin Pieuchot
2013-06-20
Allocate the various hook head descriptors as part of the ifnet
Martin Pieuchot
2013-06-18
Use TAILQ_FOREACH() instead of handrolling our own version and stop
Martin Pieuchot
2013-06-03
fix typo in comment
YASUOKA Masahiko
2013-06-02
Exclude the mac address for the HMAC calculation if lladdr is the real
YASUOKA Masahiko
2013-03-28
code that calls timeout functions should include timeout.h
Ted Unangst
2013-03-28
do not include machine/cpu.h from a .c file; it is the responsibility of
Theo de Raadt
2013-03-28
no need for a lot of code to include proc.h
Ted Unangst
2013-03-26
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
Martin Pieuchot
2013-03-25
Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.
Martin Pieuchot
2013-03-22
simple replacement of LIST_END with NULL. ok mpi
Ted Unangst
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
[next]