summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* net: sched: make function qdisc_free_cb() staticWei Yongjun2021-12-141-1/+1
* net_sched: fix a crash in tc_new_tfilter()Cong Wang2021-12-141-1/+3
* net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2021-12-141-15/+64
* net: sched: extend Qdisc with rcuVlad Buslov2021-12-142-1/+42
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2021-12-1419-41/+46
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-263-0/+56
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-201-12/+18
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+6
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-131-0/+3
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-221-1/+1
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-201-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-201-5/+3
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-301-1/+5
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-04-141-0/+3
* net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-141-0/+3
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-271-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-271-2/+6
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin2020-11-181-0/+3
* netem: fix zero division in tabledistAleksandr Nogikh2020-11-051-1/+8
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-291-1/+1
* net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-261-16/+33
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-2211-19/+22
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-301-4/+9
* sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-301-2/+2
* sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-301-11/+30
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* sch_sfq: validate silly quantum valuesEric Dumazet2020-05-141-0/+9
* sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-05-141-1/+2
* net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet2020-05-141-0/+3
* fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-05-141-1/+1
* sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-291-3/+4
* net_sched: keep alloc_hash updated after hash allocationCong Wang2020-04-021-0/+1
* net_sched: cls_route: remove the right filter from hashtableCong Wang2020-04-021-2/+2
* net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-04-021-1/+11
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-181-0/+1
* net: sched: correct flower port blockingJason Baron2020-03-051-0/+1
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-241-0/+1