aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller1-7/+18
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-3/+4
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-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-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-5/+4
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+10
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-20/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-03-16net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz1-2/+0
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet1-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-6/+9
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet1-8/+9
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+19
2016-06-08sched: remove qdisc->dropFlorian Westphal1-10/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-4/+11
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet1-6/+18
2016-05-16fq_codel: fix memory limitation driftEric Dumazet1-1/+2
2016-05-08fq_codel: add memory limitation per queueEric Dumazet1-3/+24
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet1-19/+45
2016-04-25codel: split into multiple filesMichal Kazior1-0/+2
2016-04-25codel: generalize the implementationMichal Kazior1-4/+15
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-5/+12
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet1-3/+19
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong1-1/+10
2015-07-15fq_codel: fix a use-after-freeWANG Cong1-1/+1
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-1/+14
2015-05-04sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert1-9/+2
2015-05-03codel: fix maxpacket/mtu confusionEric Dumazet1-1/+1
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+1