summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorCoco Li <lixiaoyan@google.com>2022-12-10 04:16:45 +0000
committerJakub Kicinski <kuba@kernel.org>2022-12-12 15:41:44 -0800
commit89300468e2b2ec216c7827ba04ac45c129794403 (patch)
tree9fd4cb7c6223c014ee7b16c34d720c5f1716832f /tools/perf/scripts/python/bin/stackcollapse-record
parent8150f0cfb24f781aa61a332bf2426365462afff8 (diff)
downloadkernel-89300468e2b2ec216c7827ba04ac45c129794403.tar.gz
IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
IPv6/TCP and GRO stacks can build big TCP packets with an added temporary Hop By Hop header. Is GSO is not involved, then the temporary header needs to be removed in the driver. This patch provides a generic helper for drivers that need to modify their headers in place. Tested: Compiled and ran with ethtool -K eth1 tso off Could send Big TCP packets Signed-off-by: Coco Li <lixiaoyan@google.com> Link: https://lore.kernel.org/r/20221210041646.3587757-1-lixiaoyan@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
/platforms/52xx?h=master&id=09cc900632400079619e9154604fd299c2cc9a5a'>PCI: Introduce pci_dev_for_each_resource()Mika Westerberg 2023-04-04powerpc: Use of_address_to_resource()Rob Herring 2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring 2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy 2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy 2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch 2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman 2022-11-24powerpc/mpc52xx_lpbfifo: fix all kernel-doc warningsRandy Dunlap 2022-11-24powerpc/52xx: Fix a resource leak in an error handling pathChristophe JAILLET 2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy 2022-09-05powerpc/52xx: Add missing of_node_put() in media5200.cLiang He