Linux kernel source tree
Go to file
Jakub Kicinski 0892b84031 Reapply "net: skb: introduce and use a single page frag cache"
This reverts commit 011b033590.

Sabrina reports that the revert may trigger warnings due to intervening
changes, especially the ability to rise MAX_SKB_FRAGS. Let's drop it
and revisit once that part is also ironed out.

Fixes: 011b033590 ("Revert "net: skb: introduce and use a single page frag cache"")
Reported-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://lore.kernel.org/6bf54579233038bc0e76056c5ea459872ce362ab.1739375933.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-02-13 08:49:44 -08:00
Documentation linux-can-fixes-for-6.14-20250208 2025-02-10 19:24:06 -08:00
LICENSES
arch sh updates for v6.14 2025-02-02 10:40:27 -08:00
block
certs
crypto
drivers s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH 2025-02-13 08:39:57 -08:00
fs for-6.14-rc1-tag 2025-02-05 08:13:07 -08:00
include Reapply "net: skb: introduce and use a single page frag cache" 2025-02-13 08:49:44 -08:00
init
io_uring
ipc
kernel Fixes for kthreads 2025-02-04 11:01:48 -08:00
lib
mm assorted stuff for this merge window 2025-02-01 15:07:56 -08:00
net Reapply "net: skb: introduce and use a single page frag cache" 2025-02-13 08:49:44 -08:00
rust
samples
scripts
security
sound
tools vsock/test: Add test for SO_LINGER null ptr deref 2025-02-12 20:01:29 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap wireless fixes for v6.14-rc3 2025-02-10 18:13:07 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add sctp headers to the general netdev entry 2025-02-12 19:58:42 -08:00
Makefile Linux 6.14-rc1 2025-02-02 15:39:26 -08:00
README

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 reStructuredText 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.