aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim
2024-01-15net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2023-10-25net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis
2023-09-23net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-08-11net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-08-11net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-08-11net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-08-11net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-07-27net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-27cls_flower: Add extack support for src and dst port range optionsGuillaume Nault
2023-07-27net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-27net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-06-09flow_dissector: work around stack frame size warningArnd Bergmann
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-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2023-04-20net_sched: prevent NULL dereference if default qdisc setup failedPratyush Yadav
2023-04-05net: sched: fix race condition in qdisc_graft()Eric Dumazet
2023-04-05net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim
2023-02-25Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-02-22net: sched: sch: Bounds check priorityKees Cook
2023-02-06net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-02-06net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-01-18net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler