summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-09-03net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-05-20net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-14net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang
2020-04-13net_sched: add a temporary refcnt for struct tcindex_dataCong Wang
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-04-01net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-04-01net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang
2020-04-01net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-04-01net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey
2020-04-01net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-18net: taprio: add missing attribute validation for txtime delayJakub Kicinski
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-03-18taprio: Fix sending packets without dequeueing themVinicius Costa Gomes
2020-03-05net: sched: correct flower port blockingJason Baron
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-11taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-11taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-11taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-11taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-11taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet
2020-02-01net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-29net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2020-01-29net_sched: fix datalen for ematchCong Wang
2020-01-23net: sched: act_ctinfo: fix memory leakEric Dumazet
2020-01-23net/sched: act_ife: initalize ife->metalist earlierEric Dumazet
2020-01-17sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet