aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-12-14net: sched: make function qdisc_free_cb() staticWei Yongjun
2021-12-14net_sched: fix a crash in tc_new_tfilter()Cong Wang
2021-12-14net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior
2021-10-17net: prevent user from passing illegal stab size王贇
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet
2021-09-22net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin
2021-07-20pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet
2021-06-30sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov
2021-03-30net: sched: validate stab valuesEric Dumazet
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin
2020-11-05netem: fix zero division in tabledistAleksandr Nogikh
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-14net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-04-02net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-03-05net: sched: correct flower port blockingJason Baron
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang