aboutsummaryrefslogtreecommitdiff
path: root/sys/net/altq
Commit message (Expand)AuthorAgeFilesLines
* altq: Fix typo in features sysctl descriptionKristof Provost2021-01-271-1/+1
* altq: Remove unused arguments from altq_attach()Kristof Provost2021-01-257-24/+9
* Add FEATURE sysctls for ALTQ disciplinesKristof Provost2021-01-251-0/+32
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0116-50/+5
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-4/+4
* Reduce the time it takes the kernel to install a new PF config containing a l...Patrick Kelsey2019-02-118-34/+26
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-5/+4
* altq: manual cleanup after r341507Eric van Gyzen2018-12-044-60/+3
* altq: remove ALTQ3_COMPAT codeEric van Gyzen2018-12-0414-4686/+0
* Fix flags collision causing inability to enable CBQ in ALTQMike Karels2018-11-162-3/+12
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-2213-87/+303
* ALTQ support for iflib.Patrick Kelsey2018-07-251-0/+4
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+2
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-172-3/+3
* Remove an alias if_list, use if_link consistently.Kevin Lo2016-10-061-1/+1
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-1/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-034-5/+5
* Fix the spelling of eri's name.Luiz Otavio O Souza2015-08-242-2/+2
* Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza2015-08-2116-11/+825
* Another attempt to make this compile on more architectures after r284777.Bjoern A. Zeeb2015-06-251-2/+2
* Correct r284777 to use proper includes and remove dead code to unbreak kernel...Ermal Luçi2015-06-251-19/+4
* ALTQ FAIRQ discipline import from DragonFLYErmal Luçi2015-06-245-1/+1065
* - Format copyright notices, VCS ids.Gleb Smirnoff2015-04-1714-267/+53
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-1621-0/+14654