summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2021-12-09net/sched: fq_pie: prevent dismantle issueEric Dumazet-0/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti-3/+5
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long-3/+8
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet-10/+17
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi-1/+2
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy-2/+6
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni-1/+1
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee-1/+1
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee-19/+19
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann-20/+30
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen-4/+9
2021-10-19net: sch_tbf: Add a graft commandPetr Machata-0/+16
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish-72/+42
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish-56/+57
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish-17/+21
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish-7/+21
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior-57/+18
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior-9/+7
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet-4/+11
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+18
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior-12/+18
2021-10-08net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti-3/+9
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+7
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet-0/+4
2021-10-01net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet-0/+3
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+12
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov-0/+6
2021-09-29net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva-3/+4
2021-09-26net: prevent user from passing illegal stab size王贇-0/+6
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski-46/+25
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski-0/+56
2021-09-04fq_codel: reject silly quantum parametersEric Dumazet-2/+10
2021-08-30net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang-1/+1
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-4/+4
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy-35/+62
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang-1/+3
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+7
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti-0/+7
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen-0/+1
2021-08-18sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2021-08-10net/sched: cls_api, reset flags on replayMark Bloch-1/+2
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu-0/+3
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+1