summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.h
Commit message (Expand)AuthorAgeFilesLines
* Migrate struct carpstats to PCPU counters.ae2013-07-091-5/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+3
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-111-0/+2
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-17/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-16/+21
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-0/+20
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-5/+5
* Update stats in struct carpstats using two new macros: CARPSTATS_ADD()rwatson2009-04-121-0/+5
* Make sure that carp_header is 36 bytes longimp2006-12-011-0/+4
* o Introduce carp_multicast_cleanup(), which removes and freesglebius2006-03-211-1/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+163
OpenPOWER on IntegriCloud