| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -1/+4 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -3/+3 |
* | un-__P() | obrien | 2008-01-08 | 1 | -6/+6 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -38/+30 |
* | Garbage collect unused variables. | mjacob | 2007-06-15 | 1 | -1/+0 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -10/+22 |
* | fixed memory leak for IPv6 multicast membership information associated | jinmei | 2007-06-02 | 1 | -2/+10 |
* | Revert the default value of net.inet6.ip6.auto_linklocal to 1. | ume | 2006-10-13 | 1 | -1/+1 |
* | Turn off automatic link local address if ipv6_enable is not set to YES | gnn | 2006-10-02 | 1 | -1/+1 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcb | rwatson | 2006-04-23 | 1 | -4/+2 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 1 | -21/+7 |