| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -6/+6 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -43/+27 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -6/+3 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -2/+7 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -7/+12 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Remove an #undef MIN that slipped under the radar and led me to | zec | 2009-06-01 | 1 | -9/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -1/+9 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -5/+4 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -1/+1 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 1 | -0/+4 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -2/+1 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -2/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -1/+1 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 1 | -1/+0 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -10/+9 |
* | - Simplify handling of the deferring of mbuf transmit until after lle lock drop | kmacy | 2008-12-16 | 1 | -12/+28 |
* | convert more pointer validation checks to checking against NULL | kmacy | 2008-12-16 | 1 | -2/+2 |
* | explicitly check return of lla_lookup against NULL | kmacy | 2008-12-16 | 1 | -5/+5 |
* | advance tail pointer in nd6_output_lle and check lla_output return against NULL | kmacy | 2008-12-16 | 1 | -4/+8 |
* | Initialize the variable "router", and apply "static_route" flag | qingli | 2008-12-16 | 1 | -4/+7 |
* | fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf... | kmacy | 2008-12-16 | 1 | -2/+6 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -648/+393 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -4/+4 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -18/+53 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -4/+30 |
* | 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 | -4/+5 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -54/+55 |
* | un-__P() | obrien | 2008-01-08 | 1 | -6/+6 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 1 | -1/+1 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -1/+1 |
* | Close a race when trying to lookup a gateway route in rt_check(). | jhb | 2007-10-22 | 1 | -1/+3 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -3/+3 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -79/+38 |
* | Fix 'assignment used as truth value' warning | peter | 2007-07-05 | 1 | -1/+2 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -5/+8 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -5/+0 |
* | Force the alignment of the chars arrays, as they are casted later to | cognet | 2007-05-21 | 1 | -2/+2 |
* | some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_... | suz | 2007-05-05 | 1 | -1/+6 |
* | fixed a memory leak in unresolved ND queue processing | suz | 2007-05-04 | 1 | -11/+4 |
* | ng_iface requiers neighbor cache as well. | ume | 2007-02-03 | 1 | -0/+1 |