| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Properly hide IPv4 only variables and functions under #ifdef INET. | Bjoern A. Zeeb | 2009-06-10 | 1 | -0/+2 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -2/+18 |
* | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | Bjoern A. Zeeb | 2009-05-23 | 1 | -0/+16 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+1 |
* | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+14 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -0/+12 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | Bjoern A. Zeeb | 2009-02-08 | 1 | -214/+56 |
* | Like in the rest of the file and the network stack use inp as | Bjoern A. Zeeb | 2008-12-27 | 1 | -30/+30 |
* | Non-functional (style) changes: | Bjoern A. Zeeb | 2008-12-27 | 1 | -206/+208 |
* | Convert function definitions to constantly use ANSI-style | Bjoern A. Zeeb | 2008-12-27 | 1 | -98/+34 |
* | Rewrite ipsec6_setspidx_inpcb() to match the logic in the | Bjoern A. Zeeb | 2008-12-27 | 1 | -21/+11 |
* | For consistency with ipsec4_setspidx_inpcb() rename file local function | Bjoern A. Zeeb | 2008-12-27 | 1 | -3/+3 |
* | Change the in6p variable names to inp to be able to diff | Bjoern A. Zeeb | 2008-12-27 | 1 | -16/+16 |
* | Make ipsec_getpolicybysock() static and no longer export it. It has not | Bjoern A. Zeeb | 2008-12-27 | 1 | -6/+2 |
* | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -20/+20 |
* | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+6 |
* | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | Bjoern A. Zeeb | 2008-11-27 | 1 | -22/+1 |
* | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -1/+1 |
* | Unbreak the build without INET6. | Bjoern A. Zeeb | 2008-11-25 | 1 | -0/+2 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -22/+57 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -52/+86 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -15/+16 |
* | Fill in a few sysctl descriptions. | Tom Rhodes | 2008-07-26 | 1 | -24/+29 |
* | Document a few sysctls. While here, remove dead code | Tom Rhodes | 2008-07-20 | 1 | -26/+24 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | Bjoern A. Zeeb | 2008-05-24 | 1 | -4/+0 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
* | Rather than passing around a cached 'priv', pass in an ucred to | Bjoern A. Zeeb | 2008-02-02 | 1 | -11/+14 |
* | Adjust a comment that suggest that we might consider a panic. | Bjoern A. Zeeb | 2007-11-28 | 1 | -1/+3 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -7/+11 |
* | Implement ICMPv6 support in ipsec6_get_ulp(). | Bjoern A. Zeeb | 2007-05-29 | 1 | -0/+10 |
* | add include now required for crypto flags | Sam Leffler | 2007-03-22 | 1 | -0/+2 |
* | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 1 | -1/+1 |
* | s,#if INET6,#ifdef INET6, | Bjoern A. Zeeb | 2006-12-14 | 1 | -1/+1 |
* | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -1/+5 |
* | Add priv.h include required to build FAST_IPSEC, which is not present in | Robert Watson | 2006-11-07 | 1 | -0/+1 |
* | Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -2/+2 |
* | Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. | Pawel Jakub Dawidek | 2006-04-10 | 1 | -0/+2 |
* | Introduce two new sysctls: | Pawel Jakub Dawidek | 2006-04-09 | 1 | -0/+15 |
* | Remove unintended DEBUG flag setting. | George V. Neville-Neil | 2006-04-04 | 1 | -1/+0 |
* | First steps towards IPSec cleanup. | George V. Neville-Neil | 2006-03-25 | 1 | -0/+1 |
* | Correct typo in a comment describing vshiftl(). | Hiten Pandya | 2005-06-02 | 1 | -1/+1 |
* | correct space check | Sam Leffler | 2005-03-09 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Add missing locking for secpolicy refcnt manipulations. | Sam Leffler | 2004-09-30 | 1 | -3/+3 |
* | o add missing break | Sam Leffler | 2004-01-27 | 1 | -1/+10 |
* | MFp4: portability work, general cleanup, locking fixes | Sam Leffler | 2003-09-29 | 1 | -129/+105 |
* | Locking and misc cleanups; most of which I've been running for >4 months: | Sam Leffler | 2003-09-01 | 1 | -9/+24 |
* | plug xform memory leaks: | Sam Leffler | 2003-06-29 | 1 | -0/+2 |
* | fix compilation w/o INET6 | Sam Leffler | 2003-02-28 | 1 | -0/+4 |
* | Update to work with the new timewait state. | Jonathan Lemon | 2003-02-24 | 1 | -21/+5 |