summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_pfil.c
Commit message (Expand)AuthorAgeFilesLines
* Revert part of last commit that was there by accidentRenato Botelho2018-05-021-1/+1
* Create pfil_add_named_hook_flags() variant and revert pfil_add_named_hook() t...Renato Botelho2018-05-021-1/+1
* Add l2 support to ipfw fwd.Luiz Otavio O Souza2017-07-171-66/+73
* Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-12-051-9/+4
|\
| * MFC r308237:loos2016-11-171-9/+4
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2016-11-161-7/+4
|\ \ | |/
| * Stop abusing from struct ifnet presence to determine the packet directionloos2016-11-151-7/+4
* | 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