summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: actions: remove unused 'order'Davide Caratti2019-11-121-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-6/+82
|\
| * 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/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2019-11-081-1/+1
* | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-1/+1
* | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-0/+2
* | net_sched: extend packet counter to 64bitEric Dumazet2019-11-051-1/+1
* | icmp: remove duplicate codeMatteo Croce2019-11-051-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-026-30/+32
|\|
| * 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: sched: update action implementations to support flagsVlad Buslov2019-10-3020-26/+47
* | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-3020-25/+38
* | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-301-5/+14
* | net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-301-2/+2
* | net: sched: extract qstats update code into functionsVlad Buslov2019-10-305-5/+5
* | net: sched: extract bstats update code into functionVlad Buslov2019-10-306-6/+6
* | net: sched: extract common action counters update code into functionVlad Buslov2019-10-306-26/+19
* | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince2019-10-251-0/+2
* | fq_codel: do not include <linux/jhash.h>Eric Dumazet2019-10-221-1/+0
* | net/sched: act_police: re-use tcf_tm_dump()Davide Caratti2019-10-211-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-209-26/+75
|\|
| * 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
* | net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde2019-10-171-2/+7
* | net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet2019-10-151-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-054-18/+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: remove need_resched() from qdisc_run()Eric Dumazet2019-10-021-6/+1
|/
* 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