summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_dynamic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the regression introduced in r300143.ae2016-05-201-3/+3
* Move protocol state handling code from lookup_dyn_rule_locked() functionae2016-05-181-79/+86
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* Use correct size for malloc.ae2016-03-031-1/+1
* Fix dynamic IPv6 rules showing junk for non-specified address masks.bdrewery2015-11-171-0/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-24/+24
* Bump default dynamic limit to 16k entries.melifaro2014-10-241-3/+4
* Switch ipfw to use rmlock for runtime locking.melifaro2014-10-041-0/+1
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-3/+3
* Change tablearg value to be 0 (try #2).melifaro2014-08-121-1/+1
* Partially revert previous commit:melifaro2014-08-081-1/+1
* * Switch tablearg value from 65535 to 0.melifaro2014-08-081-1/+1
* Kernel changes:melifaro2014-08-071-13/+38
* * Prepare to pass other dynamic states via ipfw_dump_config()melifaro2014-07-061-9/+26
* Suppord showing named tables in ipfw(8) rule listing.melifaro2014-06-281-21/+70
* Under sys/netpfil/ipfw, surround two IPv6-specific static functions withdim2014-02-151-0/+2
* Add net.inet.ip.fw.dyn_keep_states sysctl whichmelifaro2013-12-181-1/+24
* more support for userspace compiling of this code:luigi2013-11-221-0/+10
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix callout expiring dynamic rules.melifaro2013-03-021-3/+3
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.melifaro2012-12-231-2/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Use common macros for working with rule/dynamic counters.melifaro2012-11-301-1/+1
* Make ipfw dynamic states operations SMP-ready.melifaro2012-11-301-319/+626
* Simplify sending keepalives.melifaro2012-11-091-47/+38
* Use unified print_dyn_rule_flags() function for debugging messagesmelifaro2012-11-051-93/+27
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-3/+2
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+1245
OpenPOWER on IntegriCloud