| Commit message (Expand) | Author | Age | Files | Lines |
* | pf: Fix table entry counter toggling | Mark Johnston | 2020-12-02 | 1 | -2/+6 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | pf: Add a new zone for per-table entry counters. | Mark Johnston | 2020-05-16 | 1 | -69/+31 |
* | pf: Don't allocate per-table entry counters unless required. | Mark Johnston | 2020-05-11 | 1 | -47/+59 |
* | pf :Use counter(9) in pf tables. | Kristof Provost | 2019-03-15 | 1 | -48/+178 |
* | pf: silence a runtime warning | Kristof Provost | 2019-01-15 | 1 | -1/+4 |
* | pf: Prevent tables referenced by rules in anchors from getting disabled. | Kristof Provost | 2018-11-08 | 1 | -0/+1 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -5/+5 |
* | pf: Replace rwlock on PF_RULES_LOCK with rmlock | Kristof Provost | 2018-05-30 | 1 | -1/+0 |
* | pf: Improve ioctl validation for DIOCRGETTABLES, DIOCRGETTSTATS, DIOCRCLRTSTA... | Kristof Provost | 2018-04-06 | 1 | -2/+1 |
* | pf: Fix memory leak in DIOCRADDTABLES | Kristof Provost | 2018-03-19 | 1 | -1/+3 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Fix VNET leakages in PF by V_irtualizing pfr_ktables and friends. | Marko Zec | 2017-04-25 | 1 | -24/+29 |
* | MFP r287070,r287073: split radix implementation and route table structure. | Alexander V. Chernikov | 2016-01-25 | 1 | -31/+31 |
* | Back out r276841, r276756, r276747, r276746. The change in r276747 is very | Gleb Smirnoff | 2015-01-22 | 1 | -25/+21 |
* | Merge: r258322 from projects/pf branch | Craig Rodrigues | 2015-01-06 | 1 | -21/+25 |
* | Remove lock init from radix.c. | Alexander V. Chernikov | 2014-10-01 | 1 | -6/+2 |
* | Use rn_detachhead() instead of direct free(9) for radix tables. | Gleb Smirnoff | 2014-10-01 | 1 | -2/+2 |
* | Provide includes that are needed in these files, and before were read | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | In netpfil/pf: | Gleb Smirnoff | 2012-12-28 | 1 | -3/+2 |
* | When connection rate hits and we overload a source to a table, | Gleb Smirnoff | 2012-09-22 | 1 | -0/+4 |
* | In pfr_insert_kentry() return ENOMEM if memory allocation failed. | Gleb Smirnoff | 2012-09-22 | 1 | -1/+1 |
* | Fix fallout from r236397 in pfr_update_stats(), that was missed | Gleb Smirnoff | 2012-09-22 | 1 | -1/+3 |
* | o Create directory sys/netpfil, where all packet filters should | Gleb Smirnoff | 2012-09-14 | 1 | -0/+2191 |