aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
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
2019-11-25net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang
2019-11-25net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-10-07net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-10-07net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-10-07net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-10-05net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-10-05net_sched: add policy validation for action attributesCong Wang
2019-10-05net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-10-05net_sched: add max len check for TCA_KINDCong Wang
2019-10-05net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti
2019-10-01net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-19sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2019-09-19net: sched: fix reordering issuesEric Dumazet
2019-09-10net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti
2019-09-10net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti
2019-09-10net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-09-10taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-09-10taprio: Fix kernel panic in taprio_destroyVladimir Oltean
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-08-25net sched: update skbedit action for batched events operationsRoman Mashak
2019-08-25net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk
2019-08-09net: sched: use temporary variable for actions indexesDmytro Linkin
2019-08-09net sched: update vlan action for batched events operationsRoman Mashak