| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in6_prepare_ifra() function to ease preparing in-kernel IPv6 | melifaro | 2014-01-18 | 1 | -27/+2 |
* | Introduce IN6_MASK_ADDR() macro to unify various hand-rolled code | melifaro | 2014-01-08 | 1 | -5/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Do not try to detach if the interface does not support IPv6. | hrs | 2013-10-10 | 1 | -0/+3 |
* | Fix a panic in tmpaddrtimer. | hrs | 2013-08-05 | 1 | -0/+2 |
* | Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable | hrs | 2013-07-31 | 1 | -8/+1 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 1 | -9/+6 |
* | Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group | hrs | 2013-05-04 | 1 | -6/+32 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -14/+10 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -16/+16 |
* | Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT. | bz | 2012-01-05 | 1 | -6/+2 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -4/+3 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -1/+0 |
* | Add IFT_L2VLAN to the list that is capable of supplying the ingredients | jhay | 2010-12-22 | 1 | -0/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -3/+8 |
* | - Do not assign a link-local address when ND6_IFF_IFDISABLED. | hrs | 2009-10-12 | 1 | -0/+3 |
* | Enable adding a link-local address even if ND6_IFF_IFDISABLED. | hrs | 2009-10-02 | 1 | -1/+0 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -6/+10 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -3/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -18/+11 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+2 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -20/+5 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+10 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -2/+2 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -3/+3 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -4/+5 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -18/+21 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -2/+23 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -3/+4 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -5/+30 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -4/+4 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 1 | -6/+26 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -9/+4 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -2/+0 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 1 | -1/+1 |
* | remove too noisy DIAGNOSTIC code | sam | 2009-01-18 | 1 | -4/+0 |
* | RTF_RNH_LOCKED needs to be passed in the flags arg not report, | kmacy | 2008-12-12 | 1 | -1/+1 |
* | Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids a | thompsa | 2008-12-12 | 1 | -1/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -1/+0 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -2/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -8/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+12 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -3/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |