aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-13/+0
2010-10-26mm: strictly nested kmap_atomic()Gravatar Peter Zijlstra 2-2/+2
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-14/+213
2010-10-07move async raid6 test to lib/Kconfig.debugGravatar Dan Williams 1-13/+0
2010-10-07Blackfin: Rename DES PC2() symbol to avoid collisionGravatar David Howells 1-65/+65
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdGravatar Adrian Hoban 1-3/+203
2010-09-12crypto: Kconfig - update broken web addressesGravatar Justin P. Mattock 1-8/+8
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-12/+15
2010-09-03crypto: fips - FIPS requires algorithm self-testsGravatar Chuck Ebbert 1-3/+2
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableGravatar David Woodhouse 1-0/+14
2010-08-06crypto: testmgr - Default to no testsGravatar Herbert Xu 1-1/+2
2010-08-06crypto: testmgr - Fix test disabling optionGravatar Herbert Xu 3-12/+11
2010-08-06crypto: hash - Fix handling of small unaligned buffersGravatar Szilveszter Ördög 1-2/+5
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 9-64/+221
2010-07-31crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifierGravatar Steffen Klassert 1-2/+11
2010-07-31crypto: pcrypt - Rename pcrypt_instanceGravatar Steffen Klassert 1-16/+14
2010-07-31padata: Rename padata_alloc functionsGravatar Steffen Klassert 1-1/+1
2010-07-26crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumaskGravatar Steffen Klassert 1-0/+3
2010-07-19pcrypt: Added sysfs interface to pcryptGravatar Dan Kruchinin 1-3/+32
2010-07-19padata: Make two separate cpumasksGravatar Dan Kruchinin 1-54/+137
2010-07-14padata: make padata_do_parallel to return zero on successGravatar Steffen Klassert 1-12/+6
2010-07-14padata: Check for valid padata instance on startGravatar Steffen Klassert 1-5/+14