Kernel Source and devicetree for NOTHING Phone(3a) and Phone(3a)Pro
Find a file
Horatiu Vultur ebb1bb4013 net: ocelot: Add PGID_BLACKHOLE
Add a new PGID that is used not to forward frames anywhere. It is used
by MRP to make sure that MRP Test frames will not reach CPU port.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-16 15:49:52 -07:00
arch
block
certs
crypto
Documentation Documentation: networking: switchdev: fix command for static FDB entries 2021-03-16 15:13:45 -07:00
drivers net: ocelot: Add PGID_BLACKHOLE 2021-03-16 15:49:52 -07:00
fs
include net: ocelot: Add PGID_BLACKHOLE 2021-03-16 15:49:52 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: ipv4: route.c: simplify procfs code 2021-03-16 14:43:49 -07:00
samples samples: pktgen: new append mode 2021-03-14 14:22:38 -07:00
scripts
security nexthop: Add netlink defines and enumerators for resilient NH groups 2021-03-11 16:12:59 -08:00
sound
tools selftests: mlxsw: Test egress sampling limitation on Spectrum-1 only 2021-03-16 15:32:23 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: dpaa2-switch: move the driver out of staging 2021-03-10 13:30:36 -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.