aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-11-03net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen
2022-09-15Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-09-15sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-07-02net/sched: move NULL ptr check to qdisc_put() tooDiederik de Haas
2022-07-02net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye
2022-05-25net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-01net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey
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