summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
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
2019-08-09ife: error out when nla attributes are emptyCong Wang
2019-07-28net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-28net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-03net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley
2019-03-19net: sched: flower: insert new filter to idr after setting its maskVlad Buslov
2019-03-10net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov
2019-03-10net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti
2019-03-10net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti
2019-03-10net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-27net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-02-27net_sched: fix a memory leak in cls_tcindexCong Wang
2019-02-27net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-01-31net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-01-31net_sched: refetch skb protocol for each filterCong Wang
2019-01-31net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti