summaryrefslogtreecommitdiff
path: root/net/sched/sch_qfq.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela2023-04-231-14/+11
* net/sched: sch_qfq: use extack on errors messagesPedro Tammela2023-04-231-4/+5
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-141-6/+7
* net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-221-8/+1
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-2/+0
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-041-4/+2
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+3
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-2/+2
* net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-2/+1
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-0/+1
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-06-211-5/+3
* net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-221-1/+2
* Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
* net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
* net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+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: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-10/+1
* net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-2/+1
* sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-151-1/+3
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-151-7/+9
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-251-2/+2
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-4/+4
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+2
* 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/+2
* 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
* sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng2017-09-061-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-25/+5
* net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-2/+1
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+9
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-4/+4
* sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-2/+4
|\
| * qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-081-2/+4
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-47/+0
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-3/+6
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-5/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1