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
*
Remove manual assignment of m_pkthdr from one mbuf to another in
rwatson
2006-03-28
1
-9
/
+0
*
scope cleanup. with this change
ume
2005-07-25
1
-8
/
+18
*
reported from VANHULLEBUS Yvan [remote kernel crash may result]
ume
2005-03-09
1
-1
/
+1
*
remove dead code
sam
2005-02-25
1
-3
/
+3
*
eliminate dead code
sam
2005-02-23
1
-6
/
+6
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-1
/
+1
*
fixed a bug that incorrect IPsec request level may be returned for proto AH
suz
2004-10-28
1
-0
/
+1
*
Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct
rwatson
2004-08-28
1
-0
/
+2
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-6
/
+1
*
correct function name in comment.
ume
2004-02-16
1
-18
/
+18
*
nuke unused functions.
ume
2004-02-16
1
-46
/
+0
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-84
/
+64
*
correct spelling
ume
2004-01-13
1
-7
/
+7
*
fix potential 'cannot-happen' memory leak
ume
2004-01-13
1
-1
/
+4
*
nuke obsoleted ipsec_gethist(). it just did panic to notify user
ume
2003-11-07
1
-9
/
+0
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-489
/
+688
*
- change scope to zone.
ume
2003-10-21
1
-5
/
+3
*
- fix typo in comments.
ume
2003-10-08
1
-56
/
+61
*
return(code) -> return (code)
ume
2003-10-06
1
-2
/
+2
*
- include opt_random_ip_id.h
ume
2003-10-01
1
-0
/
+1
*
panic() doesn't need \n
suz
2003-04-29
1
-39
/
+39
*
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