summary refs log tree commit diff
path: root/net/sched
AgeCommit message (Expand)Author
2023-08-03net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-08-03net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-08-03net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-07-27net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira
2023-07-27net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira
2023-07-27net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira
2023-07-27net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira
2023-07-23net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela
2023-07-23net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-07-23net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela
2023-07-23net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-23net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-19net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-07-19net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal
2023-07-19net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-06-21Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu
2023-06-21net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-21net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-06-21net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham
2023-06-21net/sched: act_pedit: remove extra check for key typePedro Tammela
2023-06-21net/sched: simplify tcf_pedit_actPedro Tammela
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-14net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-14net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
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