No description
Find a file
Eric Dumazet 7b58e63e74 inet: udp{4|6}_lib_lookup_skb() skb argument is const
The skb is needed only to fetch the keys for the lookup.

Both functions are used from GRO stack, we do not want
accidental modification of the skb.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-10 17:57:14 -08:00
arch
block
certs
crypto
Documentation
drivers net: dsa: fix unintended sign extension on a u16 left shift 2020-11-10 17:46:20 -08:00
fs
include inet: udp{4|6}_lib_lookup_skb() skb argument is const 2020-11-10 17:57:14 -08:00
init
ipc
kernel
lib
LICENSES
mm
net inet: udp{4|6}_lib_lookup_skb() skb argument is const 2020-11-10 17:57:14 -08:00
samples
scripts
security
sound
tools selftests: disable rp_filter when testing bareudp 2020-11-10 15:14:19 -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.