]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
netlink: specs: mptcp: rename the MPTCP path management spec
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Dec 2023 01:57:35 +0000 (17:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2023 12:17:16 +0000 (12:17 +0000)
We assume in handful of places that the name of the spec is
the same as the name of the family. We could fix that but
it seems like a fair assumption to make. Rename the MPTCP
spec instead.

Reviewed-by: Mat Martineau <martineau@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/netlink/specs/mptcp_pm.yaml [moved from Documentation/netlink/specs/mptcp.yaml with 100% similarity]
MAINTAINERS
include/uapi/linux/mptcp_pm.h
net/mptcp/mptcp_pm_gen.c
net/mptcp/mptcp_pm_gen.h

index daf44012953535c58a94d0ecf250358ac2f02160..dda78b4ce70767e906937975f1d2874f3fbedd0f 100644 (file)
@@ -15099,7 +15099,7 @@ W:      https://github.com/multipath-tcp/mptcp_net-next/wiki
 B:     https://github.com/multipath-tcp/mptcp_net-next/issues
 T:     git https://github.com/multipath-tcp/mptcp_net-next.git export-net
 T:     git https://github.com/multipath-tcp/mptcp_net-next.git export
-F:     Documentation/netlink/specs/mptcp.yaml
+F:     Documentation/netlink/specs/mptcp_pm.yaml
 F:     Documentation/networking/mptcp-sysctl.rst
 F:     include/net/mptcp.h
 F:     include/trace/events/mptcp.h
index b5d11aece4089dfe6784d091e5f7107f2ff77653..50589e5dd6a38a3b4158e2e4092a9b3442b8fe96 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
 /* Do not edit directly, auto-generated from: */
-/*     Documentation/netlink/specs/mptcp.yaml */
+/*     Documentation/netlink/specs/mptcp_pm.yaml */
 /* YNL-GEN uapi header */
 
 #ifndef _UAPI_LINUX_MPTCP_PM_H
index a2325e70ddabd1b32d0c53196603e1af16e28eaf..670da7822e6c91703eb628fed712f0ea372ab220 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
 /* Do not edit directly, auto-generated from: */
-/*     Documentation/netlink/specs/mptcp.yaml */
+/*     Documentation/netlink/specs/mptcp_pm.yaml */
 /* YNL-GEN kernel source */
 
 #include <net/netlink.h>
index 10579d184587089c27b78a0e18ffc02988d32cb2..ac9fc7225b6a095c50e648beac222b9386d89ada 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
 /* Do not edit directly, auto-generated from: */
-/*     Documentation/netlink/specs/mptcp.yaml */
+/*     Documentation/netlink/specs/mptcp_pm.yaml */
 /* YNL-GEN kernel header */
 
 #ifndef _LINUX_MPTCP_PM_GEN_H