index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netipsec
/
xform_esp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-10
/
+0
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-0
/
+3
*
- The authsize field from auth_hash structure was removed.
pjd
2006-05-17
1
-4
/
+4
*
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
/
+22
*
Be consistent with the rest of the code.
pjd
2006-04-09
1
-1
/
+1
*
First steps towards IPSec cleanup.
gnn
2006-03-25
1
-6
/
+6
*
Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled
pjd
2006-03-23
1
-3
/
+14
*
Add missing code needed for the detection of IPSec packet replays. [1]
cperciva
2006-03-22
1
-0
/
+17
*
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
-71
/
+70
*
Locking and misc cleanups; most of which I've been running for >4 months:
sam
2003-09-01
1
-12
/
+7
*
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
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
"Fast IPsec": this is an experimental IPsec implementation that is derived
sam
2002-10-16
1
-0
/
+966