1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 16:06:04 -05:00
No description
Find a file
Donald Hunter 78d2341697 doc/netlink: Describe sub-message selector resolution
Update the netlink-raw docs to add a description of sub-message selector
resolution to explain that selector resolution is constrained by the
spec.

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240129223458.52046-4-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-01-31 21:19:18 -08:00
arch
block
certs
crypto
Documentation doc/netlink: Describe sub-message selector resolution 2024-01-31 21:19:18 -08:00
drivers net: phy: qcom: detach qca808x PHY driver from at803x 2024-01-31 16:25:17 -08:00
fs
include af_unix: Remove CONFIG_UNIX_SCM. 2024-01-31 16:41:16 -08:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net af_unix: Remove CONFIG_UNIX_SCM. 2024-01-31 16:41:16 -08:00
rust
samples
scripts
security
sound
tools tools/net/ynl: Support sub-messages in nested attribute spaces 2024-01-31 21:19:18 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.