summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-12-13net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti
2021-12-10sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen
2021-10-19net: sch_tbf: Add a graft commandPetr Machata
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior
2021-10-08net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-10-01net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2021-09-26net: prevent user from passing illegal stab size王贇
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-09-04fq_codel: reject silly quantum parametersEric Dumazet
2021-08-30net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski