[PATCH net-next 0/3] mptcp: misc. cleanups

Matthieu Baerts (NGI0) posted 3 patches 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20240605-upstream-net-next-20240604-misc-cleanup-v1-0-ae2e35c3ecc5@kernel.org
net/mptcp/protocol.c | 8 ++++----
net/mptcp/protocol.h | 5 +++++
net/mptcp/sockopt.c  | 2 +-
net/mptcp/subflow.c  | 2 +-
4 files changed, 11 insertions(+), 6 deletions(-)
[PATCH net-next 0/3] mptcp: misc. cleanups
Posted by Matthieu Baerts (NGI0) 3 months ago
Here is a small collection of miscellaneous cleanups:

- Patch 1 uses an MPTCP helper, instead of a TCP one, to do the same
  thing.

- Patch 2 adds a similar MPTCP helper, instead of using a TCP one
  directly.

- Patch 3 uses more appropriated terms in comments.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Davide Caratti (1):
      mptcp: refer to 'MPTCP' socket in comments

Geliang Tang (2):
      mptcp: use mptcp_win_from_space helper
      mptcp: add mptcp_space_from_win helper

 net/mptcp/protocol.c | 8 ++++----
 net/mptcp/protocol.h | 5 +++++
 net/mptcp/sockopt.c  | 2 +-
 net/mptcp/subflow.c  | 2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)
---
base-commit: a6ba5125f10bd7307e775e585ad21a8f7eda1b59
change-id: 20240604-upstream-net-next-20240604-misc-cleanup-77d32539c55f

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@kernel.org>