summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2023-01-181-0/+2
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-11-101-1/+3
* net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-11-031-0/+4
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-151-3/+1
* sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-09-151-1/+3
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-051-1/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-251-0/+10
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-251-1/+1
* net/sched: move NULL ptr check to qdisc_put() tooDiederik de Haas2022-07-021-2/+3
* net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-07-021-2/+2
* net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-251-0/+4
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-4/+22
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-05-011-7/+11
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-271-4/+4
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-5/+13
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* net: sched: make function qdisc_free_cb() staticWei Yongjun2021-12-141-1/+1
* net_sched: fix a crash in tc_new_tfilter()Cong Wang2021-12-141-1/+3
* net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2021-12-141-15/+64
* net: sched: extend Qdisc with rcuVlad Buslov2021-12-142-1/+42
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2021-12-1419-41/+46
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-263-0/+56
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-201-12/+18
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+6
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-131-0/+3
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-221-1/+1
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-201-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-201-5/+3
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-301-1/+5
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-04-141-0/+3
* net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-141-0/+3
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-271-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-271-2/+6
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin2020-11-181-0/+3
* netem: fix zero division in tabledistAleksandr Nogikh2020-11-051-1/+8
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-291-1/+1
* net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-261-16/+33