No description
Find a file
Russell King c48f16b42a net: phy: remove redundant .aneg_done initialisers
Remove initialisers that set .aneg_done to genphy_aneg_done - this is
the default for clause 22 PHYs, so the initialiser is redundant.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-19 12:52:34 -08:00
arch netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
block
certs
crypto
Documentation net-next: dt-binding: dwmac-mediatek: add more description for RMII 2019-12-17 13:48:30 -08:00
drivers net: phy: remove redundant .aneg_done initialisers 2019-12-19 12:52:34 -08:00
fs
include net: sch_ets: Make the ETS qdisc offloadable 2019-12-18 13:32:29 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: sch_ets: Make the ETS qdisc offloadable 2019-12-18 13:32:29 -08:00
samples
scripts
security
sound
tools selftests: qdiscs: Add test coverage for ETS Qdisc 2019-12-18 13:32:30 -08: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.