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
/
ip6_fw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-2
/
+2
*
Staticise the fw chain.
msmith
2002-01-08
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Fix fragmented packet handling.
sumikawa
2001-10-29
1
-2
/
+2
*
Fix typo (s/=/+=/) in previous commit.
kuriyama
2001-06-28
1
-1
/
+1
*
Merge from netinet/ip_fw.c (1.117 -> 1.118).
kuriyama
2001-06-24
1
-45
/
+69
*
Sync with recent KAME.
ume
2001-06-11
1
-7
/
+8
*
Fix the vulnerability with TCP ECE packets recently fixed in ipfw.
kris
2001-01-23
1
-4
/
+12
*
avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).
ume
2001-01-22
1
-2
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-4
/
+4
*
Make ip6fw as loadable module.
ume
2000-09-23
1
-0
/
+49
*
Make ip6fw zero work.
ume
2000-08-10
1
-1
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-14
/
+27
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Replace m_pkthdr.rcvif with oif when oif is not NULL, to count
shin
2000-03-11
1
-0
/
+2
*
Add ip6fw.
shin
2000-01-29
1
-0
/
+1171