net/tcp: Add TCP-AO config and structures
authorDmitry Safonov <dima@arista.com>
Mon, 23 Oct 2023 19:21:54 +0000 (20:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:35:44 +0000 (10:35 +0100)
commitc845f5f3590ef4669fe5464f8a42be6442cd174b
tree214c44c94438c63ad11bb6b1c4c7442b83416dc0
parent8c73b26315aadb82218360d0a9a05e515f6e4118
net/tcp: Add TCP-AO config and structures

Introduce new kernel config option and common structures as well as
helpers to be used by TCP-AO code.

Co-developed-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Co-developed-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/tcp.h
include/net/tcp_ao.h [new file with mode: 0644]
include/uapi/linux/tcp.h
net/ipv4/Kconfig