inet_ecn: Fix endianness of checksum update when setting ECT(1)
authorToke Høiland-Jørgensen <toke@redhat.com>
Mon, 30 Nov 2020 18:37:05 +0000 (19:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Dec 2020 09:42:02 +0000 (10:42 +0100)
commit6e3e10fa7a15e256d0fbd813fa0b923a5bf2ad4a
tree7163ed557e40211291e973589b3c7086225e2117
parentecaeeb4b5acbb37ad3343a69a2c3e50a8d346aea
inet_ecn: Fix endianness of checksum update when setting ECT(1)

[ Upstream commit 2867e1eac61016f59b3d730e3f7aa488e186e917 ]

When adding support for propagating ECT(1) marking in IP headers it seems I
suffered from endianness-confusion in the checksum update calculation: In
fact the ECN field is in the *lower* bits of the first 16-bit word of the
IP header when calculating in network byte order. This means that the
addition performed to update the checksum field was wrong; let's fix that.

Fixes: b723748750ec ("tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040")
Reported-by: Jonathan Morton <chromatix99@gmail.com>
Tested-by: Pete Heist <pete@heistp.net>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20201130183705.17540-1-toke@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/inet_ecn.h