summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4
* net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu2021-02-231-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-163-3/+39
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-162-1/+2
| * net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-02-101-2/+37
* | net: sched: Return the correct errno codeZheng Yongjun2021-02-061-1/+1
* | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* | net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2021-01-291-2/+4
* | sch_htb: Stats for offloaded HTBMaxim Mikityanskiy2021-01-221-0/+53
* | sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-28/+473
* | net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-229-11/+20
* | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-202-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-203-12/+21
|\|
| * net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-151-2/+6
| * net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
| * cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-151-9/+13
* | taprio: boolean values to a bool variableJiapeng Zhong2021-01-191-3/+3
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-182-40/+75
|/
* 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