summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-06-04sch_sfq: validate silly quantum valuesEric Dumazet
2020-06-04sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-06-04net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet
2020-06-04fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-06-04sched: etf: do not assume all sockets are full blownEric Dumazet
2020-06-01net_sched: fix a missing refcnt in tcindex_init()Cong Wang
2020-06-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang
2020-05-21net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-05-21tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2020-05-21net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang
2020-05-21net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-05-21net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-05-21net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-05-21taprio: Fix sending packets without dequeueing themVinicius Costa Gomes
2020-05-15net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-05-15net: sched: correct flower port blockingJason Baron
2020-05-15net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-05-15net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-05-04taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-05-04net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-05-04net_sched: fix an OOB access in cls_tcindexCong Wang
2020-05-04cls_rsvp: fix rsvp_policyEric Dumazet
2020-04-16net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-04-16net_sched: fix ops->bind_class() implementationsCong Wang
2020-04-16net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-04-16net_sched: fix datalen for ematchCong Wang
2020-04-12net/sched: act_ife: initalize ife->metalist earlierEric Dumazet
2020-04-12net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2020-03-30sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle
2020-03-20net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-03-20sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-03-20pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-03-20net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2020-03-07net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet
2020-03-07net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani
2020-01-31net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2020-01-31mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2020-01-31net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2020-01-19net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2020-01-09taprio: don't reject same mqprio settingsIvan Khoronzhuk
2020-01-09net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2020-01-09net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-12-16net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-12-10net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-12-10sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-11-25sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-11-25net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet