summaryrefslogtreecommitdiff
path: root/net/sched/sch_codel.c
AgeCommit message (Expand)Author
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet
2016-04-25codel: split into multiple filesMichal Kazior
2016-04-25codel: generalize the implementationMichal Kazior
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-10codel: add ce_threshold attributeEric Dumazet
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet
2012-05-14net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven
2012-05-10codel: Controlled Delay AQMEric Dumazet