| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -3/+2 |
* | Announce both IPsec and UDP Encap (NAT-T) if available for | bz | 2010-10-30 | 1 | -0/+5 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -0/+1 |
* | Fix a logic error in ipsec code that extracts | eri | 2010-04-02 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -25/+3 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -167/+77 |
* | Properly hide IPv4 only variables and functions under #ifdef INET. | bz | 2009-06-10 | 1 | -0/+2 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -2/+18 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | bz | 2009-05-23 | 1 | -0/+16 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+1 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+14 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -0/+12 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 1 | -214/+56 |
* | Like in the rest of the file and the network stack use inp as | bz | 2008-12-27 | 1 | -30/+30 |
* | Non-functional (style) changes: | bz | 2008-12-27 | 1 | -206/+208 |
* | Convert function definitions to constantly use ANSI-style | bz | 2008-12-27 | 1 | -98/+34 |
* | Rewrite ipsec6_setspidx_inpcb() to match the logic in the | bz | 2008-12-27 | 1 | -21/+11 |
* | For consistency with ipsec4_setspidx_inpcb() rename file local function | bz | 2008-12-27 | 1 | -3/+3 |
* | Change the in6p variable names to inp to be able to diff | bz | 2008-12-27 | 1 | -16/+16 |
* | Make ipsec_getpolicybysock() static and no longer export it. It has not | bz | 2008-12-27 | 1 | -6/+2 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -20/+20 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+6 |
* | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | bz | 2008-11-27 | 1 | -22/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -1/+1 |
* | Unbreak the build without INET6. | bz | 2008-11-25 | 1 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -22/+57 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -52/+86 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -15/+16 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-07-26 | 1 | -24/+29 |
* | Document a few sysctls. While here, remove dead code | trhodes | 2008-07-20 | 1 | -26/+24 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | bz | 2008-05-24 | 1 | -4/+0 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Rather than passing around a cached 'priv', pass in an ucred to | bz | 2008-02-02 | 1 | -11/+14 |
* | Adjust a comment that suggest that we might consider a panic. | bz | 2007-11-28 | 1 | -1/+3 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -7/+11 |
* | Implement ICMPv6 support in ipsec6_get_ulp(). | bz | 2007-05-29 | 1 | -0/+10 |
* | add include now required for crypto flags | sam | 2007-03-22 | 1 | -0/+2 |
* | Overhaul driver/subsystem api's: | sam | 2007-03-21 | 1 | -1/+1 |
* | s,#if INET6,#ifdef INET6, | bz | 2006-12-14 | 1 | -1/+1 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -1/+5 |
* | Add priv.h include required to build FAST_IPSEC, which is not present in | rwatson | 2006-11-07 | 1 | -0/+1 |
* | Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'. | pjd | 2006-06-04 | 1 | -2/+2 |
* | Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. | pjd | 2006-04-10 | 1 | -0/+2 |
* | Introduce two new sysctls: | pjd | 2006-04-09 | 1 | -0/+15 |
* | Remove unintended DEBUG flag setting. | gnn | 2006-04-04 | 1 | -1/+0 |
* | First steps towards IPSec cleanup. | gnn | 2006-03-25 | 1 | -0/+1 |
* | Correct typo in a comment describing vshiftl(). | hmp | 2005-06-02 | 1 | -1/+1 |
* | correct space check | sam | 2005-03-09 | 1 | -1/+1 |