summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2021-03-04net: sched: fix police ext initializationVlad Buslov2-1/+2
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: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-1/+1
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2021-01-06net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-08net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin1-0/+3
2020-11-01net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-11-01netem: 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-10-29net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-10-14net_sched: commit action insertions togetherCong Wang1-9/+23
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang20-61/+21
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-16/+33
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-09-03net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen15-29/+34
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
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-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-13net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+2
2020-04-01net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-01net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang1-0/+2
2020-04-01net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-04-01net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-04-01net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-18net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-18taprio: Fix sending packets without dequeueing themVinicius Costa Gomes1-3/+9
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-11taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-11taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-11taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-11taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-11taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13