No description
Find a file
Pascal van Leeuwen 4eb76faff8 crypto: inside-secure - Added support for basic AES-CCM
This patch adds support for the basic AES-CCM AEAD cipher suite.

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-09-05 14:37:30 +10:00
arch crypto: arm64/aes - implement accelerated ESSIV/CBC mode 2019-08-30 18:05:27 +10:00
block
certs
crypto crypto: aegis128 - Fix -Wunused-const-variable warning 2019-08-30 18:05:30 +10:00
Documentation Documentation: crypto: crypto_engine: Fix Sphinx warning 2019-08-15 21:52:14 +10:00
drivers crypto: inside-secure - Added support for basic AES-CCM 2019-09-05 14:37:30 +10:00
fs fs: cifs: move from the crypto cipher API to the new DES library interface 2019-08-22 14:57:34 +10:00
include crypto: sha256 - Add sha224 support to sha256 library code 2019-08-22 14:57:35 +10:00
init
ipc
kernel padata: initialize pd->cpu with effective cpumask 2019-08-09 15:13:52 +10:00
lib crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c 2019-08-30 18:05:31 +10:00
LICENSES
mm
net bluetooth: switch to AES library 2019-07-26 14:58:12 +10:00
samples
scripts Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
security
sound
tools crypto: Remove orphan tools/crypto directory 2019-07-26 22:08:05 +10:00
usr Kbuild updates for v5.3 (2nd) 2019-07-20 09:34:55 -07:00
virt KVM: Boost vCPUs that are delivering interrupts 2019-07-20 09:00:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS Remove references to dead website. 2019-07-19 12:22:04 -07:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: nx crypto: Fix typo in a filepath 2019-08-22 14:39:36 +10:00
Makefile Linus 5.3-rc1 2019-07-21 14:05:38 -07:00
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.