summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-3/+8
|\
| * net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-161-3/+8
* | net: no longer stop all TX queues in dev_watchdog()Eric Dumazet2021-11-171-3/+5
* | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-0/+51
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-4/+4
* | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-1/+1
* | net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli2021-11-151-9/+9
|/
* net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-091-10/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-1/+2
|\
| * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-1/+2
* | sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy2021-10-281-2/+6
* | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-271-1/+1
* | net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee2021-10-271-1/+1
* | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2021-10-271-19/+19
* | net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann2021-10-271-20/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+1
|\|
| * net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey2021-10-181-1/+1
* | fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-201-4/+9
* | net: sch_tbf: Add a graft commandPetr Machata2021-10-191-0/+16
* | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-1816-72/+42
* | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-1821-56/+57
* | net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-184-17/+21
* | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-1812-7/+21
* | mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-182-57/+18
* | gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-182-9/+7
* | fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet2021-10-151-4/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-12/+18
|\|
| * mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-081-12/+18
* | net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti2021-10-081-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-072-0/+7
|\|
| * net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4
| * net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-011-0/+3
* | net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva2021-09-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-302-0/+12
|\|
| * net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-09-301-0/+6
| * net: prevent user from passing illegal stab size王贇2021-09-261-0/+6
* | net_sched: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva2021-09-291-3/+4
* | net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski2021-09-193-46/+25
* | net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-09-153-0/+56
|/
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-041-2/+10
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-08-301-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-302-4/+4
|\
| * bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-172-4/+4
* | sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-35/+62
* | fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-08-301-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-0/+7
|\ \
| * | net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-08-251-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+1
|\| |
| * | sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen2021-08-181-1/+1
* | | net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-191-0/+1
| |/ |/|