[PATCH net-next 0/5] mptcp: Miscellaneous refactoring and small fixes

Mat Martineau posted 5 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20221110232322.125068-1-mathew.j.martineau@linux.intel.com
Maintainers: Mat Martineau <mathew.j.martineau@linux.intel.com>, Matthieu Baerts <matthieu.baerts@tessares.net>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Shuah Khan <shuah@kernel.org>
net/mptcp/pm_userspace.c                      |  4 +--
net/mptcp/protocol.c                          | 34 +++++++------------
net/mptcp/sockopt.c                           |  4 +--
net/mptcp/token.c                             |  4 +--
.../selftests/net/mptcp/simult_flows.sh       |  4 +--
5 files changed, 21 insertions(+), 29 deletions(-)
[PATCH net-next 0/5] mptcp: Miscellaneous refactoring and small fixes
Posted by Mat Martineau 1 year, 4 months ago
Patches 1-3 do some refactoring to more consistently handle sock casts,
and to remove some duplicate code. No functional changes.

Patch 4 corrects a variable name in a self test, but does not change
functionality since the same value gets used due to bash's 
scoping rules.

Patch 5 rewords a comment.

Geliang Tang (4):
  mptcp: use msk instead of mptcp_sk
  mptcp: change 'first' as a parameter
  mptcp: get sk from msk directly
  selftests: mptcp: use max_time instead of time

Mat Martineau (1):
  mptcp: Fix grammar in a comment

 net/mptcp/pm_userspace.c                      |  4 +--
 net/mptcp/protocol.c                          | 34 +++++++------------
 net/mptcp/sockopt.c                           |  4 +--
 net/mptcp/token.c                             |  4 +--
 .../selftests/net/mptcp/simult_flows.sh       |  4 +--
 5 files changed, 21 insertions(+), 29 deletions(-)


base-commit: c1b05105573b2cd5845921eb0d2caa26e2144a34
-- 
2.38.1