summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-08crypto: {blk,giv}cipher: Set has_setkeyBen Hutchings2-0/+2
2016-02-25crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-25crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-25crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-24crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-24crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-24crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-24crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-24crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-24crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+1
2016-02-24crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-24crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-24crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-02-02crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-1/+0
2016-02-02crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-02crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-02crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-02crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2-2/+7
2016-02-02crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-02crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-02crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-01-25async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2016-01-25crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld2-2/+2
2015-12-13crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-11-16crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-11-16crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-02-04crypto: add missing crypto module aliasesMathias Krause20-3/+25
2015-02-04crypto: include crypto- module prefix in templateKees Cook21-2/+22
2015-02-04crypto: prefix module autoloading with "crypto-"Kees Cook44-39/+56
2015-01-15crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-11-14crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2014-10-30dmaengine: fix xor sources continuationXuelin Shi1-2/+1
2014-07-31crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-06-08Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-1/+2
2014-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds5-53/+1674
2014-06-07crypto: LLVMLinux: aligned-attribute.patchMark Charlebois1-1/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal3-23/+848
2014-05-22crypto: testmgr - Fix DMA-API warningTadeusz Struk1-2/+5
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu1-5/+36
2014-05-08crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott1-3/+9
2014-04-28crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Christian Engelmayer1-1/+3
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer1-1/+2
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer1-8/+6
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-16crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna1-7/+721
2014-04-16crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel1-6/+47
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan1-2/+2
2014-03-21crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1