aboutsummaryrefslogtreecommitdiff
path: root/sys/net/altq
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1621-21/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* altq codel: do not insert the same mtag twiceKristof Provost2023-07-031-2/+4
* altq: ansifyMateusz Guzik2023-02-133-35/+15
* altq: purge EOL release compatibilityElliott Mitchell2023-02-043-24/+2
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-247-0/+7
* net: remove stale altq_input referenceMateusz Guzik2022-09-072-2/+0
* altq: improve pfctl config time for large numbers of queuesJames Skon2022-07-281-3/+3
* altq: mark callouts as mpsafeKristof Provost2021-09-042-11/+2
* altq: Fix panics on rmc_restart()Kristof Provost2021-08-231-0/+5
* altq: Increase maximum number of CBQ and HFSC classesKristof Provost2021-03-042-2/+2
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost2021-03-041-1/+1
* 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