diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-05-22 04:57:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-22 22:18:20 +0300 |
commit | b0d8d4363e523e952254619ae24dd0dfd7ea1181 (patch) | |
tree | 7a007a05e3b120a5c8ee750623b32c8155533283 /Documentation/networking/device_drivers/index.rst | |
parent | d008b3d2be4b00267e7af5c21269e7af4f65c6e2 (diff) | |
download | linux-b0d8d4363e523e952254619ae24dd0dfd7ea1181.tar.xz |
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/index.rst')
-rw-r--r-- | Documentation/networking/device_drivers/index.rst | 30 |
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` |