summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/device_drivers
diff options
context:
space:
mode:
authorJakub Kicinski2019-05-22 03:57:12 +0200
committerDavid S. Miller2019-05-22 21:18:20 +0200
commitb0d8d4363e523e952254619ae24dd0dfd7ea1181 (patch)
tree7a007a05e3b120a5c8ee750623b32c8155533283 /Documentation/networking/device_drivers
parentmISDN: Fix indenting in dsp_cmx.c (diff)
downloadkernel-qcow2-linux-b0d8d4363e523e952254619ae24dd0dfd7ea1181.tar.gz
kernel-qcow2-linux-b0d8d4363e523e952254619ae24dd0dfd7ea1181.tar.xz
kernel-qcow2-linux-b0d8d4363e523e952254619ae24dd0dfd7ea1181.zip
Documentation: net: move device drivers docs to a submenu
Some of the device drivers have really long document titles making the networking table of contents hard to look through. Place vendor drivers under a submenu. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Dave Watson <davejwatson@fb.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/device_drivers')
-rw-r--r--Documentation/networking/device_drivers/index.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst
new file mode 100644
index 000000000000..75fa537763a4
--- /dev/null
+++ b/Documentation/networking/device_drivers/index.rst
@@ -0,0 +1,30 @@
+.. 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`