No description
Find a file
Andrew Lunn 09c4c57f7b net: phy: aquantia: add support for auto-negotiation configuration
Make use of the generic c45 code, plus code specific to the Aquantia
phy for 1000BaseT negotiation.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-23 14:12:09 -08:00
arch s390/net: convert pnetids to ascii 2019-02-21 10:34:37 -08:00
block
certs
crypto
Documentation net: Get rid of switchdev_port_attr_get() 2019-02-21 14:55:14 -08:00
drivers net: phy: aquantia: add support for auto-negotiation configuration 2019-02-23 14:12:09 -08:00
firmware
fs
include mlx5-updates-2019-02-21 2019-02-23 13:56:25 -08:00
init
ipc
kernel
lib rhashtable: Remove obsolete rhashtable_walk_init function 2019-02-22 13:49:00 +01:00
LICENSES
mm
net kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_init 2019-02-23 13:46:24 -08:00
samples
scripts
security
sound
tools selftest/tls: Add test to verify received 'type' of non-data record 2019-02-20 11:05:55 -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.