aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira
2023-05-17net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov
2023-05-11net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2023-03-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-03-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela
2023-03-11net/sched: act_mpls: fix action bind logicPedro Tammela
2023-03-11net/sched: act_pedit: fix action bind logicPedro Tammela
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela
2023-02-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela
2023-02-22net: sched: sch: Bounds check priorityKees Cook
2023-02-01net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-02-01net: sched: gred: prevent races when adding offloads to statsJakub Kicinski
2023-02-01net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-02-01sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-14net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-12net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-12net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2022-12-31net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-10-31net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: sched: fix race condition in qdisc_graft()Eric Dumazet
2022-10-19net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao
2022-10-19Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...Zhengchao Shao
2022-10-19net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean