mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
We have a bit of documentation about the internals of Netlink and the specs, but really the goal is for most people to not worry about those. Add a practical guide for beginners who want to poke at the specs. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
19 lines
295 B
ReStructuredText
19 lines
295 B
ReStructuredText
.. SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
================
|
|
Netlink Handbook
|
|
================
|
|
|
|
Netlink documentation for users.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro
|
|
intro-specs
|
|
specs
|
|
c-code-gen
|
|
genetlink-legacy
|
|
|
|
See also :ref:`Documentation/core-api/netlink.rst <kernel_netlink>`.
|