Patches applied successfully (
tree,
apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20220920125243.2880-1-dmytro@shytyi.net
Maintainers: Eric Dumazet <edumazet@google.com>, "David S. Miller" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>, David Ahern <dsahern@kernel.org>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Matthieu Baerts <matthieu.baerts@tessares.net>, Shuah Khan <shuah@kernel.org>
include/net/tcp.h | 5 +-
net/ipv4/tcp.c | 18 +++-
net/ipv4/tcp_fastopen.c | 55 +++++++++--
net/ipv4/tcp_input.c | 11 ++-
net/mptcp/Makefile | 2 +-
net/mptcp/fastopen.c | 46 +++++++++
net/mptcp/options.c | 9 ++
net/mptcp/protocol.c | 19 ++--
net/mptcp/protocol.h | 14 ++-
net/mptcp/sockopt.c | 3 +
tools/testing/selftests/net/mptcp/mptfo.sh | 13 +++
.../selftests/net/mptcp/mptfo_initiator.c | 41 ++++++++
.../selftests/net/mptcp/mptfo_listener.c | 98 +++++++++++++++++++
13 files changed, 311 insertions(+), 23 deletions(-)
create mode 100644 net/mptcp/fastopen.c
create mode 100644 tools/testing/selftests/net/mptcp/mptfo.sh
create mode 100644 tools/testing/selftests/net/mptcp/mptfo_initiator.c
create mode 100644 tools/testing/selftests/net/mptcp/mptfo_listener.c