| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | ae | 2013-07-09 | 1 | -3/+8 |
* | Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, | ae | 2013-06-20 | 1 | -26/+26 |
* | Do not reduce ip_len by size of IP header in the ip_input() | glebius | 2012-10-23 | 1 | -3/+0 |
* | Couple of changes missed from r241913, which converted | glebius | 2012-10-22 | 1 | -17/+7 |
* | Eliminate 'err' variable and just use existing 'error'. | pjd | 2011-11-26 | 1 | -3/+2 |
* | Simplify code a bit. | pjd | 2011-11-26 | 1 | -6/+3 |
* | Make IPsec compile without INET adding appropriate #ifdef checks. | bz | 2011-04-27 | 1 | -14/+17 |
* | Optimisation in IPSEC(4): | fabient | 2011-03-31 | 1 | -12/+9 |
* | Fix two SA refcount: | fabient | 2011-03-31 | 1 | -0/+1 |
* | Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant. | vanhu | 2011-02-18 | 1 | -2/+22 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -44/+10 |
* | 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/+12 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -2/+8 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -6/+13 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -31/+32 |
* | 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 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -1/+1 |
* | - The authsize field from auth_hash structure was removed. | pjd | 2006-05-17 | 1 | -6/+7 |
* | Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION. | pjd | 2006-04-10 | 1 | -0/+4 |
* | Introduce two new sysctls: | pjd | 2006-04-09 | 1 | -1/+15 |
* | First steps towards IPSec cleanup. | gnn | 2006-03-25 | 1 | -4/+4 |
* | Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled | pjd | 2006-03-23 | 1 | -5/+16 |
* | 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 |
* | MFp4: portability work, general cleanup, locking fixes | sam | 2003-09-29 | 1 | -80/+72 |
* | Locking and misc cleanups; most of which I've been running for >4 months: | sam | 2003-09-01 | 1 | -11/+8 |
* | 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/+1209 |