summaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/pf_table.c
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix table entry counter togglingMark Johnston2020-12-021-2/+6
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* pf: Add a new zone for per-table entry counters.Mark Johnston2020-05-161-69/+31
* pf: Don't allocate per-table entry counters unless required.Mark Johnston2020-05-111-47/+59
* pf :Use counter(9) in pf tables.Kristof Provost2019-03-151-48/+178
* pf: silence a runtime warningKristof Provost2019-01-151-1/+4
* pf: Prevent tables referenced by rules in anchors from getting disabled.Kristof Provost2018-11-081-0/+1
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-5/+5
* pf: Replace rwlock on PF_RULES_LOCK with rmlockKristof Provost2018-05-301-1/+0
* pf: Improve ioctl validation for DIOCRGETTABLES, DIOCRGETTSTATS, DIOCRCLRTSTA...Kristof Provost2018-04-061-2/+1
* pf: Fix memory leak in DIOCRADDTABLESKristof Provost2018-03-191-1/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix VNET leakages in PF by V_irtualizing pfr_ktables and friends.Marko Zec2017-04-251-24/+29
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-31/+31
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryGleb Smirnoff2015-01-221-25/+21
* Merge: r258322 from projects/pf branchCraig Rodrigues2015-01-061-21/+25
* Remove lock init from radix.c.Alexander V. Chernikov2014-10-011-6/+2
* Use rn_detachhead() instead of direct free(9) for radix tables.Gleb Smirnoff2014-10-011-2/+2
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* In netpfil/pf:Gleb Smirnoff2012-12-281-3/+2
* When connection rate hits and we overload a source to a table,Gleb Smirnoff2012-09-221-0/+4
* In pfr_insert_kentry() return ENOMEM if memory allocation failed.Gleb Smirnoff2012-09-221-1/+1
* Fix fallout from r236397 in pfr_update_stats(), that was missedGleb Smirnoff2012-09-221-1/+3
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+2191