summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2016-01-18crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris
2015-12-22crypto: hash - add zero length message hash for shax and md5LABBE Corentin
2015-12-22crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov
2015-12-11crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall
2015-12-09crypto: skcipher - Copy iv from desc even for 0-len walksJason A. Donenfeld
2015-12-09crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski
2015-12-04crypto: cryptd - Assign statesize properlyWang, Rui Y
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-27crypto: cryptod - use crypto_skcipher_type() for getting skcipher typeAlexander Kuleshov
2015-11-23crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen
2015-11-23crypto: mcryptd - use list_first_entry_or_null()Geliang Tang
2015-11-23crypto: api - use list_first_entry_or_null and list_next_entryGeliang Tang
2015-11-17crypto: rsa - only require output buffers as big as needed.Andrzej Zaborowski
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin
2015-11-12X.509: Fix the time validation [ver #2]David Howells