aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-13crypto: xchacha20 - fix comments for test vectorsEric Biggers
2018-12-13crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers
2018-12-13crypto: x86/chacha - yield the FPU occasionallyEric Biggers
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers
2018-12-13crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel
2018-12-13crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala
2018-12-13crypto: arm64/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers
2018-12-13crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta
2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe
2018-12-07crypto: user - remove intermediate variableCorentin Labbe
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe
2018-12-07crypto: tool: getstat: convert user space example to the new crypto_user_stat...Corentin Labbe
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe
2018-12-07MAINTAINERS: change NX/VMX maintainersPaulo Flabiano Smorigo
2018-12-07MAINTAINERS: ccree: add co-maintainerGilad Ben-Yossef
2018-12-07dt-bindings: crypto: ccree: add dt bindings for ccree 703Gilad Ben-Yossef
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-12-07crypto: user - Disable statistics interfaceHerbert Xu
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela
2018-11-29crypto: x86/chacha20 - Add a 4-block AVX-512VL variantMartin Willi
2018-11-29crypto: x86/chacha20 - Add a 2-block AVX-512VL variantMartin Willi
2018-11-29crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi
2018-11-29crypto: do not free algorithm before usingPan Bian
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-11-20crypto: arm/chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers