summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.h
AgeCommit message (Expand)Author
2024-05-08carp: support VRRPv3Kristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-08-17protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff
2019-12-06carp: replace caddr_t with char *Bjoern A. Zeeb
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-25After the in_control() changes in r257692, an existing address isLuiz Otavio O Souza
2014-08-08Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo
2013-07-09Migrate struct carpstats to PCPU counters.Andrey V. Elsukov
2013-04-26Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff
2013-02-11 Resolve source address selection in presense of CARP. Add a coupleGleb Smirnoff
2011-12-20Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff
2011-12-16A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff
2010-08-11Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withWill Andrews
2010-08-11Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews
2009-04-12Update stats in struct carpstats using two new macros: CARPSTATS_ADD()Robert Watson
2006-12-01Make sure that carp_header is 36 bytes longWarner Losh
2006-03-21o Introduce carp_multicast_cleanup(), which removes and freesGleb Smirnoff
2005-02-22Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff