Go to file
Alexander Aring faee676944 net: add net available in build_state
The build_state callback of lwtunnel doesn't contain the net namespace
structure yet. This patch will add it so we can check on specific
address configuration at creation time of rpl source routes.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-29 22:30:57 -07:00
Documentation devlink: don't wrap commands in rST shell blocks 2020-03-29 22:08:45 -07:00
LICENSES
arch
block
certs
crypto
drivers mlx4: fix "initializer element not constant" compiler error 2020-03-29 22:09:39 -07:00
fs
include net: add net available in build_state 2020-03-29 22:30:57 -07:00
init
ipc
kernel
lib
mm
net net: add net available in build_state 2020-03-29 22:30:57 -07:00
samples
scripts
security
sound
tools selftests: add test-cases for MPTCP MP_JOIN 2020-03-29 22:14:49 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS mptcp: allow dumping subflow context to userspace 2020-03-29 22:14:48 -07:00
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.