No description
Find a file
Steffen Klassert 1de8fda46f Merge branch 'mlx5 IPsec packet offload support (Part II)'
Leon Romanovsky says:

============
This is second part with implementation of packet offload.
============

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2022-12-09 07:47:37 +01:00
arch
block
certs
crypto
Documentation xfrm: document IPsec packet offload mode 2022-12-05 10:40:29 +01:00
drivers net/mlx5e: Open mlx5 driver to accept IPsec packet offload 2022-12-08 10:36:10 +01:00
fs
include net/mlx5: Add HW definitions for IPsec packet offload 2022-12-06 13:54:04 +01:00
init
io_uring
ipc
kernel jump_label: Prevent key->enabled int overflow 2022-12-01 15:53:05 -08:00
lib
LICENSES
mm
net xfrm: add support to HW update soft and hard limits 2022-12-05 10:38:31 +01:00
rust
samples
scripts
security
sound
tools selftests: Add a basic HSR test. 2022-12-01 20:26:22 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.