mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:04:44 +01:00
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>
This commit is contained in:
parent
7276e7ae56
commit
03e23b18c7
6 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
13
Documentation/networking/xfrm/index.rst
Normal file
13
Documentation/networking/xfrm/index.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
==============
|
||||
XFRM Framework
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
xfrm_device
|
||||
xfrm_proc
|
||||
xfrm_sync
|
||||
xfrm_sysctl
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue