No description
Find a file
Victor Nogueira 102e4a8e12 selftests: tc-testing: Increase timeout in tdc config file
Some tests, such as Test d052: Add 1M filters with the same action, may
not work with a small timeout value.

Increase timeout to 24 seconds.

Signed-off-by: Victor Nogueira <victor@mojatatu.com>
Acked-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-03-14 10:27:52 +00:00
arch powerpc/net: Implement powerpc specific csum_shift() to remove branch 2022-03-11 10:57:22 +00:00
block
certs
crypto
Documentation brcmfmac 2022-03-11 13:00:17 -08:00
drivers net: macvlan: add net device refcount tracker 2022-03-14 10:06:54 +00:00
fs
include net: Add lockdep asserts to ____napi_schedule(). 2022-03-14 10:09:28 +00:00
init
ipc
kernel
lib
LICENSES
mm
net net: Add lockdep asserts to ____napi_schedule(). 2022-03-14 10:09:28 +00:00
samples
scripts
security
sound
tools selftests: tc-testing: Increase timeout in tdc config file 2022-03-14 10:27:52 +00:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS brcmfmac 2022-03-11 13:00:17 -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.