summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-171-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-121-7/+18
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-3/+4
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+1
|\
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-301-3/+1
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-5/+4
|/
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+10
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-20/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz2017-03-161-2/+0
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-201-5/+1
* net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-251-3/+4
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-6/+9
* net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-151-8/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-7/+19
|\
| * fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-071-1/+1
| * fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-10/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-4/+11
|/
* fq_codel: fix memory limitation driftEric Dumazet2016-05-161-1/+2
* fq_codel: add memory limitation per queueEric Dumazet2016-05-081-3/+24
* fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* codel: split into multiple filesMichal Kazior2016-04-251-0/+2
* codel: generalize the implementationMichal Kazior2016-04-251-4/+15
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-5/+12
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-021-3/+19
* fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-151-1/+10
* fq_codel: fix a use-after-freeWANG Cong2015-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+1
|\
| * codel: fix maxpacket/mtu confusionEric Dumazet2015-05-031-1/+1
* | codel: add ce_threshold attributeEric Dumazet2015-05-101-1/+14
* | sched: Call skb_get_hash_perturb in sch_fq_codelTom Herbert2015-05-041-9/+2
|/
* net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+1