summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-12-18act_ct: support asymmetric conntrackAaron Conole1-1/+12
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+3
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-52/+66
2019-12-18net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley1-2/+2
2019-12-18net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-18net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2-0/+2
2019-12-18mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-11-20net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-11-20taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-19net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-11-06net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-4/+79
2019-11-06taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3
2019-11-02net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-11/+6
2019-10-24net/flow_dissector: switch to siphashEric Dumazet3-16/+19
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-10-16sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes1-1/+1
2019-10-16net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-6/+8
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-4/+8
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-10act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2019-10-10net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-09net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang1-4/+5
2019-10-09net_sched: fix backward compatibility for TCA_KINDCong Wang2-5/+34
2019-10-05sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean1-1/+1
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean1-1/+1
2019-10-01net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean1-2/+1
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-14/+29
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey1-1/+0
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov1-3/+4
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov1-7/+16
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov1-1/+3
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes1-17/+13
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-72/+72
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet1-2/+4
2019-09-22net_sched: add policy validation for action attributesCong Wang1-16/+18
2019-09-22net_sched: add max len check for TCA_KINDCong Wang1-1/+2
2019-09-21sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-09-21net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti1-0/+1
2019-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes1-43/+366