summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-023-178/+230
* wireguard: Kconfig: select CRYPTO_BLAKE2S_ARMEric Biggers2021-01-021-0/+1
* crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers2021-01-024-0/+374
* crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2021-01-021-2/+1
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-022-6/+6
* crypto: blake2s - add comment for blake2s_state fieldsEric Biggers2021-01-021-0/+1
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-022-30/+28
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-023-139/+76
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-022-40/+49
* crypto: blake2s - remove unneeded includesEric Biggers2021-01-021-2/+0
* crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-021-61/+23
* crypto: blake2s - define shash_alg structs using macrosEric Biggers2021-01-021-61/+27
* hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET2021-01-021-1/+5
* hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger2021-01-021-19/+16
* hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger2021-01-021-3/+0
* crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2021-01-022-74/+137
* crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel2021-01-021-2/+2
* MAINTAINERS: Add maintainers for Keem Bay OCS HCU driverDaniele Alessandrelli2021-01-021-0/+11
* crypto: keembay-ocs-hcu - Add optional support for sha224Daniele Alessandrelli2021-01-022-0/+75
* crypto: keembay-ocs-hcu - Add HMAC supportDaniele Alessandrelli2021-01-024-9/+544
* crypto: keembay - Add Keem Bay OCS HCU driverDeclan Murphy2021-01-025-0/+1632
* dt-bindings: crypto: Add Keem Bay OCS HCU bindingsDeclan Murphy2021-01-021-0/+46
* crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe2021-01-022-3/+1
* crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe2021-01-026-0/+98
* crypto: sun4i-ss - fix kmap usageCorentin Labbe2021-01-021-44/+65
* crypto: sun4i-ss - initialize need_fallbackCorentin Labbe2021-01-021-1/+1
* crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe2021-01-021-6/+6
* crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe2021-01-021-6/+28
* crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe2021-01-021-2/+2
* crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe2021-01-022-8/+6
* crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao2021-01-021-4/+1
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-0233-207/+273
* chcr_ktls: use AES library for single use cipherArd Biesheuvel2021-01-022-12/+8
* crypto: ccree - remove unused including <linux/version.h>Tian Tao2021-01-021-1/+0
* crypto: sahara - Remove unused .id_table supportFabio Estevam2021-01-021-7/+0
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-01-021-10/+10
* crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2021-01-022-1/+261
* MAINTAINERS: crypto: s5p-sss: drop Kamil KoniecznyKrzysztof Kozlowski2021-01-024-4/+0
* crypto: mediatek - remove obsolete driverVic Wu2021-01-028-3650/+0
* crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-021-1/+2
* crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel2021-01-021-0/+1
* Linux 5.11-rc1v5.11-rc1Linus Torvalds2020-12-281-2/+2
* proc mountinfo: make splice available againLinus Torvalds2020-12-271-3/+6
* Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds2020-12-274-3/+44
|\
| * ntb: intel: add Intel NTB LTR vendor support for gen4 NTBDave Jiang2020-12-073-1/+42
| * ntb: idt: fix error check in ntb_hw_idt.cWang Qing2020-12-071-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-272-2/+4
|\ \
| * | crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero2020-12-231-0/+1
| * | crypto: keembay - Add dependency on HAS_IOMEMDaniele Alessandrelli2020-12-231-0/+1
| * | crypto: keembay - CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-12-231-2/+2