aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_altq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the fix added in r343287 for spurious HFSC bandwidth check errorsPatrick Kelsey2019-02-111-18/+13
* Remove unused function gsc_destroy()Patrick Kelsey2019-01-221-12/+0
* Reduce pf.conf parsing cost for configs that define N queues from O(N^2) to O(N)Patrick Kelsey2019-01-221-302/+243
* Fix warning about crossing INT32_MAX boundary in computation of constant value.Patrick Kelsey2018-08-231-1/+1
* Extend tbrsize heuristic in pfctl(8) to provide a sensible value forPatrick Kelsey2018-08-231-1/+3
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-221-17/+39
* Assuming that the intent (from the white space) is that the fprintf()Sean Bruno2018-06-241-1/+2
* pfctl: Make most global variables static.Kristof Provost2016-08-041-2/+2
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-211-0/+43
* ALTQ FAIRQ discipline import from DragonFLYErmal Luçi2015-06-241-2/+219
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-4/+4
* Use feature_present(3) to determine whether to open an INET or anBjoern A. Zeeb2013-12-261-2/+2
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+1258