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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r292275 & r292379
smh
2015-12-17
1
-7
/
+10
*
Fix issues introduced by r292275
smh
2015-12-16
1
-1
/
+1
*
Fix lagg failover due to missing notifications
smh
2015-12-15
1
-10
/
+7
*
Revert r290403
smh
2015-11-13
1
-7
/
+0
*
Decompose arp_ifinit() into arp_add_ifa_lle() and arp_announce_ifaddr().
melifaro
2015-11-09
1
-3
/
+7
*
Add MTU support to carp interfaces
smh
2015-11-05
1
-0
/
+7
*
* Do more fine-grained locking: call eventhandlers/free_entry
melifaro
2015-09-14
1
-1
/
+1
*
Improve carp(4) locking:
glebius
2015-04-21
1
-62
/
+39
*
Add sleepable lock to protect at least against two parallel SIOCSVHs.
glebius
2015-04-06
1
-3
/
+5
*
o Use new function ip_fillid() in all places throughout the kernel,
glebius
2015-04-01
1
-1
/
+1
*
Log hardware interface up/down as "hardware" rather than just "hw".
will
2015-01-23
1
-2
/
+2
*
When a CARP state change is caused by an ifconfig request, log it accordingly.
will
2015-01-23
1
-2
/
+4
*
Improve CARP logging so that all state transitions are logged.
will
2015-01-22
1
-34
/
+23
*
Remove the check that prevent carp(4) advskew to be set to '0'.
loos
2015-01-06
1
-6
/
+4
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
1
-2
/
+2
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
1
-6
/
+9
*
Change pr_output's prototype to avoid the need for explicit casts.
kevlo
2014-08-15
1
-2
/
+2
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
1
-12
/
+16
*
Improve logging of send errors, reporting error code and interface.
glebius
2014-02-22
1
-38
/
+33
*
Further rework netinet6 address handling code:
melifaro
2014-01-19
1
-2
/
+2
*
Make failure of ifpromisc() a non-fatal error. This makes it possible to
glebius
2014-01-03
1
-17
/
+11
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Relese the interface in the last.
trociny
2013-09-08
1
-1
/
+1
*
Virtualize carp(4) variables to have per vnet control.
trociny
2013-08-13
1
-53
/
+61
*
Migrate struct carpstats to PCPU counters.
ae
2013-07-09
1
-3
/
+24
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-1
/
+1
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
1
-2
/
+2
*
Resolve source address selection in presense of CARP. Add a couple
glebius
2013-02-11
1
-0
/
+10
*
Garbage collect carp_cksum().
glebius
2012-12-25
1
-10
/
+4
*
Change net.inet.carp.demotion sysctl to add the supplied value
glebius
2012-12-25
1
-3
/
+20
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-2
/
+2
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
carp_send_ad() should never return without rescheduling next run.
glebius
2012-09-29
1
-11
/
+6
*
Fix a problem when CARP is enabled on the interface for IPv4
bz
2012-07-25
1
-8
/
+16
*
Improve style(9) of bcopy() to and from mbuf tag.
glebius
2012-05-30
1
-4
/
+3
*
After r228571 carp_output() expects carp_softc * pointer in the mtag.
glebius
2012-05-30
1
-3
/
+3
*
It is a logical error that in carp_multicast_cleanup()
glebius
2012-04-11
1
-24
/
+59
*
CARP should be capable to run on if_bridge(4). Unfortunately,
glebius
2012-04-10
1
-0
/
+2
*
Set vnet context in callouts and taskqueues.
glebius
2012-02-08
1
-0
/
+8
*
o Provide functions carp_ifa_addroute()/carp_ifa_delroute()
glebius
2012-02-01
1
-24
/
+41
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-12
/
+12
*
Use a better log message for master down event.
glebius
2011-12-22
1
-1
/
+1
*
Restore a feature that was present in 5.x and 6.x, and was cleared in
glebius
2011-12-20
1
-56
/
+70
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1379
/
+1001
*
In r191367 the need for if_free_type() was removed and a new member
brooks
2011-11-11
1
-1
/
+1
*
Never switch directly from INIT to MASTER, since this produces
glebius
2011-10-14
1
-18
/
+4
*
Make various (pseudo) interfaces compile without INET in the kernel
bz
2011-04-27
1
-7
/
+46
*
Redo r166423. It is important not only skip freeing multicast
glebius
2010-11-24
1
-14
/
+17
*
Do not convert some meaningful error value to EINVAL.
glebius
2010-09-20
1
-4
/
+4
[next]