aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ipfw.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-2/+2
* Bump ipfw module version.Alexander V. Chernikov2014-10-091-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+0
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-1/+2
* Add missing static.Gleb Smirnoff2012-01-161-1/+1
* Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().Alexander V. Chernikov2011-10-101-9/+7
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableAndrey V. Elsukov2011-09-151-12/+42
* Fix operation of "netgraph" action in conjunction with theGleb Smirnoff2010-07-271-1/+2
* Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don'tGleb Smirnoff2010-07-061-4/+1
* The struct ipfw_rule_ref follows the struct m_tag. Deal with thisGleb Smirnoff2010-07-011-4/+5
* ip_var.h now needs to be before ip_fw_private.hLuigi Rizzo2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:Luigi Rizzo2010-01-041-30/+19
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-281-3/+3
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-221-1/+2
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;Luigi Rizzo2009-12-151-0/+1
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-091-0/+2
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Unbreak this.Ruslan Ermilov2006-02-141-3/+1
* Fix check for leading zero, so that it does not block two zeroesGleb Smirnoff2005-05-291-1/+5
* style: fix indentation and spacing.Gleb Smirnoff2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.Gleb Smirnoff2005-02-111-2/+5
* - do m_pullup() after m_dup()Gleb Smirnoff2005-02-111-3/+4
* pullup to sizeof struct ip before sending to ip_output.Gleb Smirnoff2005-02-111-1/+7
* Packets from ipfw come with IP header in host byte order. Netgraph worksGleb Smirnoff2005-02-111-9/+12
* Improve parsing of hook name.Gleb Smirnoff2005-02-071-6/+8
* Add a ng_ipfw node, implementing a quick and simple interface betweenGleb Smirnoff2005-02-051-0/+321