aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfw/ip_fw_iface.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r316461: Remove "IPFW static rules" rmlock, and use pfil's global lock.Gleb Smirnoff2019-01-311-1/+0
* Remove "IPFW static rules" rmlock.Andrey V. Elsukov2017-04-031-0/+1
* Change the type of objhash_cb_t callback function to be able return anAndrey V. Elsukov2016-05-061-2/+4
* netpfil: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* * Make sure table algorithm destroy hook is always called without locksAlexander V. Chernikov2015-02-051-4/+4
* * Fix crash in interface tracker due to using old "linked" field.Alexander V. Chernikov2014-10-071-2/+1
* Switch ipfw to use rmlock for runtime locking.Alexander V. Chernikov2014-10-041-0/+1
* * Use modular opcode handling inside ipfw_ctl3() instead of static switch.Alexander V. Chernikov2014-09-051-2/+10
* Be consistent and use same arguments for ctl3 opcodes.Alexander V. Chernikov2014-09-031-1/+2
* Clean up kernel interaction in ip_fw_iface.cAlexander V. Chernikov2014-08-141-13/+10
* Fix crash in case of iflist request on non-initialized tracker.Alexander V. Chernikov2014-08-141-3/+8
* Update functions descriptions.Alexander V. Chernikov2014-08-111-3/+0
* * Add generic ipfw interface tracking APIAlexander V. Chernikov2014-07-281-0/+529