summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-22fq_codel: do not include <linux/jhash.h>Eric Dumazet
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang
2019-10-21net/sched: act_police: re-use tcf_tm_dump()Davide Caratti
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-10-17net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-10-15net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-10-15net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-02net_sched: remove need_resched() from qdisc_run()Eric Dumazet
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-09-21net_sched: add policy validation for action attributesCong Wang
2019-09-21net_sched: add max len check for TCA_KINDCong Wang
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov
2019-09-15net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13netfilter: update include directives.Jeremy Sowden