The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Pablo Neira Ayuso d4eb7e3992 netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
If NFT_SET_ELEM_CATCHALL is set on, then userspace provides no set element
key. Otherwise, bail out with -EINVAL.

Fixes: aaa31047a6 ("netfilter: nftables: add catch-all set element support")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2023-04-18 09:30:21 +02:00
Documentation
LICENSES
arch
block
certs
crypto
drivers net: stmmac: Add queue reset into stmmac_xdp_open() function 2023-04-05 19:02:56 -07:00
fs
include netfilter: nf_tables: validate catch-all set elements 2023-04-18 09:12:22 +02:00
init
io_uring
ipc
kernel
lib
mm
net netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements 2023-04-18 09:30:21 +02:00
rust
samples
scripts
security
sound
tools selftests: net: rps_default_mask.sh: delete veth link specifically 2023-04-05 18:59:32 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from CAN and WPAN. 2023-03-30 14:05:21 -07:00
Makefile
README

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.