Go to file
David S. Miller 21615efa6a Revert "net: ethernet: fec: Prevent MII event after MII_SPEED write"
This reverts commit 790ab249b5.

This change needs more work.

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-29 12:15:42 -07:00
arch
block
certs
crypto
Documentation docs: networking: convert kcm.txt to ReST 2020-04-28 14:40:19 -07:00
drivers Revert "net: ethernet: fec: Prevent MII event after MII_SPEED write" 2020-04-29 12:15:42 -07:00
fs
include net: ipv4: add sysctl for nexthop api compatibility mode 2020-04-28 12:50:37 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ila: remove unused inline function ila_addr_is_ila 2020-04-29 12:01:31 -07:00
samples
scripts
security
sound
tools docs: networking: convert filter.txt to ReST 2020-04-28 14:39:46 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: networking: convert ipvs-sysctl.txt to ReST 2020-04-28 14:40:18 -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.