No description
Find a file
Pavan Chebbi 87d67f59d6 bnxt_en: Periodically check and remove aged-out ntuple filters
Currently the only time we check and remove expired filters is
when we are inserting new filters.
Improving the aRFS expiry handling by adding code to do the above
work periodically.

Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-27 11:33:28 +01:00
arch
block
certs
crypto
Documentation ethtool: add WOL_NTF notification 2020-01-27 11:31:36 +01:00
drivers bnxt_en: Periodically check and remove aged-out ntuple filters 2020-01-27 11:33:28 +01:00
fs
include ethtool: add WOL_NTF notification 2020-01-27 11:31:36 +01:00
init
ipc
kernel
lib
LICENSES
mm
net ethtool: add WOL_NTF notification 2020-01-27 11:31:36 +01:00
samples
scripts
security
sound
tools selftests: netfilter: Introduce tests for sets with range concatenation 2020-01-27 08:54:30 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-drivers-next patches for v5.6 2020-01-27 11:25:36 +01: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.