summaryrefslogtreecommitdiff
path: root/net/sched/sch_qfq.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2023-11-02net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira1-0/+1
2023-10-27netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-10-24net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian1-1/+1
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis1-5/+17
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela1-6/+4
2023-07-13net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-07-13net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-04-23net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela1-14/+11
2023-04-23net/sched: sch_qfq: use extack on errors messagesPedro Tammela1-4/+5
2023-04-14net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung1-6/+7
2022-09-23net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-8/+1
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-2/+0
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-4/+3
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-2/+1
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+1
2021-07-30net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-06-22pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata1-2/+2
2020-07-08net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-30net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-02net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni1-10/+1
2019-04-02net: sched: introduce and use qstats read helpersPaolo Abeni1-2/+1
2019-01-16sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen1-1/+3
2019-01-16sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen1-7/+9
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-4/+4
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+2
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/+2
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-07sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng1-1/+1
2017-08-26net_sched: remove tc class reference countingWANG Cong1-25/+5
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-2/+1
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+9
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-03-13net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-4/+4