Go to file
Eric Dumazet 5d14bbf9d1 net_sched: act: remove tcfa_qstats
tcfa_qstats is currently only used to hold drops and overlimits counters.

tcf_action_inc_drop_qstats() and tcf_action_inc_overlimit_qstats()
currently acquire a->tcfa_lock to increment these counters.

Switch to two atomic_t to get lock-free accounting.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jamal Hadi Salim <jhs@mojatatu.com>
Link: https://patch.msgid.link/20250901093141.2093176-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-02 15:52:24 -07:00
Documentation bonding: Remove support for use_carrier 2025-09-02 14:01:54 -07:00
LICENSES
arch
block
certs
crypto
drivers net: mvpp2: add xlg pcs inband capabilities 2025-09-02 14:04:53 -07:00
fs
include net_sched: act: remove tcfa_qstats 2025-09-02 15:52:24 -07:00
init
io_uring
ipc
kernel
lib
mm
net net_sched: act: remove tcfa_qstats 2025-09-02 15:52:24 -07:00
rust
samples
scripts
security
sound
tools net: selftests: clean up tools/testing/selftests/net/lib/py/utils.py 2025-09-02 15:51:16 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add NETC Timer PTP clock driver section 2025-09-02 13:13:34 +02:00
Makefile
README

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.