Go to file
Masahiro Yamada 69ecfdaa53 bpf: add include guard to tnum.h
Add a header include guard just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-08-20 17:05:05 +02:00
arch
block
certs
crypto
Documentation
drivers net/mlx5e: Add AF_XDP need_wakeup support 2019-08-17 23:07:32 +02:00
fs
include bpf: add include guard to tnum.h 2019-08-20 17:05:05 +02:00
init
ipc
kernel bpf: add BTF ids in procfs for file descriptors to BTF objects 2019-08-20 16:19:12 +02:00
lib
LICENSES
mm
net xsk: remove AF_XDP socket from map when the socket is released 2019-08-17 23:24:45 +02:00
samples samples/bpf: add use of need_wakeup flag in xdpsock 2019-08-17 23:07:32 +02:00
scripts
security
sound
tools selftests/bpf: add sockopt clone/inheritance test 2019-08-17 23:18:54 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.

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.