Go to file
Pablo Neira Ayuso 290180e244 netfilter: nf_tables: add connlimit support
This features which allows you to limit the maximum number of
connections per arbitrary key. The connlimit expression is stateful,
therefore it can be used from meters to dynamically populate a set, this
provides a mapping to the iptables' connlimit match. This patch also
comes that allows you define static connlimit policies.

This extension depends on the nf_conncount infrastructure.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2018-06-03 01:18:29 +02:00
Documentation
LICENSES
arch
block
certs
crypto
drivers net/mlx5e: TX, Separate cachelines of xmit and completion stats 2018-06-01 16:48:15 -07:00
firmware
fs
include netfilter: nf_tables: add connlimit support 2018-06-03 01:18:29 +02:00
init
ipc
kernel
lib
mm
net netfilter: nf_tables: add connlimit support 2018-06-03 01:18:29 +02:00
samples
scripts
security
sound
tools selftests: forwarding: mirror_gre_bridge_1d_vlan: Add STP test 2018-06-01 14:11:04 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add myself as maintainer for QorIQ PTP clock driver 2018-05-30 13:27:43 -04: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.
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.