summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-04-02net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski
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-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: fix ops->bind_class() implementationsCong Wang
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-29net_sched: fix datalen for ematchCong Wang
2020-01-27net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2020-01-27net: netem: fix error path for corrupted GSO framesJakub Kicinski
2020-01-27act_mirred: Fix mirred_init_module error handlingYueHaibing
2020-01-27net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2020-01-27net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2020-01-27net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2020-01-27net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2020-01-27net/sched: cbs: fix port_rate miscalculationLeandro Dorileo
2020-01-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein
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
2019-12-21net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-12-21mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-17sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-12-01net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2019-12-01net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-11-24net: sched: avoid writing on noop_qdiscEric Dumazet
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-05net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
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: fix a NULL pointer deref in ipt actionCong Wang
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-08-09net: sched: use temporary variable for actions indexesDmytro Linkin
2019-08-09net sched: update vlan action for batched events operationsRoman Mashak
2019-08-09net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai