A mirror of the official Linux kernel repository just in case
Go to file
Asbjørn Sloth Tønnesen 706bf4f44c flow_dissector: set encapsulation control flags for non-IP
Make sure to set encapsulated control flags also for non-IP
packets, such that it's possible to allow matching on e.g.
TUNNEL_OAM on a geneve packet carrying a non-IP packet.

Suggested-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Tested-by: Davide Caratti <dcaratti@redhat.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Link: https://patch.msgid.link/20240713021911.1631517-13-ast@fiberby.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-07-15 09:14:39 -07:00
arch bpf-next-for-netdev 2024-07-12 22:25:54 -07:00
block
certs
crypto
Documentation doc: netlink: specs: tc: flower: add enc-flags 2024-07-15 09:14:39 -07:00
drivers Revert "net: mvpp2: Improve data types and use min()" 2024-07-15 09:05:58 -07:00
fs
include flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS 2024-07-15 09:14:39 -07:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2024-07-12 22:25:54 -07:00
lib
LICENSES
mm
net flow_dissector: set encapsulation control flags for non-IP 2024-07-15 09:14:39 -07:00
rust
samples
scripts
security
sound
tools selftests: mptcp: lib: fix shellcheck errors 2024-07-13 15:46:26 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Initial implementation of the power sequencing subsystem for linux v6.11 2024-07-15 10:09:20 -04: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 reStructuredText 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.