]> git.dujemihanovic.xyz Git - linux.git/commit
net/tcp: Add AO sign to RST packets
authorDmitry Safonov <dima@arista.com>
Mon, 23 Oct 2023 19:22:00 +0000 (20:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:35:44 +0000 (10:35 +0100)
commitba7783ad45c8f0fb7a70640f6b6fcdc54ed48412
treed1016114d1af5b859e395479b06ff836e5e4496f
parentf7dca36fc54afa2eb76bff8d0589a2ef18caea91
net/tcp: Add AO sign to RST packets

Wire up sending resets to TCP-AO hashing.

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/net/tcp.h
include/net/tcp_ao.h
net/ipv4/tcp_ao.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c