diff options
| author | Lino Sanfilippo <[email protected]> | 2021-07-21 21:56:42 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-07-22 06:14:49 +0000 |
| commit | 37120f23ac8998c250573ea3247ff77426551f69 (patch) | |
| tree | bd298fea6a13fb1ab90d715038de3f3aa728247b /lib/netdev-notifier-error-inject.c | |
| parent | net: dsa: ensure linearized SKBs in case of tail taggers (diff) | |
| download | kernel-37120f23ac8998c250573ea3247ff77426551f69.tar.gz kernel-37120f23ac8998c250573ea3247ff77426551f69.zip | |
net: dsa: tag_ksz: dont let the hardware process the layer 4 checksum
If the checksum calculation is offloaded to the network device (e.g due to
NETIF_F_HW_CSUM inherited from the DSA master device), the calculated
layer 4 checksum is incorrect. This is since the DSA tag which is placed
after the layer 4 data is considered as being part of the daa and thus
errorneously included into the checksum calculation.
To avoid this, always calculate the layer 4 checksum in software.
Signed-off-by: Lino Sanfilippo <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions
