summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.c
Commit message (Expand)AuthorAgeFilesLines
* When doing ARP load balancing source IP is taken in network byte order,glebius2005-07-011-1/+1
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-0/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-94/+99
* - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* Remove anti-LOR bandaid, it is not needed now.glebius2005-04-201-21/+0
* When several carp interfaces are attached to Ethernet interface,glebius2005-03-301-27/+37
* If vhid exists return more informative EEXIST instead of EINVAL. While hereglebius2005-03-181-3/+2
* Fix a potential crash that could occur when CARP_LOG is being used.glebius2005-03-181-2/+1
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-1/+1
* Remove debugging printf.glebius2005-03-011-1/+0
* Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
* Remove unused field from carp softc.glebius2005-02-281-3/+0
* Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
* Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to bemlaier2005-02-271-2/+2
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.glebius2005-02-261-21/+21
* Staticize local functions.glebius2005-02-261-53/+53
* New lines when logging.glebius2005-02-251-17/+18
* Embrace macros with do {} while (0)glebius2005-02-251-2/+4
* Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.glebius2005-02-251-1/+1
* Improve logging:glebius2005-02-251-38/+52
* Fix problem when master comes up with one interface down, and preemptsglebius2005-02-241-2/+2
* Unbreak CARP build on 64-bit architectures.mux2005-02-231-1/+1
* Remove promisc counter from parent interface in carp_clone_destroy(),glebius2005-02-221-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+2032
OpenPOWER on IntegriCloud