summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-281-2/+6
* net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-211-5/+7
* net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-06-211-8/+10
* net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham2023-06-211-5/+43
* net/sched: act_pedit: remove extra check for key typePedro Tammela2023-06-211-22/+7
* net/sched: simplify tcf_pedit_actPedro Tammela2023-06-211-70/+67
* net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-141-0/+1
* net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet2023-06-141-5/+5
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-2/+0
* net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-141-1/+7
* net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-091-0/+3
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-06-091-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-06-091-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-06-092-3/+8
* net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-06-091-0/+6
* net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-06-091-0/+6
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-171-1/+1
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-05-171-0/+1
* net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2023-05-111-1/+5
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti2023-03-301-0/+7
* net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti2023-03-301-8/+8
* net/sched: act_sample: fix action bind logicPedro Tammela2023-03-111-2/+9
* net/sched: act_mpls: fix action bind logicPedro Tammela2023-03-111-29/+37
* net/sched: act_pedit: fix action bind logicPedro Tammela2023-03-111-27/+31
* net/sched: transition act_pedit to rcu and percpu statsPedro Tammela2023-03-111-61/+87
* net/sched: Retire tcindex classifierJamal Hadi Salim2023-03-113-768/+0
* Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean2023-02-251-5/+3
* net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter2023-02-221-1/+1
* net/sched: tcindex: search key must be 16 bitsPedro Tammela2023-02-221-1/+1
* net/sched: act_ctinfo: use percpu statsPedro Tammela2023-02-221-3/+3
* flow_offload: fill flags to action structureBaowen Zheng2023-02-2214-14/+14
* net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela2023-02-221-4/+30
* net: sched: sch: Bounds check priorityKees Cook2023-02-221-1/+4
* net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-02-011-1/+0
* net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-02-011-0/+3
* sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu2023-02-011-11/+16
* net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-181-1/+7
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-141-0/+5
* net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-121-2/+2
* net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-121-1/+4
* net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei2023-01-121-10/+2
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-311-0/+2
* net: sched: allow act_ct to be built without NF_NATXin Long2022-12-021-1/+1
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-12-023-9/+9
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-11-101-1/+3
* net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-291-2/+3
* net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao2022-10-291-1/+2
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-10-2920-39/+0
* net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-10-291-0/+4