Go to file
Steffen Klassert f1fbed0e89 esp6: Remame esp_input_done2
We are going to export the ipv4 and the ipv6
version of esp_input_done2. They are not static
anymore and can't have the same name. So rename
the ipv6 version to esp6_input_done2.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2017-04-14 10:06:21 +02:00
arch
block
certs
crypto
Documentation
drivers net: stmmac: use netif_set_real_num_{rx,tx}_queues 2017-04-11 22:20:52 -04:00
firmware
fs
include xfrm: Add an IPsec hardware offloading API 2017-04-14 10:06:10 +02:00
init
ipc
kernel bpf: pass sk to helper functions 2017-04-11 14:54:19 -04:00
lib
mm
net esp6: Remame esp_input_done2 2017-04-14 10:06:21 +02:00
samples
scripts
security
sound
tools bpf: fix comment typo 2017-04-09 18:26:08 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.