summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2023-09-23net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-11net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-7/+14
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-08-11net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-08-11net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma1-0/+1
2023-08-11treewide: Remove uninitialized_var() usageKees Cook4-4/+4
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-05-17net/sched: act_mirred: Add carrier checkVictor Nogueira1-1/+1
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung1-6/+7
2023-04-05net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim3-702/+0
2023-01-18net: sched: disallow noqueue for qdisc classesFrederick Lawler1-3/+7
2023-01-18net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2023-01-18net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter1-1/+3
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen1-1/+2
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen1-4/+6
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim1-0/+6
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-05-12net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-7/+11
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet1-2/+11
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2021-10-17net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-09-22net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
2021-07-20pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-04-16net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3
2021-03-30net: sched: validate stab valuesEric Dumazet4-7/+11
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-02-07net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-30net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-03-20net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-11net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-28net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-28net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-15net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-15net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20