No description
Find a file
Eric Dumazet ea3e91666d ipv6: change fib6_rules_net_exit() to batch mode
cleanup_net() is competing with other rtnl users.

fib6_rules_net_exit() seems a good candidate for exit_batch(),
as this gives chance for cleanup_net() to progress much faster,
holding rtnl a bit longer.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-02-08 20:41:34 -08:00
arch
block
certs
crypto
Documentation
drivers et131x: support arbitrary MAX_SKB_FRAGS 2022-02-08 16:51:23 -08:00
fs
include ipv6/addrconf: use one delayed work per netns 2022-02-08 20:41:32 -08:00
init net: initialize init_net earlier 2022-02-06 11:04:29 +00:00
ipc
kernel
lib ref_tracker: remove filter_irq_stacks() call 2022-02-06 11:05:28 +00:00
LICENSES
mm
net ipv6: change fib6_rules_net_exit() to batch mode 2022-02-08 20:41:34 -08:00
samples
scripts
security
sound
tools ipv4: Reject routes specifying ECN bits in rtm_tos 2022-02-07 20:12:46 -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.