No description
Find a file
Michal Kubecek 111dcba3c6 ethtool: add PRIVFLAGS_NTF notification
Send ETHTOOL_MSG_PRIVFLAGS_NTF notification whenever private flags of
a network device are modified using ETHTOOL_MSG_PRIVFLAGS_SET netlink
message or ETHTOOL_SPFLAGS ioctl request.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-12 15:32:33 -07:00
arch arm64: dts: sdm845: add IPA information 2020-03-08 22:07:10 -07:00
block
certs
crypto
Documentation ethtool: set device private flags with PRIVFLAGS_SET request 2020-03-12 15:32:33 -07:00
drivers net/mlx5e: CT: Support clear action 2020-03-12 15:00:39 -07:00
fs
include ethtool: add PRIVFLAGS_NTF notification 2020-03-12 15:32:33 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ethtool: add PRIVFLAGS_NTF notification 2020-03-12 15:32:33 -07:00
samples
scripts
security
sound
tools selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized. 2020-03-12 12:08:09 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: Add Synopsys DesignWare XPCS MDIO module 2020-03-09 20:13:16 -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 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.