All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH v2 0/2] Add support for v1 of ADD_ADDR option
@ 2020-02-25  0:52 Peter Krystad
  0 siblings, 0 replies; only message in thread
From: Peter Krystad @ 2020-02-25  0:52 UTC (permalink / raw)
  To: mptcp

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

Support parsing and writing the new option format, with hmac generation
and validation.

Support for echoing ADD_ADDR still to come.

v2: check msg len in mptcp_crypto_hmac_sha().
    remove obsolete casts

Peter Krystad (2):
  mptcp: Re-factor mptcp_crypto_hmac_sha()
  mptcp: Make v1 changes for ADD_ADDR and RM_ADDR options

 include/linux/tcp.h  |  24 +++---
 include/net/mptcp.h  |   2 +
 net/mptcp/crypto.c   |  17 ++--
 net/mptcp/options.c  | 180 ++++++++++++++++++++++++++++++++++---------
 net/mptcp/protocol.h |  20 +++--
 net/mptcp/subflow.c  |  19 ++++-
 6 files changed, 199 insertions(+), 63 deletions(-)

-- 
2.17.2

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

only message in thread, other threads:[~2020-02-25  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  0:52 [MPTCP] [PATCH v2 0/2] Add support for v1 of ADD_ADDR option 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.