No description
Find a file
Ioana Ciornei c5f6d490c5 dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace
Extract the necessary steps to offload a filter by using the ACL table
in a separate function - dpaa2_switch_cls_flower_replace_acl().
This is intended to help with the code readability when the mirroring
support is added.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-29 21:34:45 +01:00
arch
block
certs
crypto
Documentation mctp: Add MCTP overview document 2021-07-29 15:06:50 +01:00
drivers dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace 2021-07-29 21:34:45 +01:00
fs
include mctp: Allow per-netns default networks 2021-07-29 15:06:50 +01:00
init
ipc
kernel
lib
LICENSES
mm
net net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an imprecise port 2021-07-29 15:35:01 +01:00
samples
scripts
security mctp: Add MCTP base 2021-07-29 15:06:49 +01:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS mctp: Add MCTP overview document 2021-07-29 15:06:50 +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.