aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_codel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal1-2/+2
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+5
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet1-1/+1
2016-04-25codel: split into multiple filesMichal Kazior1-0/+2
2016-04-25codel: generalize the implementationMichal Kazior1-3/+17
2016-02-29net_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-10codel: add ce_threshold attributeEric Dumazet1-2/+13
2015-05-03codel: 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-14net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2012-05-10codel: Controlled Delay AQMEric Dumazet1-0/+275