summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_pfil.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308237:loos2017-07-151-1/+1
* Stop abusing from struct ifnet presence to determine the packet directionloos2017-07-151-4/+2
* Remove unnecessary code (cleaning up...).Luiz Otavio O Souza2016-11-011-8/+3
* Remove the mbuf tag after use.Luiz Otavio O Souza2016-10-311-1/+1
* Fix the ipfw pipe support for l2 rules.Luiz Otavio O Souza2016-10-281-3/+2
* Add l2 support to ipfw fwd.Luiz Otavio O Souza2016-10-261-66/+73
* Importing pfSense patch pfil.diffLuiz Otavio O Souza2016-04-151-1/+5
* use proper types to represent function pointersluigi2015-05-191-1/+1
* Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-131-2/+15
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-9/+10
* Set oif only for outgoing packets.ae2014-04-161-1/+1
* Fix breakage in ipfw+VIMAGE after r261590.glebius2014-03-211-14/+6
* make ipfw_check_packet() and ipfw_check_frame() public,luigi2013-11-221-4/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-2/+4
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+0
* Catch up with r241245 and do not return packet back in host byte order.glebius2012-10-081-4/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-6/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+590
OpenPOWER on IntegriCloud