Go to file
Heiner Kallweit 3fc364c052 r8169: allow to enable ASPM on RTL8125A
For most chip versions this has been added already. Allow also for
RTL8125A to enable ASPM.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-21 16:12:19 -07:00
arch
block
certs
crypto
Documentation
drivers r8169: allow to enable ASPM on RTL8125A 2020-07-21 16:12:19 -07:00
fs
include net: phylink: add interface to configure clause 22 PCS PHY 2020-07-21 15:46:51 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values 2020-07-20 18:35:04 -07:00
samples
scripts
security
sound
tools tc-testing: Add tdc to kselftests 2020-07-20 18:29:37 -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.