aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-01-09taprio: don't reject same mqprio settingsIvan Khoronzhuk
2020-01-09net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2020-01-09net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-12-16net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-12-10net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-12-10sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-11-25sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-11-25net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-11-25net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang
2019-11-25net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-10-07net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-10-07net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-10-07net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-10-05net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-10-05net_sched: add policy validation for action attributesCong Wang
2019-10-05net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
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: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti
2019-09-10net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti
2019-09-10net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-09-10taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-09-10taprio: Fix kernel panic in taprio_destroyVladimir Oltean
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-25net sched: update skbedit action for batched events operationsRoman Mashak
2019-08-25net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk
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-23net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner
2019-06-18net: netem: fix use after free and double free with packet corruptionJakub Kicinski
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski