All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] mptcp: Miscellaneous refactoring and small fixes
@ 2022-11-10 23:23 Mat Martineau
  2022-11-10 23:23 ` [PATCH net-next 1/5] mptcp: use msk instead of mptcp_sk Mat Martineau
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Mat Martineau @ 2022-11-10 23:23 UTC (permalink / raw)
  To: netdev; +Cc: Mat Martineau, davem, kuba, pabeni, edumazet, matthieu.baerts,
	mptcp

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


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

end of thread, other threads:[~2022-11-12  6:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10 23:23 [PATCH net-next 0/5] mptcp: Miscellaneous refactoring and small fixes Mat Martineau
2022-11-10 23:23 ` [PATCH net-next 1/5] mptcp: use msk instead of mptcp_sk Mat Martineau
2022-11-10 23:23 ` [PATCH net-next 2/5] mptcp: change 'first' as a parameter Mat Martineau
2022-11-10 23:23 ` [PATCH net-next 3/5] mptcp: get sk from msk directly Mat Martineau
2022-11-10 23:23 ` [PATCH net-next 4/5] selftests: mptcp: use max_time instead of time Mat Martineau
2022-11-10 23:23 ` [PATCH net-next 5/5] mptcp: Fix grammar in a comment Mat Martineau
2022-11-12  6:00 ` [PATCH net-next 0/5] mptcp: Miscellaneous refactoring and small fixes patchwork-bot+netdevbpf

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.