diff options
author | Breno Leitao <leitao@debian.org> | 2025-06-20 11:48:55 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-06-23 13:14:51 -0700 |
commit | f5990207026987a353d5a95204c4d9cb725637fd (patch) | |
tree | bbe395c4191ec150a53d7a4175b0f8562fc01f5b /scripts/lib/kdoc/kdoc_parser.py | |
parent | 95b6759a81833d0e8c7456430186c2f6d174764e (diff) |
net: netpoll: Initialize UDP checksum field before checksumming
commit f1fce08e63fe ("netpoll: Eliminate redundant assignment") removed
the initialization of the UDP checksum, which was wrong and broke
netpoll IPv6 transmission due to bad checksumming.
udph->check needs to be set before calling csum_ipv6_magic().
Fixes: f1fce08e63fe ("netpoll: Eliminate redundant assignment")
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250620-netpoll_fix-v1-1-f9f0b82bc059@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions