All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH v2 0/6] IPv6 support
@ 2019-11-06  4:41 Peter Krystad
  0 siblings, 0 replies; only message in thread
From: Peter Krystad @ 2019-11-06  4:41 UTC (permalink / raw)
  To: mptcp 

[-- Attachment #1: Type: text/plain, Size: 1410 bytes --]

Implemented support for IPv6. selftests pass with ipv6=true, but
they take twice as long to run...

With re-factoring the addition of IPv6 is very clean but I did not
split files yet as it will be hard to squash any changes after the
such a split.

Still to do: multiple subflows, handling IPv4-mapped connections.

v2: Added further re-factoring that makes IPv6 change even smaller
    Add mptcpv6_init() stub and verified build with IPv6=n and m

    Kconfig changes submitted in earlier patch set, this set depends
    on those changes being merged.

    Squashing the final patch (6/6) so that IPv6 support occurs before
    the kselftests commit will be complicated.

Peter Krystad (6):
  mptcp: Reference icsk_af_ops routines through saved pointer
  mptcp: Reference inet_stream_ops routines through socket->ops
  mptcp: Re-factor mptcp_getname routine to be af-agnostic
  mptcp: Re-factor subflow_v4_conn_request to be af-agnostic
  mptcp: Export low-level routines for IPv6
  mptcp: Add IPv6 support

 include/net/mptcp.h  |  10 ++++
 include/net/tcp.h    |   3 ++
 net/ipv6/tcp_ipv6.c  |  16 ++++--
 net/mptcp/ctrl.c     |  11 ++++
 net/mptcp/protocol.c | 117 ++++++++++++++++++++++++++++++++-----------
 net/mptcp/protocol.h |   7 +++
 net/mptcp/subflow.c  |  94 +++++++++++++++++++++++++++++-----
 7 files changed, 213 insertions(+), 45 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-06  4:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-06  4:41 [MPTCP] [PATCH v2 0/6] IPv6 support Peter Krystad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.