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