summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2020-06-23 19:01:36 -0400
committerDavid S. Miller <davem@davemloft.net>2020-06-23 20:13:58 -0700
commitfed7edd18143c68c63ea049999a7e861123de6de (patch)
tree1dc86af0b05e5b92c5271f8a98ee9528ffd0e31e /tools/perf/scripts/python/bin/stackcollapse-record
parentd0ad2ea2bc185835f8a749302ad07b70528d2a09 (diff)
downloadkernel-fed7edd18143c68c63ea049999a7e861123de6de.tar.gz
bnxt_en: Do not enable legacy TX push on older firmware.
Older firmware may not support legacy TX push properly and may not be disabling it. So we check certain firmware versions that may have this problem and disable legacy TX push unconditionally. Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.") Reviewed-by: Edwin Peer <edwin.peer@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
skip-sw flag for knodesJakub Kicinski 2016-06-08net: cls_u32: catch all hardware offload errorsJakub Kicinski 2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann 2016-06-07net: cls_u32: be more strict about skip-sw flagJakub Kicinski 2016-06-07net: cls_u32: fix error code for invalid flagsJakub Kicinski 2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar 2016-04-26sched: align nlattr properly when neededNicolas Dichtel 2016-03-01net: sched: cls_u32 add bit to specify software only rulesJohn Fastabend 2016-03-01net: sched: consolidate offload decision in cls_u32John Fastabend 2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend 2015-08-25cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong 2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-03-09net_sched: fix struct tc_u_hnode layout in u32WANG Cong 2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang 2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko 2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong 2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong 2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet 2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend 2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend 2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend 2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend 2014-09-16net: sched: fix unsued cpu variableJohn Fastabend 2014-09-13net: sched: make cls_u32 locklessJohn Fastabend 2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend 2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang 2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang 2014-01-13net_sched: avoid casting void pointerWANG Cong 2014-01-13net_sched: optimize tcf_match_indev()WANG Cong 2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong