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
/
esp_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct stat to increment.
ume
2003-10-31
1
-1
/
+1
*
add ECN support in layer-3.
ume
2003-10-29
1
-2
/
+8
*
more strict sanity check for ESP tail
suz
2003-10-22
1
-1
/
+1
*
- fix typo in comment.
ume
2003-10-07
1
-11
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-4
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead
sam
2003-01-06
1
-6
/
+4
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-2
/
+1
*
check packet length before fetching ESP crypto checksum.
ume
2002-08-24
1
-0
/
+8
*
fixed to make mbuf chain.
ume
2002-07-18
1
-1
/
+1
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-26
/
+10
*
Corrected arguments to key_allocsa called from
ume
2002-03-25
1
-4
/
+6
*
Fix another boatload of warnings (missing include) and a cosmetic
peter
2002-02-28
1
-0
/
+2
*
Patches from KAME to remove usage of Varargs in existing
julian
2001-09-07
1
-13
/
+4
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-4
/
+3
*
Sync with recent KAME.
ume
2001-06-11
1
-36
/
+228
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-11
/
+4
*
add missing splx(), when outgoing interface queue is full on tunnelled
itojun
2000-08-16
1
-0
/
+2
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-391
/
+222
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
IPSEC support in the kernel.
shin
1999-12-22
1
-0
/
+984