summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis2023-08-111-1/+0
* net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis2023-08-111-1/+0
* net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-08-111-7/+14
* net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela2023-08-111-1/+6
* net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan2023-08-111-5/+5
* net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma2023-08-111-0/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-114-4/+4
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-2/+0
* net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-171-1/+1
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-04-051-2/+2
* net/sched: Retire tcindex classifierJamal Hadi Salim2023-03-113-702/+0
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-181-3/+7
* net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-181-1/+4
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2023-01-181-0/+2
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-11-101-1/+3
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-051-1/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-251-0/+6
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-251-1/+1
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-05-121-7/+11
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-171-0/+3
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-221-1/+1
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-201-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-201-5/+3
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-161-0/+3
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-02-071-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-301-2/+6
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* sch_sfq: validate silly quantum valuesEric Dumazet2020-05-201-0/+9
* sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-05-201-1/+2
* fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-05-201-1/+1
* net_sched: keep alloc_hash updated after hash allocationCong Wang2020-04-021-0/+1
* net_sched: cls_route: remove the right filter from hashtableCong Wang2020-04-021-2/+2
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-201-0/+1
* net: sched: correct flower port blockingJason Baron2020-03-111-0/+1
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-281-0/+1
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-281-0/+1
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-141-2/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-141-20/+20
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-141-4/+2