summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ipfw.c
Commit message (Expand)AuthorAgeFilesLines
* ip_var.h now needs to be before ip_fw_private.hluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-30/+19
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-3/+3
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-1/+2
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;luigi2009-12-151-0/+1
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-091-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Unbreak this.ru2006-02-141-3/+1
* Fix check for leading zero, so that it does not block two zeroesglebius2005-05-291-1/+5
* style: fix indentation and spacing.glebius2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.glebius2005-02-111-2/+5
* - do m_pullup() after m_dup()glebius2005-02-111-3/+4
* pullup to sizeof struct ip before sending to ip_output.glebius2005-02-111-1/+7
* Packets from ipfw come with IP header in host byte order. Netgraph worksglebius2005-02-111-9/+12
* Improve parsing of hook name.glebius2005-02-071-6/+8
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-051-0/+321
OpenPOWER on IntegriCloud