summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2010-11-12crypto: pcrypt - Fix use after free on padata_freeSteffen Klassert1-1/+0
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-13/+0
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra2-2/+2
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-14/+213
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams1-13/+0
2010-10-07Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells1-65/+65
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban1-3/+203
2010-09-12crypto: Kconfig - update broken web addressesJustin P. Mattock1-8/+8
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-12/+15
2010-09-03crypto: fips - FIPS requires algorithm self-testsChuck Ebbert1-3/+2
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse1-0/+14
2010-08-06crypto: testmgr - Default to no testsHerbert Xu1-1/+2
2010-08-06crypto: testmgr - Fix test disabling optionHerbert Xu3-12/+11
2010-08-06crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög1-2/+5
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-64/+221
2010-07-31crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifierSteffen Klassert1-2/+11
2010-07-31crypto: pcrypt - Rename pcrypt_instanceSteffen Klassert1-16/+14
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-1/+1
2010-07-26crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumaskSteffen Klassert1-0/+3
2010-07-19pcrypt: Added sysfs interface to pcryptDan Kruchinin1-3/+32
2010-07-19padata: Make two separate cpumasksDan Kruchinin1-54/+137
2010-07-14padata: make padata_do_parallel to return zero on successSteffen Klassert1-12/+6
2010-07-14padata: Check for valid padata instance on startSteffen Klassert1-5/+14
2010-06-23crypto: skcipher - avoid NULL dereferenceJiri Slaby1-1/+1
2010-06-03crypto: twofish: Rename twofish to twofish_generic and add an aliasJoachim Fritschi2-1/+2
2010-06-03crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin3-0/+26
2010-06-03crypto: pcomp - Fix illegal Kconfig configurationHerbert Xu2-2/+7
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu3-36/+33
2010-05-26crypto: Use ERR_CASTJulia Lawall3-3/+3
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-27/+19
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-80/+801
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-20crypto: authenc - Fix cryptlen calculationShikhar Khattar1-2/+6
2010-05-19crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller1-0/+277
2010-05-19crypto: testmgr - Add testing for async hashing and update/finalDavid S. Miller1-18/+48
2010-05-19crypto: tcrypt - Add speed tests for async hashingDavid S. Miller1-6/+330
2010-05-19crypto: scatterwalk - Fix scatterwalk_done() testDavid S. Miller1-1/+1
2010-05-19crypto: shash - Remove usage of CRYPTO_MINALIGNHerbert Xu1-1/+1
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-27/+19
2010-05-05raid6: fix recovery performance regressionDan Williams1-8/+13
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu13-22/+37
2010-05-03crypto: algapi - Remove unneeded null checkDan Carpenter1-1/+1
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+11
2010-04-26crypto: authenc - Add EINPROGRESS checkHerbert Xu1-5/+11
2010-04-23Merge branch 'master' into for-nextJiri Kosina9-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-2/+8
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-03-24crypto: pcrypt - Handle crypto_get_attr_type errorsDan Carpenter1-7/+4
2010-03-18crypto: vmac - Fix big-endian supportShane Wang2-43/+96
2010-03-10crypto: tcrypt - Speed testing support for ghashHuang Ying2-0/+36