netfilter: ctnetlink: synproxy support
Pablo Neira Ayuso authored

This patch exposes synproxy information per-conntrack. Moreover, send
sequence adjustment events once server sends us the SYN,ACK packet, so
we can synchronize the sequence adjustment too for packets going as
reply from the server, as part of the synproxy logic.
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
20710b3b
Name Last commit Last update
Documentation net/ipv6: Add support for path selection using hash of 5-tuple
LICENSES LICENSES: Add MPL-1.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
block blk: optimization for classic polling
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto X.509: fix NULL dereference when restricting key with unsupported_sig
drivers net: mvpp2: jumbo frames support
firmware kbuild: remove all dummy assignments to obj-
fs net: Convert simple pernet_operations
include netfilter: ctnetlink: synproxy support
init membarrier: Provide core serializing command, *_SYNC_CORE
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm mm: don't defer struct page initialization for Xen pv guests
net netfilter: ctnetlink: synproxy support
samples samples/bpf: add gre sequence number test.
scripts Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security net: Convert smack_net_ops
sound ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
tools selftests: forwarding: Add suppport to create veth interfaces
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt vfs: do bulk POLL* -> EPOLL* replacement
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.