summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-05-22cls_rsvp: fix rsvp_policyEric Dumazet
2020-05-22net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-04-28net_sched: fix datalen for ematchCong Wang
2020-04-28pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-04-28pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen
2019-12-19net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-12-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-12-19net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-12-19sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-12-19sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-12-10sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-11-22sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2019-11-22net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai
2019-11-15net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-10-05net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2019-05-02net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-02-11net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-12-16net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter
2018-11-20net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-10-21net_sched: fq: take care of throttled flows before reuseEric Dumazet
2018-06-16sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel
2018-01-01net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-11-11sch_fq_codel: avoid double free on init failureNikolay Aleksandrov
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-11-11sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-11-11net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-10-12net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2017-07-18sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-07-18bpf: try harder on clones when writing into skbDaniel Borkmann
2017-06-05net sched actions: decrement module reference count after table flush.Roman Mashak
2017-03-16net/sched: pedit: make sure that offset is validAmir Vadai
2017-03-16netem: Segment GSO packets on enqueueNeil Horman
2017-03-16sch_dsmark: update backlog as wellWANG Cong
2017-03-16sch_htb: update backlog as wellWANG Cong
2017-03-16net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2017-03-16net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani
2017-02-23pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-11-20qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2016-08-22net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet
2016-08-22netem: fix a use after freeEric Dumazet
2016-08-22net_sched: update hierarchical backlog tooWANG Cong
2016-08-22net_sched: introduce qdisc_replace() helperWANG Cong
2015-08-25act_pedit: check binding before calling tcf_hash_release()WANG Cong