summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2021-03-05net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-02-23net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu1-0/+15
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+39
2021-02-17net: sched: fix police ext initializationVlad Buslov2-1/+2
2021-02-11net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu1-2/+37
2021-02-06net: sched: Return the correct errno codeZheng Yongjun1-1/+1
2021-01-30net: flow_offload: Add original direction flag to ct_metadataPaul Blakey1-0/+1
2021-01-30net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey1-2/+4
2021-01-23sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-23sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy9-11/+20
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2-1/+4
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+21
2021-01-20taprio: boolean values to a bool variableJiapeng Zhong1-3/+3
2021-01-19net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2-40/+75
2021-01-16net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-16net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-16cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2020-12-29net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2020-12-19net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-12-10net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-12-10net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso1-3/+3
2020-12-09net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun1-8/+3
2020-12-09net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King1-1/+1
2020-12-05net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2-12/+10
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner1-2/+4
2020-11-28net/sched: sch_frag: add generic packet fragment support.wenxu5-1/+171
2020-11-28net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2020-11-25net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov1-5/+5
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel5-6/+6
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel3-3/+3
2020-11-11net: sched: fix misspellings using misspell-fixer toolMenglong Dong5-5/+5
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov1-32/+37
2020-10-31net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn1-13/+3
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-28net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-28net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-21net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-21net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-21net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet1-18/+5
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-71/+30
2020-10-05net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2