Centos-kernel-stream-9/net/mptcp
Paolo Abeni 84e68e9b9b mptcp: annotate access for msk keys
JIRA: https://issues.redhat.com/browse/RHEL-28492
Tested: LNST, Tier1

Upstream commit:
commit 1c09d7cbb57abcea66148923cef717cc7ab35704
Author: Paolo Abeni <pabeni@redhat.com>
Date:   Fri Feb 2 12:40:07 2024 +0100

    mptcp: annotate access for msk keys

    Both the local and the remote key follow the same locking
    schema, put in place the proper ONCE accessors.

    Signed-off-by: Paolo Abeni <pabeni@redhat.com>
    Reviewed-by: Mat Martineau <martineau@kernel.org>
    Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-05-10 17:12:17 +02:00
..
Kconfig
Makefile
bpf.c
crypto.c
crypto_test.c
ctrl.c
diag.c
fastopen.c
mib.c mptcp: add CurrEstab MIB counter support 2024-05-10 16:54:09 +02:00
mib.h mptcp: add CurrEstab MIB counter support 2024-05-10 16:54:09 +02:00
mptcp_diag.c
mptcp_pm_gen.c
mptcp_pm_gen.h
options.c mptcp: annotate access for msk keys 2024-05-10 17:12:17 +02:00
pm.c
pm_netlink.c mptcp: use mptcp_set_state 2024-05-10 16:55:22 +02:00
pm_userspace.c
protocol.c mptcp: annotate access for msk keys 2024-05-10 17:12:17 +02:00
protocol.h mptcp: annotate access for msk keys 2024-05-10 17:12:17 +02:00
sched.c
sockopt.c mptcp: rename mptcp_setsockopt_sol_ip_set_transparent() 2024-05-10 16:34:35 +02:00
subflow.c mptcp: annotate access for msk keys 2024-05-10 17:12:17 +02:00
syncookies.c
token.c
token_test.c