summaryrefslogtreecommitdiff
path: root/sys/net/altq
AgeCommit message (Expand)Author
2025-12-13altq(4): Fix a typo in a source code commentGordon Bergling
2025-10-27altq: Clear stats structures in get_class_stats()Mark Johnston
2024-09-03altq: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-03altq codel: do not insert the same mtag twiceKristof Provost
2023-02-13altq: ansifyMateusz Guzik
2023-02-04altq: purge EOL release compatibilityElliott Mitchell
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-09-07net: remove stale altq_input referenceMateusz Guzik
2022-07-28altq: improve pfctl config time for large numbers of queuesJames Skon
2021-09-04altq: mark callouts as mpsafeKristof Provost
2021-08-23altq: Fix panics on rmc_restart()Kristof Provost
2021-03-04altq: Increase maximum number of CBQ and HFSC classesKristof Provost
2021-03-04net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost
2021-01-27altq: Fix typo in features sysctl descriptionKristof Provost
2021-01-25altq: Remove unused arguments from altq_attach()Kristof Provost
2021-01-25Add FEATURE sysctls for ALTQ disciplinesKristof Provost
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-05Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin
2019-02-11Reduce the time it takes the kernel to install a new PF config containing a l...Patrick Kelsey
2019-01-09Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff
2018-12-04altq: manual cleanup after r341507Eric van Gyzen
2018-12-04altq: remove ALTQ3_COMPAT codeEric van Gyzen
2018-11-16Fix flags collision causing inability to enable CBQ in ALTQMike Karels
2018-08-22Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey
2018-07-25ALTQ support for iflib.Patrick Kelsey
2018-05-23UDP: further performance improvements on txMatt Macy
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2016-10-06Remove an alias if_list, use if_link consistently.Kevin Lo
2016-07-27Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov
2016-05-17Don't repeat the the word 'the'Eitan Adler
2016-05-03sys/net*: minor spelling fixes.Pedro F. Giffuni
2015-08-24Fix the spelling of eri's name.Luiz Otavio O Souza
2015-08-21Add ALTQ(9) support for the CoDel algorithm.Luiz Otavio O Souza
2015-06-25Another attempt to make this compile on more architectures after r284777.Bjoern A. Zeeb
2015-06-25Correct r284777 to use proper includes and remove dead code to unbreak kernel...Ermal Luçi
2015-06-24ALTQ FAIRQ discipline import from DragonFLYErmal Luçi
2015-04-17- Format copyright notices, VCS ids.Gleb Smirnoff
2015-04-16Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff