| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix CARP in backup mode by properly registering its hooks for INET and INET6 | will | 2010-09-06 | 1 | -0/+15 |
* | Fix static kernel builds with carp(4) by changing its SYSINIT order so that | will | 2010-09-06 | 1 | -1/+1 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -20/+0 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -24/+152 |
* | Address an edge condition that we found at work, where the carp(4) | delphij | 2010-08-08 | 1 | -1/+2 |
* | Complete the swap of carp(4) log levels and document the change. | ru | 2010-01-08 | 1 | -2/+2 |
* | Until this moment carp(4) used a strange logging priority. It used debug | glebius | 2009-12-02 | 1 | -16/+16 |
* | Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs when | will | 2009-08-20 | 1 | -3/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Show interface name which received short CARP packet (e.g. a VRRP packet), | delphij | 2009-07-30 | 1 | -2/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -5/+0 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -2/+11 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -3/+16 |
* | Fix CARP build. | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+1 |