mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
docs: netdev: move the netdev-FAQ to the process pages
The documentation for the tip tree is really in quite a similar spirit to the netdev-FAQ. Move the netdev-FAQ to the process docs as well. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
08767a26f0
commit
8df0136376
5 changed files with 5 additions and 2 deletions
|
@ -658,7 +658,7 @@ when:
|
||||||
|
|
||||||
.. Links
|
.. Links
|
||||||
.. _Documentation/process/: https://www.kernel.org/doc/html/latest/process/
|
.. _Documentation/process/: https://www.kernel.org/doc/html/latest/process/
|
||||||
.. _netdev-FAQ: ../networking/netdev-FAQ.rst
|
.. _netdev-FAQ: Documentation/process/maintainer-netdev.rst
|
||||||
.. _selftests:
|
.. _selftests:
|
||||||
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/bpf/
|
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/bpf/
|
||||||
.. _Documentation/dev-tools/kselftest.rst:
|
.. _Documentation/dev-tools/kselftest.rst:
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
Linux Networking Documentation
|
Linux Networking Documentation
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
Refer to :ref:`netdev-FAQ` for a guide on netdev development process specifics.
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
netdev-FAQ
|
|
||||||
af_xdp
|
af_xdp
|
||||||
bareudp
|
bareudp
|
||||||
batman-adv
|
batman-adv
|
||||||
|
|
|
@ -16,3 +16,4 @@ Contents:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
maintainer-tip
|
maintainer-tip
|
||||||
|
maintainer-netdev
|
||||||
|
|
|
@ -13661,6 +13661,7 @@ B: mailto:netdev@vger.kernel.org
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
|
||||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
|
||||||
F: Documentation/networking/
|
F: Documentation/networking/
|
||||||
|
F: Documentation/process/maintainer-netdev.rst
|
||||||
F: include/linux/in.h
|
F: include/linux/in.h
|
||||||
F: include/linux/net.h
|
F: include/linux/net.h
|
||||||
F: include/linux/netdevice.h
|
F: include/linux/netdevice.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue