summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-044-5/+6
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-191-7/+5
* taprio: don't reject same mqprio settingsIvan Khoronzhuk2019-11-191-2/+26
* net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long2019-11-181-0/+4
* net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-051-4/+79
* taprio: fix panic while hw offload sched list swapIvan Khoronzhuk2019-11-051-2/+3
* net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski2019-11-011-2/+6
* net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince2019-10-251-0/+2
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-11/+6
* net/flow_dissector: switch to siphashEric Dumazet2019-10-233-16/+19
* net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang2019-10-221-1/+1
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-191-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-191-3/+6
* sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-151-1/+1
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-151-6/+8
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-4/+8
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-1/+1
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+1
* act_mirred: Fix mirred_init_module error handlingYueHaibing2019-10-091-1/+5
* net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes2019-10-091-0/+4
* net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang2019-10-081-4/+5
* net_sched: fix backward compatibility for TCA_KINDCong Wang2019-10-082-5/+34
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-041-0/+2
* net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
* net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-011-1/+1
* net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-09-301-2/+1
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey2019-09-271-1/+0
* net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
* net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-7/+16
* net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-1/+1
* net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes2019-09-261-17/+13
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-72/+72
* net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet2019-09-241-2/+4
* net_sched: add policy validation for action attributesCong Wang2019-09-211-16/+18
* net_sched: add max len check for TCA_KINDCong Wang2019-09-211-1/+2
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-09-201-1/+1
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-09-201-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-0/+3
|\
| * net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-151-0/+3
* | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-43/+366
* | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-162-18/+16
* | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-162-2/+38
* | net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-32/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-3/+10
|\|
| * 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
* | netfilter: update include directives.Jeremy Sowden2019-09-131-1/+1