No description
Find a file
Jakub Kicinski f09ea6fb12 ethtool: add a new command for reading standard stats
Add an interface for reading standard stats, including
stats which don't have a corresponding control interface.

Start with IEEE 802.3 PHY stats. There seems to be only
one stat to expose there.

Define API to not require user space changes when new
stats or groups are added. Groups are based on bitset,
stats have a string set associated.

v1: wrap stats in a nest

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-16 16:59:20 -07:00
arch powerpc: dts: fsl: Drop obsolete fsl,rx-bit-map and fsl,tx-bit-map properties 2021-04-16 15:46:15 -07:00
block
certs
crypto
Documentation docs: ethtool: document standard statistics 2021-04-16 16:59:20 -07:00
drivers mlx5-updates-2021-04-16 2021-04-16 16:53:52 -07:00
fs
include ethtool: add a new command for reading standard stats 2021-04-16 16:59:20 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ethtool: add a new command for reading standard stats 2021-04-16 16:59:20 -07:00
samples
scripts
security
sound
tools selftests: mptcp: add packet mark test case 2021-04-16 15:23:10 -07:00
usr Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.