No description
Find a file
Michael Grzeschik 4249c507f4 net: dsa: ksz: use common define for tag len
Remove special taglen define KSZ8795_INGRESS_TAG_LEN
and use generic KSZ_INGRESS_TAG_LEN instead.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-12-20 21:06:49 -08:00
arch
block
certs
crypto
Documentation
drivers s390/qeth: don't return -ENOTSUPP to userspace 2019-12-20 21:00:27 -08:00
fs
include of: mdio: export of_mdiobus_child_is_phy 2019-12-19 17:32:21 -08:00
init
ipc
kernel bpf: Fix record_func_key to perform backtracking on r3 2019-12-19 13:39:22 -08:00
lib
LICENSES
mm
net net: dsa: ksz: use common define for tag len 2019-12-20 21:06:49 -08:00
samples
scripts
security
sound
tools tc-testing: initial tdc selftests for cls_u32 2019-12-19 17:53:05 -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.