No description
Find a file
Sebastian Andrzej Siewior d38aa39626 s390/ctcm: Avoid temporary allocation of struct qllc.
The size of struct qllc is 2 byte. The memory for is allocated,
initialized, used and deallocated a few lines later.

It is more efficient to avoid the allocation/free dance and assign the
values directly to skb's data part instead of using memcpy() for it.

Avoid an allocation of struct qllc and use the resulting skb pointer
instead.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
[jwi: remove a newline, reflow the commit msg]
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-12-01 16:56:01 -08:00
arch
block
certs
crypto
Documentation net/tipc: add TIPC chapter to networking Documentation 2020-12-01 15:38:39 -08:00
drivers s390/ctcm: Avoid temporary allocation of struct qllc. 2020-12-01 16:56:01 -08:00
fs
include net: delete __dev_getfirstbyhwtype 2020-12-01 15:40:01 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: delete __dev_getfirstbyhwtype 2020-12-01 15:40:01 -08:00
samples
scripts
security
sound
tools selftests: forwarding: Add QinQ veto testing 2020-12-01 15:21:13 -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.