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
/
netinet
/
ip_encap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Lock down IP-layer encapsulation library:
rwatson
2004-03-10
1
-51
/
+35
*
Remove unused variables.
phk
2003-06-01
1
-15
/
+3
*
correct two more flag misuses; m_tag* use malloc flags
sam
2003-03-12
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
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-24
/
+12
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-1
/
+2
*
Remove __P.
alfred
2002-03-19
1
-5
/
+5
*
Remove some un-needed code that was accidentally included in
julian
2001-09-07
1
-15
/
+0
*
Patches from KAME to remove usage of Varargs in existing
julian
2001-09-07
1
-12
/
+3
*
I really hope this is the right answer.
julian
2001-09-03
1
-1
/
+3
*
Call ip_input() instead of ipip_input()
julian
2001-09-03
1
-1
/
+8
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-6
/
+11
*
Somewhat modernize ip_mroute.c:
fenner
2001-07-25
1
-15
/
+0
*
Sync with recent KAME.
ume
2001-06-11
1
-1
/
+13
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-4
/
+4
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+534