summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2021-04-14Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi
2021-04-14net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang
2021-04-14net: sched: fix err handler in tcf_action_init()Vlad Buslov
2021-04-14net: sched: fix action overwrite reference countingVlad Buslov
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov
2021-03-30net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu
2021-03-30net: sched: validate stab valuesEric Dumazet
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-03-07net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu
2021-03-04net_sched: fix RTNL deadlock again caused by request_module()Cong Wang
2021-03-04net: sched: fix police ext initializationVlad Buslov
2021-01-15net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet
2021-01-15cls_flower: call nla_ok() before nla_next()Cong Wang
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault
2020-12-09net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso
2020-12-08net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun
2020-12-08net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu
2020-11-25net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel
2020-11-10net: sched: fix misspellings using misspell-fixer toolMenglong Dong
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-05net: sched: implement action-specific terse dumpVlad Buslov
2020-10-30net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva