summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2021-06-10net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-06-03net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin
2021-05-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng
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-03-04net: sched: fix police ext initializationVlad Buslov
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: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap
2021-01-06net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti
2020-12-08net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin
2020-11-01net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault
2020-11-01netem: fix zero division in tabledistAleksandr Nogikh
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-29net_sched: remove a redundant goto chain checkCong Wang
2020-10-14net_sched: commit action insertions togetherCong Wang
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-09-03net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
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-30net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang
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-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang
2020-04-13net_sched: add a temporary refcnt for struct tcindex_dataCong Wang
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-04-01net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-04-01net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang
2020-04-01net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-04-01net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey
2020-04-01net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-18net: taprio: add missing attribute validation for txtime delayJakub Kicinski