summaryrefslogtreecommitdiff
path: root/net/sched/sch_codel.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-1/+2
2016-05-19net_sched: update hierarchical backlog tooWANG Cong1-4/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-11codel: add ce_threshold attributeEric Dumazet1-2/+13
2015-05-04codel: fix maxpacket/mtu confusionEric Dumazet1-1/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet1-2/+2
2012-05-15net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2012-05-11codel: Controlled Delay AQMEric Dumazet1-0/+275