No description
Find a file
Jason A. Donenfeld 99fff5264e wireguard: device: do not generate ICMP for non-IP packets
If skb->protocol doesn't match the actual skb->data header, it's
probably not a good idea to pass it off to icmp{,v6}_ndo_send, which is
expecting to reply to a valid IP packet. So this commit has that early
mismatch case jump to a later error label.

Fixes: e7096c131e ("net: WireGuard secure network tunnel")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-02-23 15:59:34 -08:00
arch The performance event updates for v5.12 are: 2021-02-21 12:49:32 -08:00
block
certs
crypto
Documentation The performance event updates for v5.12 are: 2021-02-21 12:49:32 -08:00
drivers wireguard: device: do not generate ICMP for non-IP packets 2021-02-23 15:59:34 -08:00
fs
include net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending 2021-02-23 11:29:52 -08:00
init Scheduler updates for v5.12: 2021-02-21 12:35:04 -08:00
ipc
kernel The performance event updates for v5.12 are: 2021-02-21 12:49:32 -08:00
lib Scheduler updates for v5.12: 2021-02-21 12:35:04 -08:00
LICENSES
mm
net net: qrtr: Fix memory leak in qrtr_tun_open 2021-02-23 15:38:22 -08:00
samples
scripts
security
sound
tools wireguard: selftests: test multiple parallel streams 2021-02-23 15:54:07 -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.