| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -31/+37 |
* | Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrhead | rwatson | 2009-04-26 | 1 | -0/+17 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+5 |
* | Update stats in struct carpstats using two new macros: CARPSTATS_ADD() | rwatson | 2009-04-12 | 1 | -20/+20 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -8/+0 |
* | In a case of CARP status change run through the if_link_state_change() | glebius | 2008-12-05 | 1 | -4/+5 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -9/+9 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |