summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao1-0/+4
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye1-0/+5
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2-3/+8
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye1-0/+6
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye1-0/+6
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira1-1/+1
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung1-6/+7
2023-04-05net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-710/+0
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler1-2/+6
2023-01-18net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-18net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter1-1/+3
2022-11-03net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao1-0/+4
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen1-1/+2
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen1-4/+6
2022-09-15Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski1-3/+1
2022-09-15sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen1-1/+3
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim1-0/+10
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-07-02net/sched: move NULL ptr check to qdisc_put() tooDiederik de Haas1-2/+3
2022-07-02net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2022-05-25net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni1-0/+4
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-4/+22
2022-05-01net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-7/+11
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet1-4/+4
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-5/+13
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet1-2/+11
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet1-5/+1
2021-12-14net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2021-12-14net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2021-12-14net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov2-1/+42
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov19-41/+46
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski3-0/+56
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-17net: prevent user from passing illegal stab size王贇1-0/+6
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet1-2/+10
2021-09-22net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1