summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2023-07-27net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-27net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira1-0/+7
2023-07-27net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira1-11/+30
2023-07-27net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira1-23/+12
2023-07-23net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-07-23net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-07-23net/sched: sch_qfq: refactor parsing of netlink parametersPedro Tammela1-14/+11
2023-07-23net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-07-23net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-07-19net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-07-19net/sched: act_ipt: add sanity checks on skb before calling targetFlorian Westphal1-0/+33
2023-07-19net/sched: act_ipt: add sanity checks on table name and hook locationsFlorian Westphal1-7/+20
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-4/+4
2023-06-21Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu1-2/+2
2023-06-21net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela1-2/+2
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2-8/+34
2023-06-21net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu3-49/+83
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
2023-06-21net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham1-5/+43
2023-06-21net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-06-21net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-14net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet1-5/+5
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet10-40/+57
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-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-11net/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-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-03-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela1-2/+9
2023-03-11net/sched: act_mpls: fix action bind logicPedro Tammela1-29/+37
2023-03-11net/sched: act_pedit: fix action bind logicPedro Tammela1-27/+31
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-753/+0
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-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela1-4/+30