All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP][PATCH mptcp-next 0/5] add MP_CAPABLE 'C' flag
@ 2021-04-27 10:07 Geliang Tang
  2021-04-27 10:07 ` [MPTCP][PATCH mptcp-next 1/5] mptcp: add a new sysctl join_denied Geliang Tang
  0 siblings, 1 reply; 8+ messages in thread
From: Geliang Tang @ 2021-04-27 10:07 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

This patch set addressed the issue #183.

patch 3 is from the "data checksum support" series.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/183

Geliang Tang (5):
  mptcp: add a new sysctl join_denied
  mptcp: add join_denied in mptcp_out_options
  mptcp: add sk parameter for mptcp_parse_option
  mptcp: add join_denied in mptcp_sock
  selftests: mptcp: add join_denied testcases

 Documentation/networking/mptcp-sysctl.rst     |  8 ++++
 include/net/mptcp.h                           |  3 +-
 net/mptcp/ctrl.c                              | 14 ++++++
 net/mptcp/options.c                           | 28 +++++++++---
 net/mptcp/protocol.c                          |  1 +
 net/mptcp/protocol.h                          | 11 +++--
 net/mptcp/subflow.c                           | 11 ++---
 .../testing/selftests/net/mptcp/mptcp_join.sh | 45 +++++++++++++++++++
 8 files changed, 106 insertions(+), 15 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-27 23:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 10:07 [MPTCP][PATCH mptcp-next 0/5] add MP_CAPABLE 'C' flag Geliang Tang
2021-04-27 10:07 ` [MPTCP][PATCH mptcp-next 1/5] mptcp: add a new sysctl join_denied Geliang Tang
2021-04-27 10:07   ` [MPTCP][PATCH mptcp-next 2/5] mptcp: add join_denied in mptcp_out_options Geliang Tang
2021-04-27 10:07     ` [MPTCP][PATCH mptcp-next 3/5] mptcp: add sk parameter for mptcp_parse_option Geliang Tang
2021-04-27 10:07       ` [MPTCP][PATCH mptcp-next 4/5] mptcp: add join_denied in mptcp_sock Geliang Tang
2021-04-27 10:07         ` [MPTCP][PATCH mptcp-next 5/5] selftests: mptcp: add join_denied testcases Geliang Tang
2021-04-27 23:50         ` [MPTCP][PATCH mptcp-next 4/5] mptcp: add join_denied in mptcp_sock Mat Martineau
2021-04-27 23:07   ` [MPTCP][PATCH mptcp-next 1/5] mptcp: add a new sysctl join_denied Mat Martineau

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.