summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.c
Commit message (Expand)AuthorAgeFilesLines
* pfctl: Call ifa_load() before ifa_grouplookup()Kristof Provost2020-04-191-3/+4
* pfctl: Remove unused variableKristof Provost2020-04-191-2/+0
* pfctl: improve rule load times with thousands of interfacesKristof Provost2020-03-191-4/+5
* pfctl: Fix ifa_grouplookup()Kristof Provost2019-02-101-0/+1
* Reduce pf.conf parsing cost for configs that define N queues from O(N^2) to O(N)Patrick Kelsey2019-01-221-23/+121
* pfctl: Populate ifname in ifa_lookup()Kristof Provost2018-11-081-0/+1
* pf: Make ':0' ignore link-local v6 addresses tooKristof Provost2018-10-281-0/+3
* pf: Return non-zero from 'status' if pf is not enabledKristof Provost2018-06-061-0/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* pf: remove fastroute tagKristof Provost2016-10-041-6/+2
* pfctl: Make most global variables static.Kristof Provost2016-08-041-1/+1
* pfctl: Use const where possible.Kristof Provost2016-08-021-5/+5
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-171-0/+15
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-16/+8
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-271-6/+1
* Use feature_present(3) to determine whether to open an INET or anBjoern A. Zeeb2013-12-261-2/+22
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+1746