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
/
netgraph
/
ng_ipfw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().
melifaro
2011-10-10
1
-9
/
+7
*
Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be able
ae
2011-09-15
1
-12
/
+42
*
Fix operation of "netgraph" action in conjunction with the
glebius
2010-07-27
1
-1
/
+2
*
Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don't
glebius
2010-07-06
1
-4
/
+1
*
The struct ipfw_rule_ref follows the struct m_tag. Deal with this
glebius
2010-07-01
1
-4
/
+5
*
ip_var.h now needs to be before ip_fw_private.h
luigi
2010-01-07
1
-1
/
+1
*
Various cleanup done in ipfw3-head branch including:
luigi
2010-01-04
1
-30
/
+19
*
bring in several cleanups tested in ipfw3-head branch, namely:
luigi
2009-12-28
1
-3
/
+3
*
merge code from ipfw3-head to reduce contention on the ipfw lock
luigi
2009-12-22
1
-1
/
+2
*
add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;
luigi
2009-12-15
1
-0
/
+1
*
Close long existed race with net.inet.ip.fw.one_pass = 0:
oleg
2009-06-09
1
-0
/
+2
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-0
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Unbreak this.
ru
2006-02-14
1
-3
/
+1
*
Fix check for leading zero, so that it does not block two zeroes
glebius
2005-05-29
1
-1
/
+5
*
style: fix indentation and spacing.
glebius
2005-02-11
1
-4
/
+4
*
Do not trust ipfw: check m_len always, not only after m_dup.
glebius
2005-02-11
1
-2
/
+5
*
- do m_pullup() after m_dup()
glebius
2005-02-11
1
-3
/
+4
*
pullup to sizeof struct ip before sending to ip_output.
glebius
2005-02-11
1
-1
/
+7
*
Packets from ipfw come with IP header in host byte order. Netgraph works
glebius
2005-02-11
1
-9
/
+12
*
Improve parsing of hook name.
glebius
2005-02-07
1
-6
/
+8
*
Add a ng_ipfw node, implementing a quick and simple interface between
glebius
2005-02-05
1
-0
/
+321