index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_carp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
1
-1
/
+1
*
Migrate struct carpstats to PCPU counters.
ae
2013-07-09
1
-5
/
+0
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-2
/
+3
*
Resolve source address selection in presense of CARP. Add a couple
glebius
2013-02-11
1
-0
/
+2
*
Restore a feature that was present in 5.x and 6.x, and was cleared in
glebius
2011-12-20
1
-17
/
+2
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-16
/
+21
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
1
-0
/
+20
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
1
-5
/
+5
*
Update stats in struct carpstats using two new macros: CARPSTATS_ADD()
rwatson
2009-04-12
1
-0
/
+5
*
Make sure that carp_header is 36 bytes long
imp
2006-12-01
1
-0
/
+4
*
o Introduce carp_multicast_cleanup(), which removes and frees
glebius
2006-03-21
1
-1
/
+0
*
Add CARP (Common Address Redundancy Protocol), which allows multiple
glebius
2005-02-22
1
-0
/
+163