Message ID | 20240305-upstream-net-next-20240304-mptcp-misc-cleanup-v1-0-c436ba5e569b@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: some clean-up patches | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 05 Mar 2024 12:04:29 +0100 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,1/4] mptcp: drop duplicate header inclusions https://git.kernel.org/netdev/net-next/c/d5dfbfa2f88e - [net-next,2/4] mptcp: update set_flags interfaces https://git.kernel.org/netdev/net-next/c/6a42477fe449 - [net-next,3/4] mptcp: set error messages for set_flags https://git.kernel.org/netdev/net-next/c/a4d68b160240 - [net-next,4/4] mptcp: drop lookup_by_id in lookup_addr https://git.kernel.org/netdev/net-next/c/af250c27ea1c You are awesome, thank you!
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,