aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_esp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-10/+0
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+3
* - The authsize field from auth_hash structure was removed.Pawel Jakub Dawidek2006-05-171-4/+4
* 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/+22
* Be consistent with the rest of the code.Pawel Jakub Dawidek2006-04-091-1/+1
* First steps towards IPSec cleanup.George V. Neville-Neil2006-03-251-6/+6
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledPawel Jakub Dawidek2006-03-231-3/+14
* Add missing code needed for the detection of IPSec packet replays. [1]Colin Percival2006-03-221-0/+17
* 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
* change SYSINIT starting point to be consistent with other modulesSam Leffler2004-01-271-1/+1
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-71/+70
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-12/+7
* 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
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+966