summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai2019-09-061-4/+23
* | net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-062-0/+25
* | net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King2019-09-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-0222-52/+70
|\|
| * 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