| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible use after free due to security policy deletion. | ae | 2015-04-27 | 1 | -2/+5 |
* | Change ipsec_address() and ipsec_logsastr() functions to take two | ae | 2015-04-18 | 1 | -17/+15 |
* | Remove now unused mtag argument from ipsec*_common_input_cb. | ae | 2014-12-11 | 1 | -2/+2 |
* | Remove unused mtag variable. | ae | 2014-12-11 | 1 | -2/+0 |
* | Remove route chaching support from ipsec code. It isn't used for some time. | ae | 2014-12-02 | 1 | -1/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -2/+2 |
* | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | ae | 2013-07-09 | 1 | -12/+9 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 1 | -2/+0 |
* | Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, | ae | 2013-06-20 | 1 | -24/+25 |
* | Make IPsec compile without INET adding appropriate #ifdef checks. | bz | 2011-04-27 | 1 | -14/+15 |
* | Do not allow recursive RFC3173 IPComp payload. | bz | 2011-04-01 | 1 | -0/+21 |
* | Optimisation in IPSEC(4): | fabient | 2011-03-31 | 1 | -12/+10 |
* | Enable IPcomp by default. | bz | 2009-11-29 | 1 | -1/+1 |
* | Add more statistics variables for IPcomp. | bz | 2009-11-29 | 1 | -3/+15 |
* | Assimilate very similar input and output code paths | bz | 2009-11-29 | 1 | -4/+2 |
* | Only add the IPcomp header if crypto reported success and we have a lower | bz | 2009-11-29 | 1 | -51/+53 |
* | Remove whitespace. | bz | 2009-11-28 | 1 | -3/+3 |
* | Directly send data uncompressed if the packet payload size is lower than | bz | 2009-11-28 | 1 | -0/+11 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -11/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -28/+11 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+13 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -1/+11 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+5 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -4/+9 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -22/+23 |
* | In addition to the ipsec_osdep.h removal a week ago, now also eliminate | bz | 2008-05-24 | 1 | -4/+0 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -10/+0 |
* | Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled | pjd | 2006-03-23 | 1 | -3/+14 |
* | promote fast ipsec's m_clone routine for public use; it is renamed | sam | 2006-03-15 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | change SYSINIT starting point to be consistent with other modules | sam | 2004-01-27 | 1 | -1/+1 |
* | MFp4: portability work, general cleanup, locking fixes | sam | 2003-09-29 | 1 | -42/+36 |
* | Locking and misc cleanups; most of which I've been running for >4 months: | sam | 2003-09-01 | 1 | -12/+9 |
* | consolidate callback optimization check in one location by adding a flag | sam | 2003-06-30 | 1 | -20/+2 |
* | Check crypto driver capabilities and if the driver operates synchronously | sam | 2003-06-27 | 1 | -0/+18 |
* | o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback | sam | 2003-02-23 | 1 | -1/+1 |
* | "Fast IPsec": this is an experimental IPsec implementation that is derived | sam | 2002-10-16 | 1 | -0/+608 |