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
/
netinet6
/
ipsec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another case for timewait.
jlemon
2003-02-24
1
-0
/
+3
*
Add a TCP TIMEWAIT state which uses less space than a fullblown TCP
jlemon
2003-02-19
1
-59
/
+66
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-9
/
+9
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-9
/
+9
*
purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this already
sam
2003-01-06
1
-2
/
+0
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-11
/
+5
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-115
/
+15
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-24
/
+24
*
Fixed the behavior when there is no inbound policy for the ipsec
ume
2001-11-06
1
-0
/
+8
*
Fixed to process a IPv6 packet when ah transport after esp tunnel
ume
2001-10-17
1
-3
/
+42
*
Sync with recent KAME.
ume
2001-06-11
1
-387
/
+617
*
Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.
kris
2001-06-01
1
-0
/
+4
*
nuke IPSEC_SRCSEL which does not do the right thing.
ume
2001-03-16
1
-33
/
+3
*
Change check from mbuf->m_ext.ext_free to use the new ext_type in order
bmilekic
2000-11-11
1
-6
/
+3
*
backout my previous commit (KAME PR 296). foo != TUNNEL will
ume
2000-11-09
1
-4
/
+0
*
check whether the packet is tunnel mode. reported from <larse@ISI.EDU>
ume
2000-11-03
1
-0
/
+4
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-1
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-324
/
+617
*
Add missing include machine/in_cksum.h.
ps
2000-05-09
1
-0
/
+2
*
Fixed the problem that IPsec connection hangs when bigger data is sent.
shin
2000-01-15
1
-7
/
+5
*
Change struct sockaddr_storage member name, because following change
shin
2000-01-13
1
-26
/
+26
*
IPSEC support in the kernel.
shin
1999-12-22
1
-0
/
+3061