public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mptcp: some clean-up patches
@ 2024-03-05 11:04 Matthieu Baerts (NGI0)
  2024-03-05 11:04 ` [PATCH net-next 1/4] mptcp: drop duplicate header inclusions Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Matthieu Baerts (NGI0) @ 2024-03-05 11:04 UTC (permalink / raw)
  To: mptcp, Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni
  Cc: Geliang Tang, netdev, linux-kernel, Matthieu Baerts (NGI0)

Here are some clean-up patches for MPTCP:

- Patch 1 drops duplicated header inclusions.

- Patch 2 updates PM 'set_flags' interface, to make it more similar to
  others.

- Patch 3 adds some error messages for the PM 'set_flags' command to
  help the userspace understanding what's wrong in case of error.

- Patch 4 simplifies __lookup_addr() function from pm_netlink.c.

Except for the 3rd patch, the behaviour is not supposed to be modified.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Geliang Tang (4):
      mptcp: drop duplicate header inclusions
      mptcp: update set_flags interfaces
      mptcp: set error messages for set_flags
      mptcp: drop lookup_by_id in lookup_addr

 net/mptcp/diag.c         |  1 -
 net/mptcp/mptcp_diag.c   |  1 -
 net/mptcp/pm.c           | 11 ++----
 net/mptcp/pm_netlink.c   | 97 ++++++++++++++++++++++--------------------------
 net/mptcp/pm_userspace.c | 41 ++++++++++++++++----
 net/mptcp/protocol.c     |  1 -
 net/mptcp/protocol.h     | 10 ++---
 net/mptcp/subflow.c      |  2 -
 8 files changed, 84 insertions(+), 80 deletions(-)
---
base-commit: 09fcde54776180a76e99cae7f6d51b33c4a06525
change-id: 20240304-upstream-net-next-20240304-mptcp-misc-cleanup-19df5fa7b155

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


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

end of thread, other threads:[~2024-03-07  4:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05 11:04 [PATCH net-next 0/4] mptcp: some clean-up patches Matthieu Baerts (NGI0)
2024-03-05 11:04 ` [PATCH net-next 1/4] mptcp: drop duplicate header inclusions Matthieu Baerts (NGI0)
2024-03-05 11:04 ` [PATCH net-next 2/4] mptcp: update set_flags interfaces Matthieu Baerts (NGI0)
2024-03-05 11:04 ` [PATCH net-next 3/4] mptcp: set error messages for set_flags Matthieu Baerts (NGI0)
2024-03-05 11:04 ` [PATCH net-next 4/4] mptcp: drop lookup_by_id in lookup_addr Matthieu Baerts (NGI0)
2024-03-07  4:40 ` [PATCH net-next 0/4] mptcp: some clean-up patches patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox