summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-284-4/+4
* net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2020-12-181-3/+4
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2020-12-171-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-3/+3
|\
| * net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
| * net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-041-1/+1
* | net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso2020-12-091-3/+3
* | net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun2020-12-081-8/+3
* | net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King2020-12-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+3
|\|
| * net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-012-12/+10
* | net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner2020-11-281-2/+4
* | net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-275-1/+171
* | net/sched: act_mirred: refactor the handle of xmitwenxu2020-11-271-6/+15
* | net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov2020-11-251-5/+5
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-232-0/+2
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-165-6/+6
* | Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-163-3/+3
* | net: sched: fix misspellings using misspell-fixer toolMenglong Dong2020-11-105-5/+5
* | net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+4
* | net: sched: implement action-specific terse dumpVlad Buslov2020-11-051-32/+37
* | net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn2020-10-301-13/+3
|/
* netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
* net/sched: get rid of qdisc->paddedEric Dumazet2020-10-091-18/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0521-71/+30
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2421-64/+21
* | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-031-0/+18
* | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-031-0/+40
* | net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-09-281-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-37/+89
|\|
| * net: sched: initialize with 0 before setting erspan md->uXin Long2020-09-141-0/+1
| * net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-142-1/+4
| * taprio: Fix allowing too small intervalsVinicius Costa Gomes2020-09-111-11/+17
| * net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-101-15/+33
| * act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang2020-09-041-10/+34
* | net: sched: skip an unnecessay checkTom Rix2020-09-081-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-043-23/+29
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-032-22/+28
| |\
| | * net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| | * taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-08-261-6/+24
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/