Linux 3.2.82
[pandora-kernel.git] / crypto /
2016-06-15 Herbert Xucrypto: hash - Fix page length clamping in hash walk
2016-06-15 Herbert Xucrypto: gcm - Fix rfc4543 decryption crash
2016-06-15 Jussi Kivilinnacrypto: gcm - fix rfc4543 to handle async crypto correctly
2016-04-01 Ben Hutchingscrypto: {blk,giv}cipher: Set has_setkey
2016-04-01 Ben HutchingsRevert "crypto: algif_skcipher - Do not dereference...
2016-02-27 Herbert Xucrypto: algif_skcipher - Do not dereference ctx without...
2016-02-27 Mathias Krausecrypto: user - lock crypto_alg_list on alg dump
2016-02-27 Wang, Rui Ycrypto: algif_hash - wait for crypto_ahash_init() to...
2016-02-27 Herbert Xucrypto: shash - Fix has_key setting
2016-02-13 Herbert Xucrypto: algif_skcipher - Load TX SG list after waiting
2016-02-13 Herbert Xucrypto: algif_skcipher - Fix race condition in skcipher...
2016-02-13 Herbert Xucrypto: algif_hash - Fix race condition in hash_check_key
2016-02-13 Herbert Xucrypto: af_alg - Forbid bind(2) when nokey child socket...
2016-02-13 Herbert Xucrypto: algif_skcipher - Remove custom release parent...
2016-02-13 Herbert Xucrypto: algif_hash - Remove custom release parent function
2016-02-13 Herbert Xucrypto: af_alg - Allow af_af_alg_release_parent to...
2016-02-13 Herbert Xucrypto: algif_skcipher - Add key check exception for...
2016-02-13 Herbert Xucrypto: skcipher - Add crypto_skcipher_has_setkey
2016-02-13 Herbert Xucrypto: algif_hash - Require setkey before accept(2)
2016-02-13 Herbert Xucrypto: hash - Add crypto_ahash_has_setkey
2016-02-13 Herbert Xucrypto: algif_skcipher - Add nokey compatibility path
2016-02-13 Herbert Xucrypto: af_alg - Add nokey compatibility path
2016-02-13 Herbert Xucrypto: af_alg - Disallow bind/setkey/... after accept(2)
2016-02-13 Herbert Xucrypto: algif_skcipher - Require setkey before accept(2)
2016-02-13 Herbert Xucrypto: af_alg - Fix socket double-free when accept...
2016-01-22 Jason A. Donenfeldcrypto: skcipher - Copy iv from desc even for 0-len...
2015-11-27 Herbert Xucrypto: algif_hash - Only export and import on sockets...
2015-11-17 Herbert Xucrypto: api - Only abort operations on fatal signal
2015-11-17 Russell Kingcrypto: ahash - ensure statesize is non-zero
2015-02-20 Mathias Krausecrypto: add missing crypto module aliases
2015-02-20 Kees Cookcrypto: include crypto- module prefix in template
2015-02-20 Kees Cookcrypto: prefix module autoloading with "crypto-"
2015-02-20 Rabin Vincentcrypto: af_alg - fix backlog handling