No description
Find a file
Sriram Yagnaraman a9993591fa netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
RFC 9260, Sec 8.5.1 states that for ABORT/SHUTDOWN_COMPLETE, the chunk
MUST be accepted if the vtag of the packet matches its own tag and the
T bit is not set OR if it is set to its peer's vtag and the T bit is set
in chunk flags. Otherwise the packet MUST be silently dropped.

Update vtag verification for ABORT/SHUTDOWN_COMPLETE based on the above
description.

Fixes: 9fb9cbb108 ("[NETFILTER]: Add nf_conntrack subsystem.")
Signed-off-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2023-01-24 09:52:31 +01:00
arch s390 compile fix for 6.2-rc5 2023-01-19 12:28:53 -08:00
block
certs
crypto
Documentation Changes since last update: 2023-01-18 09:50:23 -08:00
drivers Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 2023-01-23 22:36:59 -08:00
fs zonefs fixes for 6.2-rc5 2023-01-19 09:54:08 -08:00
include net: mana: Fix IRQ name - add PCI and queue number 2023-01-20 18:17:17 -08:00
init 21 hotfixes. Thirteen of these address pre-6.1 issues and hence have 2023-01-16 16:36:39 -08:00
io_uring
ipc
kernel Including fixes from wireless, bluetooth, bpf and netfilter. 2023-01-20 09:58:44 -08:00
lib netlink: prevent potential spectre v1 gadgets 2023-01-20 17:52:32 -08:00
LICENSES
mm slab fixes for 6.2-rc5 2023-01-19 12:24:39 -08:00
net netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE 2023-01-24 09:52:31 +01:00
rust
samples
scripts
security
sound
tools Including fixes from wireless, bluetooth, bpf and netfilter. 2023-01-20 09:58:44 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 21 hotfixes. Thirteen of these address pre-6.1 issues and hence have 2023-01-16 16:36:39 -08:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Update MPTCP maintainer list and CREDITS 2023-01-23 21:42:13 -08:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update MPTCP maintainer list and CREDITS 2023-01-23 21:42:13 -08: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.