summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-10-061-0/+6
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-09-221-1/+3
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-151-1/+1
* net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-181-0/+3
* net_sched: check error pointer in tcf_dump_walker()Cong Wang2021-08-041-0/+2
* 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 memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-281-1/+4
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-251-1/+2
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-07-191-1/+2
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-141-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-141-5/+3
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-2/+5
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-231-1/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-231-8/+13
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-06-101-3/+0
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-06-031-1/+26
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-1/+3
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-06-031-0/+19
* net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-05-191-0/+6
* 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: fix police ext initializationVlad Buslov2021-03-042-1/+2
* 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: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2021-01-121-1/+1
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2021-01-061-1/+16
* net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin2020-11-181-0/+3
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-11-011-0/+1
* netem: fix zero division in tabledistAleksandr Nogikh2020-11-011-1/+8
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-291-1/+1
* net_sched: remove a redundant goto chain checkCong Wang2020-10-291-14/+0
* net_sched: commit action insertions togetherCong Wang2020-10-141-9/+23
* net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-10-1420-61/+21
* taprio: Fix allowing too small intervalsVinicius Costa Gomes2020-09-261-11/+17
* net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-261-16/+33
* act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang2020-09-261-10/+34
* taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-09-121-6/+24
* net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-09-031-1/+1
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-2215-29/+34
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-301-2/+2
* sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-301-4/+9