aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl
Commit message (Expand)AuthorAgeFilesLines
...
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Fix the parsing of NPt binat rules.Luiz Otavio O Souza2016-12-281-1/+1
* pfctl: fix nested inline anchorsKristof Provost2016-11-101-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* pf: port extended DSCP support from OpenBSDKristof Provost2016-10-131-9/+64
* pf: remove fastroute tagKristof Provost2016-10-042-8/+5
* Note the version PF first appeared in FreeBSD & from which version it was por...Sevan Janiyan2016-10-031-6/+10
* Fix a regression in pf.conf while parsing the 'interval' keyword.Luiz Otavio O Souza2016-08-051-0/+10
* pfctl: Make most global variables static.Kristof Provost2016-08-046-52/+53
* pfctl: Add missing __FBSDID to pfctl_osfp.cKristof Provost2016-08-041-0/+3
* pfctl: Use const where possible.Kristof Provost2016-08-023-14/+14
* pfctl: Match prototype of pfctl_load_hostid.Kristof Provost2016-08-021-1/+1
* pfctl: Allow TOS bits to be clearedKristof Provost2016-08-021-3/+3
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-172-2/+94
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-16/+8
* MFHGlen Barber2016-04-161-3/+12
|\
| * Make pfctl(8) more flexible when parsing bandwidth values.Luiz Otavio O Souza2016-04-141-3/+12
* | MFHGlen Barber2016-03-021-2/+0
|\|
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* | Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
|/
* Make pfctl(8) work on strict-alignment platforms, by copying a pair ofIan Lepore2016-01-301-5/+13
* pfctl: Fix uninitialised veriableKristof Provost2015-11-011-0/+1
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-272-8/+3
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-214-9/+149
* Only report the lack of ALTQ support if pfctl is using verbose (-v) mode.George V. Neville-Neil2015-07-201-1/+1
* ALTQ FAIRQ discipline import from DragonFLYErmal Luçi2015-06-244-4/+337
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+24
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-15/+15
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+0
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-286-23/+55
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-0425-2261/+17353
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-164-13/+13
* | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-231-1/+0
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-051-6/+7
* | | Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-8/+6
* | | Better build fix.Gleb Smirnoff2014-02-151-6/+7
* | | Fix build on 32bit arches broken by me in r261882.Gleb Smirnoff2014-02-141-4/+5
* | | Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+4
* | | Use feature_present(3) to determine whether to open an INET or anBjoern A. Zeeb2013-12-264-4/+35
* | | Remove __FreeBSD__ ifdefs.Gleb Smirnoff2013-11-221-6/+1