summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* cls_rsvp: fix rsvp_policyEric Dumazet2020-05-221-4/+2
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-05-221-0/+3
* net_sched: fix datalen for ematchCong Wang2020-04-281-1/+1
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-04-281-1/+1
* pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2020-04-281-2/+8
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-12-191-2/+2
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-12-191-0/+2
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-12-191-5/+7
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-12-191-0/+2
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-12-191-8/+23
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-12-101-1/+1
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-11-221-1/+1
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-11-221-1/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-11-151-3/+6
* net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-10-051-5/+8
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-05-021-3/+7
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2019-02-111-1/+1
* net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2018-12-161-1/+1
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-11-201-8/+6
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-10-211-12/+25
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-06-161-1/+5
* net_sched: red: Avoid illegal valuesNogah Frankel2018-03-034-0/+11
* net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2018-01-011-0/+1
* sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-2/+3
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-11-111-3/+1
* sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-11-111-3/+7
* sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-11-111-2/+2
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-11-111-0/+3
* sch_multiq: fix double free on init failureNikolay Aleksandrov2017-11-111-7/+2
* sch_htb: fix crash on init failureNikolay Aleksandrov2017-11-111-2/+3
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-11-115-23/+19
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-11-111-1/+4
* net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2017-10-121-1/+2
* sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-07-181-2/+8
* bpf: try harder on clones when writing into skbDaniel Borkmann2017-07-182-19/+7
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-06-051-4/+1
* net/sched: pedit: make sure that offset is validAmir Vadai2017-03-161-4/+20
* netem: Segment GSO packets on enqueueNeil Horman2017-03-161-2/+59
* sch_dsmark: update backlog as wellWANG Cong2017-03-161-0/+3
* sch_htb: update backlog as wellWANG Cong2017-03-161-1/+4
* net, sched: fix soft lockup in tc_classifyDaniel Borkmann2017-03-161-1/+3
* net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2017-03-161-4/+5
* pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2017-02-231-14/+18
* qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-11-201-4/+5
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-08-221-0/+4
* netem: fix a use after freeEric Dumazet2016-08-221-6/+6
* net_sched: update hierarchical backlog tooWANG Cong2016-08-2219-47/+84
* net_sched: introduce qdisc_replace() helperWANG Cong2016-08-2212-78/+12
* act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-251-3/+2