]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'mptcp-pm-userspace-misc-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Sun, 15 Dec 2024 22:28:36 +0000 (14:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 15 Dec 2024 22:28:37 +0000 (14:28 -0800)
commit92c932b9946c1e082406aa0515916adb3e662e24
tree5a18eb6bf6bbdd7aacbddb0e27f137f9d74b4286
parentdcacb364772eb463bde225176086bd7738b7102f
parent5409fd6fec680d59111708ba337b09c1d36db0a8
Merge branch 'mptcp-pm-userspace-misc-cleanups'

Matthieu Baerts says:

====================
mptcp: pm: userspace: misc cleanups

These cleanups lead the way to the unification of the path-manager
interfaces, and allow future extensions. The following patches are not
linked to each others, but are all related to the userspace
path-manager.

- Patch 1: add a new helper to reduce duplicated code.

- Patch 2: add a macro to iterate over the address list, clearer.

- Patch 3: reduce duplicated code to get the corresponding MPTCP socket.

- Patch 4: move userspace PM specific code out of the in-kernel one.

- Patch 5: pass an entry instead of a list with always one entry.

- Patch 6: uniform struct type used for the local addresses.

- Patch 7: simplify error handling.
====================

Link: https://patch.msgid.link/20241213-net-next-mptcp-pm-misc-cleanup-v1-0-ddb6d00109a8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>