]> Gentwo Git Trees - linux/.git/commit
net: modify core data structures for PSP datapath support
authorJakub Kicinski <kuba@kernel.org>
Wed, 17 Sep 2025 00:09:30 +0000 (17:09 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 18 Sep 2025 10:32:06 +0000 (12:32 +0200)
commited8a507b748336902525aa79e3573552534e8b3e
treecda836c7826485ee4a82cd811273ae43933c53ec
parent00c94ca2b99e6610e483f92e531b319eeaed94aa
net: modify core data structures for PSP datapath support

Add pointers to psp data structures to core networking structs,
and an SKB extension to carry the PSP information from the drivers
to the socket layer.

Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Co-developed-by: Daniel Zahka <daniel.zahka@gmail.com>
Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250917000954.859376-4-daniel.zahka@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/skbuff.h
include/net/inet_timewait_sock.h
include/net/psp/functions.h
include/net/psp/types.h
include/net/sock.h
net/core/skbuff.c
net/ipv4/af_inet.c
net/ipv4/tcp_minisocks.c