Go to file
Paolo Abeni 14bba9285a netlink: spec: add shaper introspection support
Allow the user-space to fine-grain query the shaping features
supported by the NIC on each domain.

Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Link: https://patch.msgid.link/3ddd10e450e3fe7d4b944c0d0b886d4483529ee6.1728460186.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-10 08:30:22 -07:00
arch net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message 2024-10-04 11:52:19 -07:00
block
certs
crypto
Documentation netlink: spec: add shaper introspection support 2024-10-10 08:30:22 -07:00
drivers genetlink: extend info user-storage to match NL cb ctx 2024-10-10 08:30:21 -07:00
fs
include netlink: spec: add shaper introspection support 2024-10-10 08:30:22 -07:00
init
io_uring
ipc
kernel
lib lib: packing: catch kunit_kzalloc() failure in the pack() test 2024-10-07 16:36:25 -07:00
LICENSES
mm
net netlink: spec: add shaper introspection support 2024-10-10 08:30:22 -07:00
rust rust: net::phy always define device_table in module_phy_driver macro 2024-10-03 16:42:18 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: sch_red_core: Lower TBF rate 2024-10-08 15:37:24 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS netlink: spec: add shaper YAML spec 2024-10-10 08:30:21 -07:00
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 reStructuredText 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.