The MPTCP upstreaming community has prepared a net-next RFCv3 patch set for review. The scope of this patch set is limited to prerequisite TCP core changes so we can get focused feedback in these areas.
In this patch set we introduce some MPTCP definitions, additional ULP and skb extension features, TCP option space checking, and a few exported symbols. Our intent is to send this as a non-RFC series when the next phase of changes are ready to post. That second patch set will add CONFIG_MPTCP in Kconfig, introduce the MPTCP socket type, implement the basic features of the protocol, and add self tests. Clone/fetch: https://github.com/multipath-tcp/mptcp_net-next.git (tag: netdev-rfcv3) Browse: https://github.com/multipath-tcp/mptcp_net-next/tree/netdev-rfcv3 Thank you for your review. You can find us at mp...@lists.01.org and https://is.gd/mptcp_upstream Mat Martineau (9): net: Make sock protocol value checks more specific sock: Make sk_protocol a 16-bit value tcp: Define IPPROTO_MPTCP tcp: Add MPTCP option number tcp, ulp: Add clone operation to tcp_ulp_ops mptcp: Add MPTCP to skb extensions tcp: Prevent coalesce/collapse when skb has MPTCP extensions tcp: Export TCP functions and ops struct tcp: Check for filled TCP option space before SACK Paolo Abeni (1): tcp: clean ext on tx recycle include/linux/skbuff.h | 3 +++ include/net/mptcp.h | 43 +++++++++++++++++++++++++++++++++ include/net/sock.h | 6 ++--- include/net/tcp.h | 19 +++++++++++++++ include/trace/events/sock.h | 5 ++-- include/uapi/linux/in.h | 2 ++ net/ax25/af_ax25.c | 2 +- net/core/skbuff.c | 7 ++++++ net/decnet/af_decnet.c | 2 +- net/ipv4/inet_connection_sock.c | 2 ++ net/ipv4/tcp.c | 6 ++--- net/ipv4/tcp_input.c | 10 ++++++-- net/ipv4/tcp_ipv4.c | 2 +- net/ipv4/tcp_output.c | 5 +++- net/ipv4/tcp_ulp.c | 12 +++++++++ tools/include/uapi/linux/in.h | 2 ++ 16 files changed, 114 insertions(+), 14 deletions(-) create mode 100644 include/net/mptcp.h -- 2.23.0