No description
Find a file
Jakub Kicinski 202aabe84a xdp: fix uninitialized 'err' variable
Smatch caught an uninitialized variable error which GCC seems
to miss.

Fixes: a25717d2b6 ("xdp: support simultaneous driver and hw XDP attachment")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-18 13:32:03 -07:00
arch ARM: dts: Add ethernet and switch to D-Link DIR-685 2018-07-18 13:43:38 +09:00
block
certs
crypto
Documentation net: dsa: Add bindings for Realtek SMI DSAs 2018-07-18 13:43:38 +09:00
drivers net: mvpp2: debugfs: fix incorrect bitwise operator 2018-07-18 10:55:42 -07:00
firmware
fs
include net: phy: sfp: Add HWMON support for module sensors 2018-07-18 10:02:02 +09:00
init
ipc
kernel
lib
LICENSES
mm
net xdp: fix uninitialized 'err' variable 2018-07-18 13:32:03 -07:00
samples samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets 2018-07-14 00:52:54 +02:00
scripts
security
sound
tools selftests: tls: add selftests for TLS sockets 2018-07-16 13:33:10 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: dsa: realtek-smi: Add Realtek SMI driver 2018-07-18 13:43:38 +09: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.