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
/
ipsec_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct IPsec behaviour with a 'use' level in SP but no SA available.
bz
2008-03-14
1
-22
/
+33
*
Add sysctls to if_enc(4) to control whether the firewalls or
bz
2007-11-28
1
-2
/
+24
*
Replace hard coded options by their defined PFIL_{IN,OUT} names.
bz
2007-07-19
1
-1
/
+2
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-13
/
+18
*
In ipsec6_output_tunnel() make sure that the SA contents do not change.
bz
2007-05-29
1
-1
/
+8
*
fix typo: s,applyed,applied,g
bz
2007-05-29
1
-2
/
+2
*
Add a pseudo interface for packet filtering IPSec connections before or after
thompsa
2006-06-26
1
-0
/
+13
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Fix ipip_output() to always set *mp to NULL on failure, even if 'm'
sam
2004-01-20
1
-1
/
+4
*
MFp4: portability work, general cleanup, locking fixes
sam
2003-09-29
1
-44
/
+46
*
Locking and misc cleanups; most of which I've been running for >4 months:
sam
2003-09-01
1
-4
/
+4
*
correct transfer statistics
sam
2003-06-30
1
-0
/
+1
*
ovbcopy -> bcopy
des
2003-04-04
1
-1
/
+1
*
add missing copyright notices
sam
2003-03-28
1
-2
/
+27
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-1
/
+1
*
"Fast IPsec": this is an experimental IPsec implementation that is derived
sam
2002-10-16
1
-0
/
+737