summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-28net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
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-14net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7
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-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-05-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-05-30net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira1-1/+1
2023-05-17net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov1-0/+1
2023-05-17net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti1-1/+5
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung1-6/+7
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-768/+0
2023-02-25Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean1-5/+3
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela1-1/+1
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2023-02-22flow_offload: fill flags to action structureBaowen Zheng14-14/+14
2023-02-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela1-4/+30
2023-02-22net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-02-01net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet1-1/+0
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+3
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel1-1/+7
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-14net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-14net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-14net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2023-01-14net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-12-02net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu3-9/+9
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter1-1/+3
2022-10-30net: sched: fix race condition in qdisc_graft()Eric Dumazet1-2/+3
2022-10-30net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao1-1/+2
2022-10-30net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao20-39/+0
2022-10-30net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao1-0/+4
2022-10-05net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua1-1/+4
2022-09-28net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua1-0/+1
2022-09-28net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean1-3/+5
2022-09-28net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean1-4/+6
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