summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-16/+33
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen11-19/+22
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-01sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-07-01sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-07-01sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-07-01net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
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-02net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-04-02net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
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-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-27net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2020-01-27net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2020-01-27act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2020-01-27net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean1-1/+1
2020-01-27net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean1-8/+11
2020-01-27net/sched: cbs: Fix error path of cbs_module_initYueHaibing1-2/+7
2020-01-27net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2020-01-27net/sched: cbs: fix port_rate miscalculationLeandro Dorileo1-14/+84
2020-01-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein1-2/+29
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2019-12-21net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2-0/+2
2019-12-21mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-17sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen1-2/+3
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-01net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-12-01net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-11-24net: sched: avoid writing on noop_qdiscEric Dumazet1-2/+12
2019-11-10net/flow_dissector: switch to siphashEric Dumazet3-16/+19
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-6/+8
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-12/+28
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-05net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet1-2/+4