| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Fix carp(4) panics that can occur during carp interface configuration. | eri | 2008-07-14 | 1 | -0/+8 |
* | Sort IP addresses before hashing them for the signature. Otherwise carp is | mlaier | 2008-06-02 | 1 | -13/+39 |
* | If the vhid already present, return EEXIST instead of | glebius | 2008-02-07 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -3/+3 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -0/+3 |
* | Do not leak lock in the case of EEXIST error. | glebius | 2007-06-06 | 1 | -2/+6 |
* | Since rev. 1.94 of netinet/in.c, the netinet layer frees all its | glebius | 2007-02-02 | 1 | -6/+24 |
* | Make it possible that carpdetach() unlocks on return. Then, in | glebius | 2007-01-25 | 1 | -8/+7 |
* | Spacing. | glebius | 2007-01-25 | 1 | -5/+5 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+5 |
* | Set scope on MC address so IPv6 carp advertisement will not get dropped | bz | 2006-10-07 | 1 | -2/+7 |
* | Fix an incompatibility between CARP and IPv4 multicast routing, whereby | bms | 2006-09-25 | 1 | -0/+1 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -2/+2 |
* | Make in-kernel multicast protocols for pfsync and carp work after enabling | mlaier | 2006-07-08 | 1 | -0/+5 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -1/+1 |
* | o Introduce carp_multicast_cleanup(), which removes and frees | glebius | 2006-03-21 | 1 | -84/+101 |
* | MFOpenBSD 1.62: | glebius | 2005-11-17 | 1 | -2/+4 |
* | Unbreak for !INET6 case. | ru | 2005-11-14 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -13/+13 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -3/+0 |
* | Since carp(4) interfaces presently are kinda fake yet possess | yar | 2005-10-26 | 1 | -1/+1 |
* | Fix build after in6_joingroup change. It remains unclear if DAD breaks CARP | mlaier | 2005-10-22 | 1 | -2/+2 |
* | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 1 | -1/+2 |
* | When a carp(4) interface is being destroyed and is in a promiscous mode, | glebius | 2005-09-09 | 1 | -0/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -23/+28 |
* | include netinet6/scope6_var.h. | ume | 2005-07-25 | 1 | -0/+1 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -18/+17 |
* | When doing ARP load balancing source IP is taken in network byte order, | glebius | 2005-07-01 | 1 | -1/+1 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -0/+9 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -94/+99 |
* | - When carp interface is destroyed, and it affects global preemption | glebius | 2005-05-15 | 1 | -1/+12 |
* | Remove anti-LOR bandaid, it is not needed now. | glebius | 2005-04-20 | 1 | -21/+0 |
* | When several carp interfaces are attached to Ethernet interface, | glebius | 2005-03-30 | 1 | -27/+37 |
* | If vhid exists return more informative EEXIST instead of EINVAL. While here | glebius | 2005-03-18 | 1 | -3/+2 |
* | Fix a potential crash that could occur when CARP_LOG is being used. | glebius | 2005-03-18 | 1 | -2/+1 |
* | Fix typo. Unbreak build. Take pointy hat. | glebius | 2005-03-02 | 1 | -1/+1 |
* | Add more locking when reading/writing to carp softc. When carp softc is | glebius | 2005-03-01 | 1 | -31/+140 |
* | - Add carp_mtx. Use it to protect list of all carp interfaces. | glebius | 2005-03-01 | 1 | -18/+20 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 1 | -1/+1 |