summaryrefslogtreecommitdiff
path: root/sys/net/fq_codel.c
AgeCommit message (Expand)Author
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-07-24Fixup free list handling in fqcodel_deq_beginMike Belopuhov
2017-06-28Provide pf queue manager APIMike Belopuhov
2017-05-24Fail with EINVAL when asked to create a non-root queue instead of panickingMike Belopuhov
2017-05-15clang warns on unused static const variables. Remove one such unusedJonathan Gray
2017-05-12Export delay statistics instead of bucket informationMike Belopuhov
2017-05-11Remove a leftover from the ifq_mfreeml conversionMike Belopuhov
2017-05-11Add pf queue configuration glue for FQ-CoDelMike Belopuhov
2017-05-11Increment drop counter on the enqueue failureMike Belopuhov
2017-05-07Fix stage transition from the initial one to DROPPINGMike Belopuhov
2017-05-04Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)Mike Belopuhov