summaryrefslogtreecommitdiff
path: root/sys/net/fq_codel.c
AgeCommit message (Expand)Author
2022-01-02spellingJonathan Gray
2020-12-10classify packets without a flowid into bucket 0, not a random bucket.David Gwynne
2020-06-18add $OpenBSD$ tagsDavid Gwynne
2020-06-17make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.David Gwynne
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