No description
Find a file
Dimitris Michailidis 16ead40812 net/funeth: Unify skb/XDP Tx packet unmapping.
Current XDP unmapping is a subset of its skb analog, dealing with
only one buffer. In preparation for multi-frag XDP rename the skb
function and use it also for XDP. The XDP version is removed.

Signed-off-by: Dimitris Michailidis <dmichail@fungible.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-08-01 12:38:57 +01:00
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-07-28 18:21:16 -07:00
block
certs
crypto
Documentation wireless-next patches for v5.20 2022-07-29 19:34:46 -07:00
drivers net/funeth: Unify skb/XDP Tx packet unmapping. 2022-08-01 12:38:57 +01:00
fs
include linux-can-next-for-5.20-20220731 2022-08-01 11:42:11 +01:00
init
ipc
kernel Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2022-07-29 19:04:29 -07:00
lib
LICENSES
mm
net net: devlink: enable parallel ops on netlink interface 2022-08-01 12:14:00 +01:00
samples
scripts
security
sound
tools Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2022-07-29 19:04:29 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS linux-can-next-for-5.20-20220731 2022-08-01 11:42:11 +01: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.