aboutsummaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
Commit message (Expand)AuthorAgeFilesLines
* pf: quiet -Wredundant-decls for pf_get_ruleset_numberRyan Libby2021-01-111-1/+0
* pf: Convert pfi_kkif to use counter_u64Kristof Provost2021-01-051-2/+3
* pf: Allocate and free pfi_kkif in separate functionsKristof Provost2021-01-051-0/+3
* pf: Split pfi_kif into a user and kernel space structureKristof Provost2021-01-051-29/+45
* pf: Change pf_krule counters to use counter_u64Kristof Provost2021-01-051-3/+3
* pf: Remove unused fields from pf_kruleKristof Provost2021-01-051-4/+0
* pf: Split pf_rule into kernel and user space versionsKristof Provost2021-01-051-63/+171
* pf: Migrate pf_rule and related structs to pf.hKristof Provost2021-01-051-316/+0
* pf: Use counter_u64 in pf_src_nodeKristof Provost2021-01-051-2/+2
* pf: Split pf_src_node into a kernel and userspace structKristof Provost2021-01-051-42/+13
* pf: Use counter(9) for pf_state byte/packet trackingKristof Provost2020-12-231-2/+2
* pf: Fix unaligned checksum updatesKristof Provost2020-12-231-0/+6
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* pf: Add a new zone for per-table entry counters.Mark Johnston2020-05-161-2/+6
* pf :Use counter(9) in pf tables.Kristof Provost2019-03-151-13/+24
* Reduce the time it takes the kernel to install a new PF config containing a l...Patrick Kelsey2019-02-111-1/+9
* pfsync: Handle syncdev going awayKristof Provost2018-11-021-0/+2
* pfsync: Make pfsync callbacks per-vnetKristof Provost2018-11-021-6/+12
* pf: Limit the fragment entry queue length to 64 per bucket.Kristof Provost2018-11-021-0/+7
* pf: Split the fragment reassembly queue into smaller partsKristof Provost2018-11-021-0/+6
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-221-10/+102
* pf: Increase default hash table sizeKristof Provost2018-08-051-1/+1
* pf: Fix typo in r336221Kristof Provost2018-07-121-1/+1
* pf: Increate default state table sizeKristof Provost2018-07-121-3/+3
* Revert r335833.Will Andrews2018-07-041-3/+6
* pf: remove unused ioctls.Will Andrews2018-07-011-6/+3
* pf: Add missing include statementKristof Provost2018-05-301-0/+1
* pf: Replace rwlock on PF_RULES_LOCK with rmlockKristof Provost2018-05-301-8/+11
* pf: Improve ioctl validation for DIOCRGETTABLES, DIOCRGETTSTATS, DIOCRCLRTSTA...Kristof Provost2018-04-061-0/+1
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-2/+2
* pf: Cope with overly large net.pf.states_hashsizeKristof Provost2018-02-251-0/+1
* pf: Clean all fragments on shutdownKristof Provost2017-12-311-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* pf: Fix possible shutdown raceKristof Provost2017-03-221-0/+2
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesBjoern A. Zeeb2016-06-231-1/+3
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-171-1/+7
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+2
* pf: Fix compliation warning with gccKristof Provost2015-10-251-2/+2
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalKristof Provost2015-10-251-2/+3
* pf: Fix TSO issuesKristof Provost2015-10-141-0/+5
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-271-2/+0
* Minor change to the macros to make sure that if an AF is passed that is neith...George V. Neville-Neil2015-04-151-6/+5
* Always lock the hash row of a source node when updating its 'states' counter.Gleb Smirnoff2015-03-171-1/+0
* - Improve INET/INET6 scope.Gleb Smirnoff2015-02-161-4/+4
* Toss declarations to fix regular build and NO_INET6 build.Gleb Smirnoff2015-02-161-2/+1
* Commit a miss from r278843.Gleb Smirnoff2015-02-161-0/+1
* Fix build.Brad Davis2015-02-161-0/+1
* Missed from r278831.Gleb Smirnoff2015-02-161-0/+2
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryGleb Smirnoff2015-01-221-3/+4
* Reapply previous patch to fix build.Craig Rodrigues2015-01-061-3/+3