summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti-1/+16
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault-2/+2
2020-12-09net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso-3/+3
2020-12-08net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun-8/+3
2020-12-08net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King-1/+1
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti-0/+3
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov-12/+10
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner-2/+4
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu-1/+171
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu-6/+15
2020-11-25net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov-5/+5
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-6/+6
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel-3/+3
2020-11-10net: sched: fix misspellings using misspell-fixer toolMenglong Dong-5/+5
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais-4/+4
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov-32/+37
2020-10-30net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn-13/+3
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh-1/+8
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky-2/+2
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault-0/+1
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti-1/+1
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault-1/+1
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan-2/+2
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet-18/+5
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-71/+30
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang-0/+2
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault-0/+18
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault-0/+40
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva-4/+4
2020-09-28net_sched: remove a redundant goto chain checkCong Wang-14/+0
2020-09-24net_sched: commit action insertions togetherCong Wang-9/+23
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang-64/+21
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-37/+89
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long-1/+4
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes-11/+17
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin-15/+33
2020-09-08net: sched: skip an unnecessay checkTom Rix-2/+3
2020-09-04act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang-10/+34
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+29
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-22/+28
2020-08-28net_sched: fix error path in red_init()Cong Wang-16/+4
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes-6/+24
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel-1/+1