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
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
When calculating the sequence number to use in an ip6fw reset, remember to
dwmalone
2003-12-25
1
-0
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-7
/
+10
*
- fix typo in comments.
ume
2003-10-08
1
-11
/
+14
*
return(code) -> return (code)
ume
2003-10-06
1
-29
/
+29
*
Cleanup useless break.
ume
2003-07-29
1
-3
/
+0
*
ip6fw does not handle ESP correctly
ume
2003-07-27
1
-0
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Bah, just use %zu for printing size_t.
mike
2003-01-06
1
-4
/
+4
*
Cast return values of sizeof() to int so they can be printed with %d.
mike
2003-01-06
1
-2
/
+2
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-2
/
+2
*
Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and
cjc
2002-08-25
1
-3
/
+5
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-0
/
+29
*
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