]> Gentwo Git Trees - linux/.git/commit
psp: clarify checksum behavior of psp_dev_rcv()
authorDaniel Zahka <daniel.zahka@gmail.com>
Thu, 18 Sep 2025 21:27:20 +0000 (14:27 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 20 Sep 2025 00:02:57 +0000 (17:02 -0700)
commit85c7333c35f22cdb8391b4cacfdc496aec4162ae
treee58a0f8bf0e186d9ab5a052cdcd407ad23b2add5
parentf1bf77491d5e48ab5477f585ee5fca2aa524bd15
psp: clarify checksum behavior of psp_dev_rcv()

psp_dev_rcv() decapsulates psp headers from a received frame. This
will make any csum complete computed by the device inaccurate. Rather
than attempt to patch up skb->csum in psp_dev_rcv() just make it clear
to callers what they can expect regarding checksum complete.

Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com>
Link: https://patch.msgid.link/20250918212723.17495-1-daniel.zahka@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/psp/psp_main.c