Go to file
Jakub Kicinski bfad2b979d ethtool: add interface to read standard MAC Ctrl stats
Number of devices maintains the standard-based MAC control
counters for control frames. Add a API for those.

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
Documentation docs: ethtool: document standard statistics 2021-04-16 16:59:20 -07:00
LICENSES
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
drivers mlx5-updates-2021-04-16 2021-04-16 16:53:52 -07:00
fs
include ethtool: add interface to read standard MAC Ctrl stats 2021-04-16 16:59:20 -07:00
init
ipc
kernel
lib
mm
net ethtool: add interface to read standard MAC Ctrl 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
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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 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.