No description
Find a file
Sameeh Jubran f1852d64ba net: ena: ethtool: convert stat_offset to 64 bit resolution
The type of all stat fields is u64, therefore when iterating over stat
fields in a stats struct, it makes sense to use an offset in 64 bit
resolution. Doing so allows us to drop some of the casting that is
currently used when referencing stats.

Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-10 15:12:27 -07:00
arch
block
certs
crypto
Documentation
drivers net: ena: ethtool: convert stat_offset to 64 bit resolution 2020-09-10 15:12:27 -07:00
fs
include tcp: reflect tos value received in SYN to the socket 2020-09-10 13:15:40 -07:00
init
ipc
kernel
lib
LICENSES
mm
net tcp: reflect tos value received in SYN to the socket 2020-09-10 13:15:40 -07:00
samples
scripts
security
sound
tools selftests/mptcp: Better delay & reordering configuration 2020-09-10 13:28:20 -07:00
usr
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.