summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: shash - Fix zero-length shash ahash digest crashHerbert Xu2018-01-011-3/+5
* crypto: gcm - wait for crypto op not signal safeGilad Ben-Yossef2017-09-151-4/+2
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-06-051-29/+50
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-04-041-0/+2
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-03-161-0/+1
* async_pq_val: fix DMA memory leakJustin Maggard2017-02-231-4/+4
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-02-231-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-11-201-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-11-201-2/+7
* crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-11-201-1/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-11-201-1/+3
* crypto: public_key: select CRYPTO_AKCIPHERArnd Bergmann2016-08-221-0/+1
* crypto: hash - Fix page length clamping in hash walkHerbert Xu2016-06-151-1/+2
* crypto: gcm - Fix rfc4543 decryption crashHerbert Xu2016-05-011-0/+3
* crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings2016-03-082-0/+2
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-251-1/+5
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-251-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-251-4/+3
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-241-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-241-0/+1
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-241-8/+193
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-241-5/+144
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-241-7/+41
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-021-1/+0
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-02-021-7/+7
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-021-9/+7
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-021-1/+8
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-022-2/+7
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-021-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-021-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-021-3/+32
* async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown2016-01-254-7/+7
* crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2016-01-252-2/+2
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-12-131-2/+10
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-11-164-6/+6
* crypto: ahash - ensure statesize is non-zeroRussell King2015-11-161-1/+2
* crypto: add missing crypto module aliasesMathias Krause2015-02-0420-3/+25
* crypto: include crypto- module prefix in templateKees Cook2015-02-0421-2/+22
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-02-0444-39/+56
* crypto: af_alg - fix backlog handlingRabin Vincent2015-01-151-0/+3
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-11-141-1/+1
* dmaengine: fix xor sources continuationXuelin Shi2014-10-301-2/+1
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-07-311-0/+2
* Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-081-1/+2
|\
| * crypto: LLVMLinux: aligned-attribute.patchMark Charlebois2014-06-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-075-53/+1674
|\ \