Main-line Linux kernel tree http://www.kernel.org
Go to file
Tariq Toukan 3d8c51b25a net/tls: Check for errors in tls_device_init
Add missing error checks in tls_device_init.

Fixes: e8f6979981 ("net/tls: Add generic NIC offload infrastructure")
Reported-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://lore.kernel.org/r/20220714070754.1428-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-07-14 10:12:39 -07:00
arch
block
certs
crypto
Documentation A small set of fixes for 2022-07-13 14:27:38 +01:00
drivers xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue 2022-07-14 10:12:12 -07:00
fs
include net/tls: Check for errors in tls_device_init 2022-07-14 10:12:39 -07:00
init
ipc
kernel sysctl: Fix data-races in proc_dointvec_ms_jiffies(). 2022-07-13 12:56:49 +01:00
lib
LICENSES
mm
net net/tls: Check for errors in tls_device_init 2022-07-14 10:12:39 -07:00
samples
scripts
security
sound
tools selftests/net: test nexthop without gw 2022-07-14 14:41:19 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add an additional maintainer to the AMD XGBE driver 2022-07-14 10:12:25 -07: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.