]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: Move XFRM documentation into its own subdirectory
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 3 Nov 2025 01:50:29 +0000 (08:50 +0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 12 Nov 2025 07:30:03 +0000 (08:30 +0100)
XFRM docs are currently reside in Documentation/networking directory,
yet these are distinctive as a group of their own. Move them into xfrm
subdirectory.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Documentation/networking/index.rst
Documentation/networking/xfrm/index.rst [new file with mode: 0644]
Documentation/networking/xfrm/xfrm_device.rst [moved from Documentation/networking/xfrm_device.rst with 100% similarity]
Documentation/networking/xfrm/xfrm_proc.rst [moved from Documentation/networking/xfrm_proc.rst with 100% similarity]
Documentation/networking/xfrm/xfrm_sync.rst [moved from Documentation/networking/xfrm_sync.rst with 99% similarity]
Documentation/networking/xfrm/xfrm_sysctl.rst [moved from Documentation/networking/xfrm_sysctl.rst with 100% similarity]

index c775cababc8c172237701be818ef3c0a741535a5..75db2251649b8541244144ce7044258f1978820f 100644 (file)
@@ -131,10 +131,7 @@ Contents:
    vxlan
    x25
    x25-iface
-   xfrm_device
-   xfrm_proc
-   xfrm_sync
-   xfrm_sysctl
+   xfrm/index
    xdp-rx-metadata
    xsk-tx-metadata
 
diff --git a/Documentation/networking/xfrm/index.rst b/Documentation/networking/xfrm/index.rst
new file mode 100644 (file)
index 0000000..7d866da
--- /dev/null
@@ -0,0 +1,13 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+==============
+XFRM Framework
+==============
+
+.. toctree::
+   :maxdepth: 2
+
+   xfrm_device
+   xfrm_proc
+   xfrm_sync
+   xfrm_sysctl
similarity index 99%
rename from Documentation/networking/xfrm_sync.rst
rename to Documentation/networking/xfrm/xfrm_sync.rst
index 112f7c102ad043cc2fbb9bd3e89606f00d8465cd..dfc2ec0df380c412788ffe1a68eb89551bc61ae3 100644 (file)
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-====
-XFRM
-====
+=========
+XFRM sync
+=========
 
 The sync patches work is based on initial patches from
 Krisztian <hidden@balabit.hu> and others and additional patches