summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-181-1/+1
* net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-171-1/+7
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-044-5/+6
* taprio: don't reject same mqprio settingsIvan Khoronzhuk2019-11-291-2/+26
* net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long2019-11-291-0/+4
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-291-7/+5
* net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-121-4/+79
* net/flow_dissector: switch to siphashEric Dumazet2019-11-103-16/+19
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-11-101-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-11-101-3/+6
* net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-11-061-3/+4
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-11-061-1/+1
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-291-4/+8
* sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-291-1/+1
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-291-6/+8
* net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-291-4/+5
* net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-292-5/+34
* net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-071-1/+1
* net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-071-1/+1
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-14/+29
* net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-10-071-2/+1
* net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-10-051-2/+4
* net_sched: add policy validation for action attributesCong Wang2019-10-051-16/+18
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-10-051-17/+13
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-10-051-1/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-10-051-1/+2
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-10-051-0/+1
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-0/+3
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-101-1/+1
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-09-101-0/+2
* net: sched: fix reordering issuesEric Dumazet2019-09-061-2/+7
* net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
* taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-08-311-10/+13
* taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-08-311-4/+4
* net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti2019-08-281-2/+6
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-281-1/+5
* net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti2019-08-281-4/+7
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-2719-23/+24
* net sched: update skbedit action for batched events operationsRoman Mashak2019-08-081-0/+12
* net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-081-1/+2
* net sched: update vlan action for batched events operationsRoman Mashak2019-08-061-0/+9
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0518-75/+100
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-07-291-3/+3
* ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-3/+7
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-195-7/+7
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-173-4/+1
* net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing2019-07-171-1/+1