No description
Find a file
David Lebrun 6285217f0c ipv6: sr: enforce IPv6 packets for seg6local lwt
This patch ensures that the seg6local lightweight tunnel is used solely
with IPv6 routes and processes only IPv6 packets.

Signed-off-by: David Lebrun <david.lebrun@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-25 17:10:23 -07:00
arch MIPS,bpf: fix missing break in switch statement 2017-08-22 16:18:00 -07:00
block
certs
crypto
Documentation strparser: initialize all callbacks 2017-08-24 21:57:50 -07:00
drivers hv_netvsc: Fix rndis_filter_close error during netvsc_remove 2017-08-24 21:55:59 -07:00
firmware
fs
include ipv6: sr: add support for encapsulation of L2 frames 2017-08-25 17:10:23 -07:00
init
ipc
kernel strparser: initialize all callbacks 2017-08-24 21:57:50 -07:00
lib
mm
net ipv6: sr: enforce IPv6 packets for seg6local lwt 2017-08-25 17:10:23 -07:00
samples
scripts
security
sound
tools selftests/bpf: add a test for a pruning bug in the verifier 2017-08-23 22:38:07 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net-next/hinic: Add Maintainer 2017-08-22 10:48:54 -07:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.