summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch redmine_4607.diffRenato Botelho2015-08-171-34/+36
* Importing pfSense patch if_pfsync.diffRenato Botelho2015-08-171-2/+4
* Importing pfSense patch carp_replay_protection.diffRenato Botelho2015-08-171-14/+17
* MFC r276751:loos2015-02-021-6/+4
* Merge r262341:glebius2014-04-041-38/+33
* Relese the interface in the last.trociny2013-09-081-1/+1
* Virtualize carp(4) variables to have per vnet control.trociny2013-08-131-53/+61
* Migrate struct carpstats to PCPU counters.ae2013-07-091-3/+24
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-2/+2
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-111-0/+10
* Garbage collect carp_cksum().glebius2012-12-251-10/+4
* Change net.inet.carp.demotion sysctl to add the supplied valueglebius2012-12-251-3/+20
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+2
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* carp_send_ad() should never return without rescheduling next run.glebius2012-09-291-11/+6
* Fix a problem when CARP is enabled on the interface for IPv4bz2012-07-251-8/+16
* Improve style(9) of bcopy() to and from mbuf tag.glebius2012-05-301-4/+3
* After r228571 carp_output() expects carp_softc * pointer in the mtag.glebius2012-05-301-3/+3
* It is a logical error that in carp_multicast_cleanup()glebius2012-04-111-24/+59
* CARP should be capable to run on if_bridge(4). Unfortunately,glebius2012-04-101-0/+2
* Set vnet context in callouts and taskqueues.glebius2012-02-081-0/+8
* o Provide functions carp_ifa_addroute()/carp_ifa_delroute()glebius2012-02-011-24/+41
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-12/+12
* Use a better log message for master down event.glebius2011-12-221-1/+1
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-56/+70
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1379/+1001
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+1
* Never switch directly from INIT to MASTER, since this producesglebius2011-10-141-18/+4
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-7/+46
* Redo r166423. It is important not only skip freeing multicastglebius2010-11-241-14/+17
* Do not convert some meaningful error value to EINVAL.glebius2010-09-201-4/+4
* Fix CARP in backup mode by properly registering its hooks for INET and INET6will2010-09-061-0/+15
* Fix static kernel builds with carp(4) by changing its SYSINIT order so thatwill2010-09-061-1/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-20/+0
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-24/+152
* Address an edge condition that we found at work, where the carp(4)delphij2010-08-081-1/+2
* Complete the swap of carp(4) log levels and document the change.ru2010-01-081-2/+2
* Until this moment carp(4) used a strange logging priority. It used debugglebius2009-12-021-16/+16
* Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs whenwill2009-08-201-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Show interface name which received short CARP packet (e.g. a VRRP packet),delphij2009-07-301-2/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-5/+0
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-2/+11
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-3/+16
* Fix CARP build.rwatson2009-06-241-1/+1
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+1
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+1
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-31/+37
OpenPOWER on IntegriCloud