No description
Find a file
Jakub Kicinski c642ea2654 tools: bpftool: fold hex keyword in command help
Instead of spelling [hex] BYTES everywhere use DATA as keyword
for generalized value.  This will help us keep the messages
concise when longer command are added in the future.  It will
also be useful once BTF support comes.  We will only have to
change the definition of DATA.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-05-04 23:41:04 +02:00
arch bpf, x32: remove ld_abs/ld_ind 2018-05-03 16:49:20 -07:00
block
certs
crypto
Documentation samples/bpf: sample application and documentation for AF_XDP sockets 2018-05-03 15:55:25 -07:00
drivers nfp: bpf: rewrite map pointers with NFP TIDs 2018-05-04 23:41:03 +02:00
firmware
fs
include bpf: offload: allow offloaded programs to use perf event arrays 2018-05-04 23:41:03 +02:00
init
ipc
kernel bpf: replace map pointer loads before calling into offloads 2018-05-04 23:41:03 +02:00
lib bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier 2018-05-03 16:49:19 -07:00
LICENSES
mm
net bpf: add skb_load_bytes_relative helper 2018-05-03 16:49:19 -07:00
samples samples/bpf: sample application and documentation for AF_XDP sockets 2018-05-03 15:55:25 -07:00
scripts
security
sound
tools tools: bpftool: fold hex keyword in command help 2018-05-04 23:41:04 +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.
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.