No description
Find a file
Madalin Bucur b54d390086 arm64: dts: ls1043a: FMan erratum A050385
The LS1043A SoC is affected by the A050385 erratum stating that
FMAN DMA read or writes under heavy traffic load may cause FMAN
internal resource leak thus stopping further packet processing.

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-06 21:55:32 -08:00
arch arm64: dts: ls1043a: FMan erratum A050385 2020-03-06 21:55:32 -08:00
block
certs
crypto
Documentation dt-bindings: net: FMan erratum A050385 2020-03-06 21:55:32 -08:00
drivers veth: ignore peer tx_dropped when counting local rx_dropped 2020-03-05 17:33:57 -08:00
fs
include fib: add missing attribute validation for tun_id 2020-03-03 13:28:48 -08:00
init
ipc
kernel
lib
LICENSES
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf 2020-03-06 21:36:25 -08:00
samples
scripts
security
sound
tools selftests/net/fib_tests: update addr_metric_test for peer route testing 2020-03-03 14:43:16 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.