No description
Find a file
Sun Lianwen 7ccbdff13e ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
The function name is wrong in ip6gre_tnl_addr_conflict() comment, which
use ip6_tnl_addr_conflict instead of ip6gre_tnl_addr_conflict.

Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-05-03 11:28:24 -04:00
arch
block
certs
crypto
Documentation dt-bindings: net: meson-dwmac: new compatible name for AXG SoC 2018-05-01 11:29:59 -04:00
drivers r8169: replace get_protocol with vlan_get_protocol 2018-05-02 16:23:49 -04:00
firmware
fs
include tcp: send in-queue bytes in cmsg upon read 2018-05-01 18:56:29 -04:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2018-04-26 21:19:50 -04:00
lib netns: restrict uevents 2018-05-01 10:22:41 -04:00
LICENSES
mm
net ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment 2018-05-03 11:28:24 -04:00
samples samples, bpf: remove redundant ret assignment in bpf_load_program() 2018-04-27 00:47:06 +02:00
scripts
security
sound
tools tc-testing: Updated csum action tests batch create w/wo cookies. 2018-05-03 11:15:58 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update TLS maintainers 2018-05-01 09:42:48 -04: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.