Linux kernel source tree
Go to file
Andrea Mayer 2195444e09 selftests: add selftest for the SRv6 End.DT4 behavior
this selftest is designed for evaluating the new SRv6 End.DT4 behavior
used, in this example, for implementing IPv4 L3 VPN use cases.

Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-12-04 13:30:51 -08:00
Documentation wireless-drivers-next patches for v5.11 2020-12-04 10:56:37 -08:00
LICENSES
arch
block
certs
crypto
drivers vrf: add mac header for tunneled packets when sniffer is attached 2020-12-04 13:30:50 -08:00
fs
include seg6: add support for the SRv6 End.DT4 behavior 2020-12-04 13:30:50 -08:00
init
ipc
kernel
lib
mm
net seg6: add VRF support for SRv6 End.DT6 behavior 2020-12-04 13:30:51 -08:00
samples
scripts
security
sound
tools selftests: add selftest for the SRv6 End.DT4 behavior 2020-12-04 13:30:51 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.