aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-12-2844-1420/+3331
|\
| * crypto: aes - Precompute tablesHerbert Xu2008-12-252-94/+1059
| * crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper2008-12-251-13/+7
| * crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven2008-12-251-1/+1
| * crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison2008-12-251-39/+36
| * crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson2008-12-251-2/+3
| * crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger2008-12-252-54/+60
| * crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger2008-12-251-8/+9
| * crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger2008-12-252-32/+42
| * crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-57/+66
| * crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-65/+72
| * crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-49/+57
| * crypto: md5 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-23/+29
| * crypto: md4 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-24/+30
| * crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger2008-12-252-26/+32
| * crypto: rmd320 - Switch to shashHerbert Xu2008-12-252-30/+33
| * crypto: rmd256 - Switch to shashHerbert Xu2008-12-252-30/+33
| * crypto: rmd160 - Switch to shashHerbert Xu2008-12-252-30/+33
| * crypto: rmd128 - Switch to shashHerbert Xu2008-12-252-30/+33
| * crypto: null - Switch to shashHerbert Xu2008-12-252-23/+42
| * crypto: hash - Make setkey optionalHerbert Xu2008-12-252-1/+10
| * crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven2008-12-251-0/+16
| * crypto: remove uses of __constant_{endian} helpersHarvey Harrison2008-12-252-45/+45
| * crypto: testmgr - Fix error flow of test_compIngo Molnar2008-12-251-1/+1
| * crypto: hifn_795x - Use softirq kernel mapping in bh contextEvgeniy Polyakov2008-12-251-3/+5
| * crypto: hifn_795x - Fix queue managementEvgeniy Polyakov2008-12-251-93/+81
| * crypto: hifn_795x - Remove some unused cruftPatrick McHardy2008-12-251-31/+1
| * crypto: hifn_795x - Fix queue processingPatrick McHardy2008-12-251-1/+8
| * crypto: hifn_795x - Fix request context corruptionPatrick McHardy2008-12-251-44/+56
| * crypto: hifn_795x - Don't copy src sg listPatrick McHardy2008-12-251-42/+33
| * crypto: hifn_795x - Fix DMA setupPatrick McHardy2008-12-251-84/+81
| * crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson2008-12-251-1/+1
| * libcrc32c: Select CRYPTO in KconfigHerbert Xu2008-12-251-0/+1
| * crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson2008-12-251-6/+11
| * crypto: md4 - Use ARRAY_SIZEJulia Lawall2008-12-251-2/+2
| * libcrc32c: Add crc32c_le macroHerbert Xu2008-12-251-0/+3
| * libcrc32c: Fix "crc32c undefined" compilation errorAdrian-Ken Rueegsegger2008-12-251-0/+2
| * libcrc32c: Move implementation to crypto crc32cHerbert Xu2008-12-255-159/+146
| * crypto: crc32c - Test descriptor context formatHerbert Xu2008-12-251-1/+50
| * crypto: crc32c-intel - Switch to shashHerbert Xu2008-12-251-54/+47
| * crypto: crc32c - Switch to shashHerbert Xu2008-12-251-132/+53
| * crypto: hash - Export shash through hashHerbert Xu2008-12-257-6/+144
| * crypto: api - Call type show function before legacy for procHerbert Xu2008-12-251-7/+13
| * crypto: hash - Add import/export interfaceHerbert Xu2008-12-255-5/+50
| * crypto: hash - Export shash through ahashHerbert Xu2008-12-252-1/+144
| * crypto: hash - Add shash interfaceHerbert Xu2008-12-255-0/+353
| * crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu2008-12-254-1/+123
| * crypto: api - Move type exit function into crypto_tfmHerbert Xu2008-12-253-8/+8
| * crypto: ansi_cprng - Allow resetting of DT valueNeil Horman2008-12-251-3/+13
| * crypto: padlock - Avoid resetting cword on successive operationsHerbert Xu2008-12-251-10/+42