From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5527964028678651359==" MIME-Version: 1.0 From: Peter Krystad To: mptcp at lists.01.org Subject: [MPTCP] [PATCH 0/2] Add support for v1 of ADD_ADDR option Date: Fri, 07 Feb 2020 17:39:28 -0800 Message-ID: <20200208013930.16640-1-peter.krystad@linux.intel.com> X-Status: X-Keywords: X-UID: 3601 --===============5527964028678651359== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Support parsing and writing the new option format, with hmac generation and validation. Support for echoing ADD_ADDR still to come. 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 | 22 +++--- include/net/mptcp.h | 2 + net/mptcp/crypto.c | 14 ++-- net/mptcp/options.c | 180 ++++++++++++++++++++++++++++++++++--------- net/mptcp/protocol.h | 20 +++-- net/mptcp/subflow.c | 19 ++++- 6 files changed, 194 insertions(+), 63 deletions(-) -- = 2.17.2 --===============5527964028678651359==--