summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-14
|\
| * crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica2015-02-04
| * crypto: testmgr - limit IV copy length in aead testsCristian Stoica2015-02-04
| * crypto: tcrypt - fix buflen reminder calculationCristian Stoica2015-02-04
| * crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson2015-01-26
| * crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-26
| * crypto: seqiv - Ensure that IV size is at least 8 bytesHerbert Xu2015-01-20
| * crypto: cts - Weed out non-CBC algorithmsHerbert Xu2015-01-20
| * crypto: cts - Remove bogus use of seqivHerbert Xu2015-01-20
| * crypto: algif_rng - fix sparse non static symbol warningWei Yongjun2015-01-14
| * crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-13
| * Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu2015-01-05
| * crypto: algif_rng - enable RNG interface compilationStephan Mueller2014-12-29
| * crypto: algif_rng - add random number generator supportStephan Mueller2014-12-29
| * crypto: af_alg - zeroize key dataStephan Mueller2014-12-26
| * crypto: octeon - enable OCTEON MD5 module selectionAaro Koskinen2014-12-24
| * crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-22
| * crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2014-12-22
| * crypto: drbg - panic on continuous self test errorStephan Mueller2014-12-22
| * crypto: api - fixed style erro in algapi.cJoshua I. James2014-12-22
| * crypto: ahash - fixed style error in ahash.cJoshua I. James2014-12-22
| * crypto: af_alg - fixed style error in af_alg.cJoshua I. James2014-12-22
| * crypto: aead - fixed style error in aead.cJoshua I. James2014-12-22
| * crypto: ablkcipher - fixed style errors in ablkcipher.cJoshua I. James2014-12-22
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-10
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-04
* | crypto: add missing crypto module aliasesMathias Krause2015-01-13
|/
* crypto: af_alg - fix backlog handlingRabin Vincent2014-12-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\
| * crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu2014-12-05
| * crypto: af_alg - add user space interface for AEADStephan Mueller2014-12-05
| * crypto: algif_skcipher - initialize upon init requestStephan Mueller2014-12-02
| * crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz2014-12-01
| * crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu2014-11-28
| * crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff2014-11-27
| * crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller2014-11-26
| * crypto: include crypto- module prefix in templateKees Cook2014-11-26
| * crypto: user - add MODULE_ALIASStephan Mueller2014-11-26
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-25
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-24
| * crypto: user - Allow get request with empty driver nameHerbert Xu2014-11-24
| * crypto: algif - zeroize IV bufferStephan Mueller2014-11-12
| * crypto: algif - zeroize message digest bufferStephan Mueller2014-11-12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-12
| |\
| * | crypto: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller2014-11-10
| * | crypto: drbg - use crypto_incStephan Mueller2014-10-24
| * | crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.cMasanari Iida2014-10-24
* | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-10
* | | put iov_iter into msghdrAl Viro2014-12-09
* | | new helper: memcpy_to_msg()Al Viro2014-11-24