summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-10-05net_sched: add max len check for TCA_KINDCong Wang1-1/+2
2019-10-05net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti1-0/+1
2019-10-01net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang1-0/+2
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang1-1/+5
2019-09-19sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang1-1/+1
2019-09-19net: sched: fix reordering issuesEric Dumazet1-2/+7
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang16-20/+21
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-1/+4
2019-08-09net: sched: use temporary variable for actions indexesDmytro Linkin15-64/+85
2019-08-09net sched: update vlan action for batched events operationsRoman Mashak1-0/+9
2019-08-09net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
2019-08-09ife: error out when nla attributes are emptyCong Wang1-0/+5
2019-07-28net: sched: verify that q!=NULL before setting q->flagsVlad Buslov1-1/+3
2019-07-28net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang3-4/+1
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov1-2/+1
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen1-28/+16
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-2/+8
2019-04-03net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-0/+3
2019-03-19net: sched: flower: insert new filter to idr after setting its maskVlad Buslov1-21/+22
2019-03-10net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov1-1/+2