diff options
| author | Breno Leitao <[email protected]> | 2025-06-20 18:48:55 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-06-23 20:14:51 +0000 |
| commit | f5990207026987a353d5a95204c4d9cb725637fd (patch) | |
| tree | bbe395c4191ec150a53d7a4175b0f8562fc01f5b /net/unix/af_unix.c | |
| parent | net: qed: reduce stack usage for TLV processing (diff) | |
| download | kernel-f5990207026987a353d5a95204c4d9cb725637fd.tar.gz kernel-f5990207026987a353d5a95204c4d9cb725637fd.zip | |
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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
