summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_codel.c
AgeCommit message (Expand)AuthorLines
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai-3/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring-1/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal-2/+2
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet-3/+5
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet-1/+1
2016-04-25codel: split into multiple filesMichal Kazior-0/+2
2016-04-25codel: generalize the implementationMichal Kazior-3/+17
2016-02-29net_sched: update hierarchical backlog tooWANG Cong-4/+6
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-05-10codel: add ce_threshold attributeEric Dumazet-2/+13
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet-1/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend-1/+1
2012-05-16fq_codel: should use qdisc backlog as thresholdEric Dumazet-2/+2
2012-05-14net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven-0/+1
2012-05-10codel: Controlled Delay AQMEric Dumazet-0/+275