aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setGravatar Nick Bowler 1-0/+6
2011-08-06crypto: Move md5_transform to lib/md5.cGravatar David S. Miller 1-91/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 3-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 7-25/+316
2011-07-11doc: Kconfig: `to be' -> `be'Gravatar Michael Witten 1-1/+1
2011-07-08crypto: gf128mul - fix call to memset()Gravatar Mathias Krause 1-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-8/+6
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyGravatar Herbert Xu 1-1/+3
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEGravatar Mandeep Singh Baines 1-5/+6
2011-06-30crypto: arc4 - Fixed coding style issuesGravatar Mati Vait 1-8/+7
2011-06-30crypto: crc32c - Fixed coding style issueGravatar Mati Vait 1-5/+5
2011-06-30crypto: UML build fixesGravatar Richard Weinberger 1-2/+2
2011-06-30crypto: testmgr - add xts-aes-256 self-testGravatar Jarod Wilson 1-2/+291
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.Gravatar David S. Miller 2-8/+6
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-6/+80
2011-05-16crypto: aesni-intel - Merge with fpu.koGravatar Andy Lutomirski 1-6/+0
2011-05-04crypto: tcrypt - CTR mode speed test for AESGravatar Jan Glauber 1-0/+4
2011-05-04crypto: testmgr - add support for aes ofb modeGravatar Puneet Saxena 2-0/+76
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 5-5/+5
2011-03-22zlib: slim down zlib_deflate() workspace when possibleGravatar Jim Keniston 2-8/+13
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-1/+836
2011-03-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersGravatar Steffen Klassert 2-1/+836
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableGravatar David Sterba 1-1/+2
2011-02-17crypto: sha1 - Add test vector to test partial block processingGravatar Herbert Xu 1-1/+29
2011-01-29crypto: testmgr - mark ghash as fips_allowedGravatar Jarod Wilson 1-0/+1
2011-01-29crypto: testmgr - mark xts(aes) as fips_allowedGravatar Jarod Wilson 1-0/+1
2011-01-29crypto: skcipher - remove redundant NULL checkGravatar Davidlohr Bueso 1-2/+1
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 21-125/+1921
2011-01-04crypto: mark crypto workqueues CPU_INTENSIVEGravatar Tejun Heo 2-2/+4
2011-01-04crypto: ripemd - Set module author and update email addressGravatar Adrian-Ken Rueegsegger 4-4/+8
2010-12-28crypto: gf128mul - Remove experimental tagGravatar Herbert Xu 1-1/+0
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeGravatar Randy Dunlap 1-1/+1
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsGravatar Miloslav Trmač 1-0/+1
2010-12-02crypto: Use scatterwalk_crypto_chainGravatar Steffen Klassert 3-51/+8
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferGravatar Herbert Xu 1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedGravatar Herbert Xu 1-21/+11
2010-11-29crypto: af_alg - Add dependency on NETGravatar Herbert Xu 1-0/+2
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgGravatar Herbert Xu 1-1/+2
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Gravatar Mathias Krause 1-5/+7
2010-11-27crypto: Makefile clean upGravatar Tracey Dent 1-7/+7
2010-11-27crypto: Use vzallocGravatar Joe Perches 2-4/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsGravatar Herbert Xu 3-0/+649
2010-11-19crypto: algif_hash - User-space interface for hash operationsGravatar Herbert Xu 3-0/+328
2010-11-19crypto: af_alg - User-space interface for Crypto APIGravatar Herbert Xu 3-0/+486
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsGravatar Adrian Hoban 3-0/+396
2010-11-13crypto: cast5 - simplify if-statementsGravatar Nicolas Kaiser 1-50/+24
2010-11-12crypto: pcrypt - Fix use after free on padata_freeGravatar Steffen Klassert 1-1/+0
2010-11-04crypto: hash - Fix async import on shash algorithmGravatar Herbert Xu 1-1/+7