]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'mptcp-some-clean-up-patches'
authorJakub Kicinski <kuba@kernel.org>
Thu, 7 Mar 2024 04:24:14 +0000 (20:24 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 Mar 2024 04:24:14 +0000 (20:24 -0800)
commita2f24c8a955c8f941d6ac08dd7f401f54eef4627
treef61af2a8eb61ccb1772fbe942c6ba284b618298a
parenteeb78df4063c0b162324a9408ef573b24791871f
parentaf250c27ea1c404e210fc3a308b20f772df584d6
Merge branch 'mptcp-some-clean-up-patches'

Matthieu Baerts says:

====================
mptcp: some clean-up patches

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.
====================

Link: https://lore.kernel.org/r/20240305-upstream-net-next-20240304-mptcp-misc-cleanup-v1-0-c436ba5e569b@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>