summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
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-03-20net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-11net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-28net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-28net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-15net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-15net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-15cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-05net_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: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-1/+1
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-01net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-3/+4
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-11-06net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang1-0/+2
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-5/+8
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-8/+22
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
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-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-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-1/+4
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang16-20/+21
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/+3
2019-05-16net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-1/+9
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-03-14net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-10/+0
2019-01-31net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-11-04net/sched: cls_api: add missing validation of netlink attributesDavide Caratti1-2/+5
2018-11-04net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-11-04sch_netem: restore skb->dev after dequeuing from the rbtreeChristoph Paasch1-0/+4
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern1-4/+18