Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: Move XFRM documentation into its own subdirectory

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>

authored by

Bagas Sanjaya and committed by
Steffen Klassert
03e23b18 7276e7ae

+17 -7
+1 -4
Documentation/networking/index.rst
··· 131 131 vxlan 132 132 x25 133 133 x25-iface 134 - xfrm_device 135 - xfrm_proc 136 - xfrm_sync 137 - xfrm_sysctl 134 + xfrm/index 138 135 xdp-rx-metadata 139 136 xsk-tx-metadata 140 137
+13
Documentation/networking/xfrm/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============== 4 + XFRM Framework 5 + ============== 6 + 7 + .. toctree:: 8 + :maxdepth: 2 9 + 10 + xfrm_device 11 + xfrm_proc 12 + xfrm_sync 13 + xfrm_sysctl
Documentation/networking/xfrm_device.rst Documentation/networking/xfrm/xfrm_device.rst
Documentation/networking/xfrm_proc.rst Documentation/networking/xfrm/xfrm_proc.rst
+3 -3
Documentation/networking/xfrm_sync.rst Documentation/networking/xfrm/xfrm_sync.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - ==== 4 - XFRM 5 - ==== 3 + ========= 4 + XFRM sync 5 + ========= 6 6 7 7 The sync patches work is based on initial patches from 8 8 Krisztian <hidden@balabit.hu> and others and additional patches
Documentation/networking/xfrm_sysctl.rst Documentation/networking/xfrm/xfrm_sysctl.rst