The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Marek Behún 9ab0fbd0ff net: phy: marvell10g: add MACTYPE definitions for 88E21xx
Add all MACTYPE definitions for 88E2110, 88E2180, 88E2111 and 88E2181.

Signed-off-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-08 13:15:33 -07:00
Documentation docs: ethtool: correct quotes 2021-04-06 16:56:58 -07:00
LICENSES
arch
block
certs
crypto
drivers net: phy: marvell10g: add MACTYPE definitions for 88E21xx 2021-04-08 13:15:33 -07:00
fs
include net: remove the new_ifindex argument from dev_change_net_namespace 2021-04-07 14:43:28 -07:00
init
ipc
kernel
lib
mm
net net: remove the new_ifindex argument from dev_change_net_namespace 2021-04-07 14:43:28 -07:00
samples
scripts
security
sound
tools selftests: mptcp: add the net device name testcase 2021-04-07 14:09:40 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.