summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet1-5/+1
2021-12-14net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2021-12-14net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2021-12-14net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov2-1/+42
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov19-41/+46
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski3-0/+56
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-17net: prevent user from passing illegal stab size王贇1-0/+6
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet1-2/+10
2021-09-22net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
2021-07-20pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-06-30sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi1-0/+3
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3
2021-03-30net: sched: validate stab valuesEric Dumazet4-7/+11
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin1-0/+3
2020-11-05netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-16/+33
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen11-19/+22
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-01sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-07-01sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-07-01sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-07-01net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-14net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet1-3/+4
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-04-02net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-05net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2