summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+3
|\|
| * net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-091-0/+3
* | net/sched: cls_api, reset flags on replayMark Bloch2021-08-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-3/+1
|\|
| * net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin2021-08-041-1/+1
| * net/sched: taprio: Fix init procedureYannick Vignon2021-08-021-2/+0
* | net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* | net_sched: refactor TC action init APICong Wang2021-08-0233-159/+168
* | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-2916-40/+32
* | net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye2021-07-281-12/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-6/+13
|\|
| * net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-221-1/+1
| * net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-201-4/+8
| * net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-181-1/+4
* | net/sched: Remove unnecessary if statementYajun Deng2021-07-163-29/+8
|/
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-021-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-021-1/+2
* net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer2021-07-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-292-6/+4
|\
| * net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-06-281-1/+1
| * pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-06-211-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-282-5/+0
|\ \
| * | bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen2021-06-242-5/+0
* | | net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin2021-06-231-3/+0