summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw2.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Implement atomic ipfw table swap.melifaro2014-08-031-1/+1
* | Implement O(1) skipto using indexed array.melifaro2014-08-031-1/+6
* | * Add new "flow" table type to support N=1..5-tuple lookupsmelifaro2014-07-311-0/+11
* | * Add number:array algorithm lookup method.melifaro2014-07-301-3/+2
* | * Add generic ipfw interface tracking APImelifaro2014-07-281-3/+9
* | * Use different rule structures in kernel/userland.melifaro2014-07-081-4/+7
* | Fully switch to named tables:melifaro2014-07-031-1/+4
* | Add API to ease adding new algorithms/new tabletypes to ipfw.melifaro2014-06-141-4/+5
* | Make ipfw tables use names as used-level identifier internally:melifaro2014-06-121-1/+2
|/
* Reorder struct ip_fw_chain:melifaro2014-01-241-1/+1
* Simplify O_NAT opcode handling.melifaro2013-11-281-19/+16
* disable some ipfw match options when compiling in userspaceluigi2013-11-221-2/+10
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-1/+1
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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