aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ah.c
Commit message (Expand)AuthorAgeFilesLines
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-2/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-6/+13
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-31/+32
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-4/+0
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-10/+0
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* - The authsize field from auth_hash structure was removed.Pawel Jakub Dawidek2006-05-171-6/+7
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.Pawel Jakub Dawidek2006-04-101-0/+4
* Introduce two new sysctls:Pawel Jakub Dawidek2006-04-091-1/+15
* First steps towards IPSec cleanup.George V. Neville-Neil2006-03-251-4/+4
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledPawel Jakub Dawidek2006-03-231-5/+16
* promote fast ipsec's m_clone routine for public use; it is renamedSam Leffler2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-80/+72
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-11/+8
* consolidate callback optimization check in one location by adding a flagSam Leffler2003-06-301-20/+2
* Check crypto driver capabilities and if the driver operates synchronouslySam Leffler2003-06-271-0/+18
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbackSam Leffler2003-02-231-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+1209