Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d18c7bd authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'Documentation-tls--add-offload-documentation'



Jakub Kicinski says:

====================
Documentation: tls: add offload documentation

This set adds documentation for TLS offload. It starts
by making the networking documentation a little easier
to navigate by hiding driver docs a little deeper.
It then RSTifys the existing Kernel TLS documentation.
Last but not least TLS offload documentation is added.
This should help vendors navigate the TLS offload, and
help ensure different implementations stay aligned from
user perspective.

v2:
 - address Alexei's and Boris'es commands on patch 3.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents d008b3d2 f42c104f
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

Vendor Device Drivers
=====================

Contents:

.. toctree::
   :maxdepth: 2

   freescale/dpaa2/index
   intel/e100
   intel/e1000
   intel/e1000e
   intel/fm10k
   intel/igb
   intel/igbvf
   intel/ixgb
   intel/ixgbe
   intel/ixgbevf
   intel/i40e
   intel/iavf
   intel/ice

.. only::  subproject

   Indices
   =======

   * :ref:`genindex`
+3 −13
Original line number Diff line number Diff line
@@ -11,19 +11,7 @@ Contents:
   batman-adv
   can
   can_ucan_protocol
   device_drivers/freescale/dpaa2/index
   device_drivers/intel/e100
   device_drivers/intel/e1000
   device_drivers/intel/e1000e
   device_drivers/intel/fm10k
   device_drivers/intel/igb
   device_drivers/intel/igbvf
   device_drivers/intel/ixgb
   device_drivers/intel/ixgbe
   device_drivers/intel/ixgbevf
   device_drivers/intel/i40e
   device_drivers/intel/iavf
   device_drivers/intel/ice
   device_drivers/index
   dsa/index
   devlink-info-versions
   ieee802154
@@ -40,6 +28,8 @@ Contents:
   checksum-offloads
   segmentation-offloads
   scaling
   tls
   tls-offload

.. only::  subproject

Loading