diff options
author | Tariq Toukan <[email protected]> | 2021-01-14 17:12:15 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-14 10:56:13 -0800 |
commit | 25537d71e2d007faf42a244a75e5a2bb7c356234 (patch) | |
tree | a04271701dbbc6e074246a0a974e8555fbbf9a6e /net/tipc/node.c | |
parent | 70db767fb33adab1e7d99908c4473b5a4ca29b34 (diff) |
net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
Cited patch below blocked the TLS TX device offload unless HW_CSUM
is set. This broke devices that use IP_CSUM && IP6_CSUM.
Here we fix it.
Note that the single HW_TLS_TX feature flag indicates support for
both IPv4/6, hence it should still be disabled in case only one of
(IP_CSUM | IPV6_CSUM) is set.
Fixes: ae0b04b238e2 ("net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled")
Signed-off-by: Tariq Toukan <[email protected]>
Reported-by: Rohit Maheshwari <[email protected]>
Reviewed-by: Maxim Mikityanskiy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions