aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.h
Commit message (Expand)AuthorAgeFilesLines
* carp: replace caddr_t with char *Bjoern A. Zeeb2019-12-061-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* After the in_control() changes in r257692, an existing address isLuiz Otavio O Souza2017-01-251-2/+2
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-1/+1
* Migrate struct carpstats to PCPU counters.Andrey V. Elsukov2013-07-091-5/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+3
* Resolve source address selection in presense of CARP. Add a coupleGleb Smirnoff2013-02-111-0/+2
* Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-201-17/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-16/+21
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withWill Andrews2010-08-111-0/+20
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-5/+5
* Update stats in struct carpstats using two new macros: CARPSTATS_ADD()Robert Watson2009-04-121-0/+5
* Make sure that carp_header is 36 bytes longWarner Losh2006-12-011-0/+4
* o Introduce carp_multicast_cleanup(), which removes and freesGleb Smirnoff2006-03-211-1/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+163