summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-04act_ct: support asymmetric conntrackAaron Conole
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-02sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-21net: remove the unnecessary strict_start_type in some policiesXin Long
2019-11-21net: sched: allow flower to match erspan optionsXin Long
2019-11-21net: sched: allow flower to match vxlan optionsXin Long
2019-11-21net: sched: add erspan option support to act_tunnel_keyXin Long
2019-11-21net: sched: add vxlan option support to act_tunnel_keyXin Long
2019-11-20net: sched: pie: enable timestamp based delay calculationGautam Ramakrishnan
2019-11-19net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-11-19taprio: don't reject same mqprio settingsIvan Khoronzhuk
2019-11-18net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long
2019-11-12net/sched: actions: remove unused 'order'Davide Caratti
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-11-05icmp: remove duplicate codeMatteo Croce
2019-11-05taprio: fix panic while hw offload sched list swapIvan Khoronzhuk
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
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