summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
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-06-30net: Revert "pkt_sched: fq: use proper locking in fq_dump_stats()"Toke Høiland-Jørgensen1-18/+14
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-10qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet1-4/+5
2020-05-10fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1
2020-05-10pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2020-05-10net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion1-15/+13
2020-05-10cls_bpf: reset class and reuse major in daDaniel Borkmann1-5/+8
2020-05-10sch_tbf: update backlog as wellWANG Cong1-0/+4
2020-05-10sch_sfb: keep backlog updated with qlenWANG Cong1-0/+3
2020-05-10sch_qfq: keep backlog updated with qlenWANG Cong1-0/+3
2020-05-10sch_prio: update backlog as wellWANG Cong1-0/+4
2020-05-10sch_hfsc: always keep backlog updatedWANG Cong1-8/+4
2020-05-10sch_drr: update backlog as wellWANG Cong1-0/+4
2020-05-10net_sched: keep backlog updated with qlenWANG Cong1-0/+2
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-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-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-4/+5
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: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+6
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-11net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-1/+2
2019-06-11net: create skb_gso_validate_mac_len()Daniel Axtens1-10/+0
2019-02-06net_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-11-10sch_red: update backlog as wellWANG Cong1-0/+4
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2018-09-15sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2018-09-15sch_multiq: fix double free on init failureNikolay Aleksandrov1-7/+2
2018-09-15sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3