Commit 03e23b18 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Steffen Klassert
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 7276e7ae
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==============
XFRM Framework
==============

.. toctree::
   :maxdepth: 2

   xfrm_device
   xfrm_proc
   xfrm_sync
   xfrm_sysctl
+3 −3
Original line number Diff line number Diff line
.. 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