]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'mptcp-pm-netlink-announce-server-side-flag'
authorJakub Kicinski <kuba@kernel.org>
Mon, 22 Sep 2025 18:51:27 +0000 (11:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 22 Sep 2025 18:51:27 +0000 (11:51 -0700)
commit9b277fca90c39c8b749e659bf5c23e924c46c93b
tree1b8a119894767e26a9064222cb6147b2d47c78ac
parent35626012877b80436e0627feb16520db4f0ba53e
parent1be5b82c45850f495adf67887075507d5e8a860b
Merge branch 'mptcp-pm-netlink-announce-server-side-flag'

Matthieu Baerts says:

====================
mptcp: pm: netlink: announce server-side flag

Now that the 'flags' attribute is used, it seems interesting to add one
flag for 'server-side', a boolean value.

Here are a few patches related to the 'server-side' attribute:

- Patch 1: only announce this attribute on the server side.

- Patch 2: announce the 'server-side' flag when this is the case.

- Patch 3: deprecate the 'server-side' attribute.

- Patch 4: use the 'server-side' flag in the selftests.

- Patches 5, 6: small cleanups when working on code around.
====================

Link: https://patch.msgid.link/20250919-net-next-mptcp-server-side-flag-v1-0-a97a5d561a8b@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>