No description
Find a file
Colin Ian King faeacb6ddb net: tap: clean up an indentation issue
There is a statement that is indented too deeply, remove
the extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-09-27 20:58:35 +02:00
arch
block
certs
crypto
Documentation Documentation: Clarify trap's description 2019-09-27 20:33:19 +02:00
drivers net: tap: clean up an indentation issue 2019-09-27 20:58:35 +02:00
fs
include sk_buff: drop all skb extensions on free and skb scrubbing 2019-09-27 20:40:19 +02:00
init
ipc
kernel bpf: Fix bpf_event_output re-entry issue 2019-09-27 11:24:29 +02:00
lib lib: dimlib: fix help text typos 2019-09-27 20:23:37 +02:00
LICENSES
mm
net tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state 2019-09-27 20:42:24 +02:00
samples
scripts
security
sound
tools mlxsw: spectrum: Clear VLAN filters during port initialization 2019-09-27 20:33:19 +02:00
usr netfilter: ebtables: use __u8 instead of uint8_t in uapi header 2019-09-25 11:00:46 +02:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Yanjun to FORCEDETH maintainers list 2019-09-26 08:51:21 +02: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.