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

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

This patchset is a replacement for the single "Add IPv6 Support"
commit, with the chunks broken into seperate squash-able commits.

Peter Krystad (8):
  mptcp: Add IPv6 support for MPTCP socket stubs
  mptcp: Add IPv6 support for Associate MPTCP context
  mptcp: Add IPV6 support for outgoing connections
  mptcp: Add IPv6 support for mptcp_poll
  mptcp: Add IPV6 support for incoming connections
  mptcp: Add IPv6 support for key generation
  mptcp: Add IPv6 support for shutdown()
  mptcp: Add IPv6 support for new sysctl initialization

 include/net/mptcp.h  | 10 +++++++
 net/ipv6/tcp_ipv6.c  |  7 +++++
 net/mptcp/ctrl.c     | 11 ++++++++
 net/mptcp/protocol.c | 62 +++++++++++++++++++++++++++++++++++++++++---
 net/mptcp/protocol.h |  6 +++++
 net/mptcp/subflow.c  | 61 +++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 151 insertions(+), 6 deletions(-)

-- 
2.17.2

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

only message in thread, other threads:[~2019-11-13  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13  6:45 [MPTCP] [PATCH 0/8] Add 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.