summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTariq Toukan <tariqt@nvidia.com>2021-01-17 17:15:38 +0200
committerJakub Kicinski <kuba@kernel.org>2021-01-19 15:58:05 -0800
commita3eb4e9d4c9218476d05c52dfd2be3d6fdce6b91 (patch)
treeb872ed28ca6a97f8820df9fcf7b069aa31396d84 /tools/perf/scripts/python
parent2565ff4eef34e03af67b7447c232c858f46b6e3b (diff)
downloadkernel-a3eb4e9d4c9218476d05c52dfd2be3d6fdce6b91.tar.gz
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
With NETIF_F_HW_TLS_RX packets are decrypted in HW. This cannot be logically done when RXCSUM offload is off. Fixes: 14136564c8ee ("net: Add TLS RX offload feature") Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Boris Pismenny <borisp@nvidia.com> Link: https://lore.kernel.org/r/20210117151538.9411-1-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
> 2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-08-31xen: introduce the pvcalls interface headerStefano Stabellini 2017-06-15xen: sync include/xen/interface/version.hJuergen Gross 2017-05-02xen/displif: add ABI for para-virtual displayOleksandr Andrushchenko 2017-05-02xen/sndif: add sound-device ABIOleksandr Andrushchenko 2017-05-02xen/kbdif: add multi-touch supportOleksandr Andrushchenko 2017-05-02xen/kbdif: update protocol descriptionOleksandr Andrushchenko 2017-05-02xen: introduce the header file for the Xen 9pfs transport protocolStefano Stabellini 2017-05-02xen: import new ring macros in ring.hStefano Stabellini 2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada