aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: Use vzallocJoe Perches2010-11-272-4/+2
| * crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu2010-11-263-0/+649
| * crypto: algif_hash - User-space interface for hash operationsHerbert Xu2010-11-193-0/+328
| * crypto: af_alg - User-space interface for Crypto APIHerbert Xu2010-11-193-0/+486
| * crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban2010-11-133-0/+396
| * crypto: cast5 - simplify if-statementsNicolas Kaiser2010-11-131-50/+24
| * crypto: hash - Fix async import on shash algorithmHerbert Xu2010-11-041-1/+7
* | crypto: pcrypt - Fix use after free on padata_freeSteffen Klassert2010-11-121-1/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-271-13/+0
|\
| * move async raid6 test to lib/Kconfig.debugDan Williams2010-10-071-13/+0
* | mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-262-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-10-242-14/+213
|\ \
| * | crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban2010-09-201-3/+203
| * | crypto: Kconfig - update broken web addressesJustin P. Mattock2010-09-121-8/+8
| * | crypto: fips - FIPS requires algorithm self-testsChuck Ebbert2010-09-031-3/+2
* | | Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells2010-10-071-65/+65
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-09-074-12/+15
|\ \ | |/
| * crypto: testmgr - Default to no testsHerbert Xu2010-08-061-1/+2
| * crypto: testmgr - Fix test disabling optionHerbert Xu2010-08-063-12/+11
| * crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög2010-08-061-2/+5
* | Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse2010-08-091-0/+14
|\ \ | |/ |/|
| * async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependenciesDavid Woodhouse2009-10-291-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-049-64/+221
|\ \
| * | crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifierSteffen Klassert2010-07-311-2/+11
| * | crypto: pcrypt - Rename pcrypt_instanceSteffen Klassert2010-07-311-16/+14
| * | padata: Rename padata_alloc functionsSteffen Klassert2010-07-311-1/+1
| * | crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumaskSteffen Klassert2010-07-261-0/+3
| * | pcrypt: Added sysfs interface to pcryptDan Kruchinin2010-07-191-3/+32
| * | padata: Make two separate cpumasksDan Kruchinin2010-07-191-54/+137
| * | padata: make padata_do_parallel to return zero on successSteffen Klassert2010-07-141-12/+6
| * | padata: Check for valid padata instance on startSteffen Klassert2010-07-141-5/+14
| * | crypto: twofish: Rename twofish to twofish_generic and add an aliasJoachim Fritschi2010-06-032-1/+2
| * | crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin2010-06-033-0/+26
| * | crypto: pcomp - Fix illegal Kconfig configurationHerbert Xu2010-06-032-2/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu2010-05-263-36/+33
| |\ \
| * | | crypto: Use ERR_CASTJulia Lawall2010-05-263-3/+3
* | | | crypto: skcipher - avoid NULL dereferenceJiri Slaby2010-06-231-1/+1
| |/ / |/| |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-211-27/+19
|\ \ \
| * | | async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams2010-05-171-27/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-05-2112-80/+801
|\ \ \ \ | | |/ / | |/| |
| * | | crypto: authenc - Fix cryptlen calculationShikhar Khattar2010-05-201-2/+6
| * | | crypto: skcipher - Add ablkcipher_walk interfacesDavid S. Miller2010-05-191-0/+277
| * | | crypto: testmgr - Add testing for async hashing and update/finalDavid S. Miller2010-05-191-18/+48
| * | | crypto: tcrypt - Add speed tests for async hashingDavid S. Miller2010-05-191-6/+330
| * | | crypto: scatterwalk - Fix scatterwalk_done() testDavid S. Miller2010-05-191-1/+1
| * | | crypto: shash - Remove usage of CRYPTO_MINALIGNHerbert Xu2010-05-191-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-0313-22/+37
| |\ \ \
| * | | | crypto: algapi - Remove unneeded null checkDan Carpenter2010-05-031-1/+1
| * | | | crypto: pcrypt - Handle crypto_get_attr_type errorsDan Carpenter2010-03-241-7/+4
| * | | | crypto: vmac - Fix big-endian supportShane Wang2010-03-182-43/+96