| Commit message (Expand) | Author | Age | Files | Lines |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -14/+9 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 1 | -5/+0 |
* | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -2/+2 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -2/+6 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+12 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -31/+32 |
* | Remove unused support for local and foreign addresses in generic raw | Robert Watson | 2008-07-09 | 1 | -3/+0 |
* | Move the priv check before the malloc call for so_pcb. | Bjoern A. Zeeb | 2007-11-16 | 1 | -6/+6 |
* | Add a missing priv check in key_attach to prevent non-su users | Bjoern A. Zeeb | 2007-11-12 | 1 | -0/+7 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -64/+25 |
* | Fix build breakage from previous commit which confused key_abort and key_close. | George V. Neville-Neil | 2006-07-22 | 1 | -1/+1 |
* | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 1 | -0/+12 |
* | Remove unused variables s and error in key_detach. The previous | Dima Dorfman | 2006-04-04 | 1 | -1/+0 |
* | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -12/+8 |
* | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -6/+3 |
* | Fix stack corruptions on amd64. | Bjoern A. Zeeb | 2006-01-21 | 1 | -14/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -8/+16 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -8/+10 |
* | Add required includes for post-sorwakeup() change to fix FAST_IPSEC | Bruce M Simpson | 2004-06-23 | 1 | -0/+2 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+2 |
* | MFp4: portability work, general cleanup, locking fixes | Sam Leffler | 2003-09-29 | 1 | -4/+4 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | Sam Leffler | 2002-10-16 | 1 | -0/+603 |