summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal2014-05-223-23/+848
| * | crypto: testmgr - Fix DMA-API warningTadeusz Struk2014-05-221-2/+5
| * | crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-5/+36
| * | crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott2014-05-081-3/+9
| * | crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Christian Engelmayer2014-04-281-1/+3
| * | crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer2014-04-281-1/+2
| * | crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer2014-04-281-8/+6
| * | crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna2014-04-161-7/+721
| * | crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel2014-04-161-6/+47
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/
* / net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
|/
* crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-211-2/+2
* crypto: crypto_wq - Fix late crypto work queue initializationTim Chen2014-03-211-1/+1
* crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-213-0/+220
* crypto: export NULL algorithms definesHoria Geanta2014-03-211-5/+1
* crypto: hash - Simplify the ahash_finup implementationMarek Vasut2014-03-211-27/+9