Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Florian Fainelli c056d480b4 net: phy: broadcom: Only advertise EEE for supported modes
We should not be advertising EEE for modes that we do not support,
correct that oversight by looking at the PHY device supported linkmodes.

Fixes: 99cec8a4dd ("net: phy: broadcom: Allow enabling or disabling of EEE")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-30 17:39:23 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: bcm4908-enet: fix Ethernet generic properties 2021-03-29 16:25:01 -07:00
drivers net: phy: broadcom: Only advertise EEE for supported modes 2021-03-30 17:39:23 -07:00
fs
include net: let skb_orphan_partial wake-up waiters. 2021-03-30 13:57:28 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: let skb_orphan_partial wake-up waiters. 2021-03-30 13:57:28 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add entry for Qualcomm IPC Router (QRTR) driver 2021-03-29 13:38:33 -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.