summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r258708, r258711, r260247, r261117.melifaro2014-05-081-20/+17
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-1/+2
* Make ipfw nat init/unint work correctly for VIMAGE:trociny2013-08-241-0/+2
* Use unified method for accessing / updating cached rule pointers.melifaro2013-05-041-40/+35
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+52
* Separate the locking macros that are used in the packet flow pathae2013-03-191-3/+3
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.melifaro2012-12-231-19/+10
* Use common macros for working with rule/dynamic counters.melifaro2012-11-301-19/+7
* Make ipfw dynamic states operations SMP-ready.melifaro2012-11-301-4/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+0
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-6/+3
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-8/+0
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+2791
OpenPOWER on IntegriCloud