Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Pablo Neira Ayuso 5dc52d83ba netfilter: nf_tables: disallow updates of implicit chain
Updates on existing implicit chain make no sense, disallow this.

Fixes: d0e2c7de92 ("netfilter: nf_tables: add NFT_CHAIN_BINDING")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2022-08-24 07:43:20 +02:00
arch
block
certs
crypto
Documentation Including fixes from netfilter. 2022-08-18 19:37:15 -07:00
drivers net: ipvtap - add __init/__exit annotations to module init/exit funcs 2022-08-23 15:45:53 +02:00
fs ntfs3 for 6.0 2022-08-17 14:51:22 -07:00
include netfilter: ebtables: reject blobs that don't provide all entry points 2022-08-23 18:23:15 +02:00
init
io_uring
ipc
kernel Including fixes from netfilter. 2022-08-18 19:37:15 -07:00
lib
LICENSES
mm
net netfilter: nf_tables: disallow updates of implicit chain 2022-08-24 07:43:20 +02:00
samples
scripts
security
sound
tools selftests: include bonding tests into the kselftest infra 2022-08-22 18:30:16 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: include bonding tests into the kselftest infra 2022-08-22 18:30:16 -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.