summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
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: cls_flower: Use mask for addr_typePaul Blakey1-0/+4
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
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-10net_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-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 an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-15cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-05net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-29net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2020-01-29net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2020-01-29act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2020-01-29net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-1/+1
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-11-28net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-2/+3
2019-11-10net/flow_dissector: switch to siphashEric Dumazet4-19/+22
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-5/+7
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-5/+22
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang1-1/+5
2019-09-21sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang1-1/+1
2019-08-11ife: error out when nla attributes are emptyCong Wang1-0/+3
2019-08-11net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
2019-03-14net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-10/+0
2019-01-31net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3