No description
Find a file
Stanislav Fomichev ae82899bbe flow_dissector: document BPF flow dissector environment
Short doc on what BPF flow dissector should expect in the input
__sk_buff and flow_keys.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-04-03 16:49:48 +02:00
arch
block
certs
crypto
Documentation flow_dissector: document BPF flow dissector environment 2019-04-03 16:49:48 +02:00
drivers nfp: flower: remove vlan CFI bit from push vlan action 2019-04-01 18:02:41 -07:00
fs
include net: sched: introduce and use qdisc tree flush/purge helpers 2019-04-01 14:50:13 -07:00
init
ipc
kernel
lib
LICENSES
mm
net flow_dissector: allow access only to a subset of __sk_buff fields 2019-04-03 16:49:48 +02:00
samples
scripts
security
sound
tools net/flow_dissector: pass flow_keys->n_proto to BPF programs 2019-04-03 16:49:48 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: net: update Solarflare maintainers 2019-04-01 10:43:12 -07:00
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.