summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-06
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-06
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-06
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-06
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-01-30
* crypto: shash - Fix has_key settingHerbert Xu2016-01-27
* crypto: ghash,poly1305 - select CRYPTO_HASH where neededArnd Bergmann2016-01-26
* PKCS#7: Don't require SpcSpOpusInfo in Authenticode pkcs7 signaturesPeter Jones2016-01-25
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-22
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-20
| * crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-19
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-19
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-18
| * crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-01-18
| * crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-01-18
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-18
| * crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-01-18
| * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-18
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-18
| * crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-18
| * crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-01-18
| * crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-18
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-18
| * crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-18
| * crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-01-18
| * crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-18
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-17
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2015-12-26
| |\ \
| | * | IMA: create machine owner and blacklist keyringsPetko Manolov2015-12-15
| * | | keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-20
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-12
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-31
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
| |\ \ \ \
| * | | | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-30
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-12
|\ \ \ \ \
| * | | | | crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-22
| * | | | | crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski2015-12-22
| * | | | | crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker2015-12-11
| * | | | | crypto: drbg - constify drbg_state_ops structuresJulia Lawall2015-12-10
| * | | | | crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld2015-12-09
| * | | | | crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-09
| * | | | | crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-09
| * | | | | crypto: cryptd - Assign statesize properlyWang, Rui Y2015-12-04
| * | | | | crypto: cryptod - use crypto_skcipher_type() for getting skcipher typeAlexander Kuleshov2015-11-27
| * | | | | crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen2015-11-23
| * | | | | crypto: mcryptd - use list_first_entry_or_null()Geliang Tang2015-11-23
| * | | | | crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang2015-11-23
| * | | | | crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski2015-11-17