summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley-4/+79
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk-2/+3
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski-2/+6
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince-0/+2
2019-10-24net: core: add generic lockdep keysTaehee Yoo-11/+6
2019-10-23net/flow_dissector: switch to siphashEric Dumazet-16/+19
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski-3/+6
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes-1/+1
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet-6/+8
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti-4/+8
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet-1/+1
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet-1/+1
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing-1/+5
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes-0/+4
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang-4/+5
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang-5/+34
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet-0/+2
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean-1/+1
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean-1/+1
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean-2/+1
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet-14/+29
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey-1/+0
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov-3/+4
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov-7/+16
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov-1/+3
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet-1/+1
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes-17/+13
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski-72/+72
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet-2/+4
2019-09-21net_sched: add policy validation for action attributesCong Wang-16/+18
2019-09-21net_sched: add max len check for TCA_KINDCong Wang-1/+2
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet-1/+1
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti-0/+1
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes-43/+366
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov-18/+16
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov-2/+38
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov-32/+45
2019-09-15net_sched: let qdisc_put() accept NULL pointerCong Wang-0/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+10
2019-09-13netfilter: update include directives.Jeremy Sowden-1/+1
2019-09-10sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang-1/+1
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang-0/+2
2019-09-06net: sched: fix reordering issuesEric Dumazet-2/+7
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai-4/+23
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey-0/+25
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-52/+70