aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-29async_tx: raid6 recovery self testDan Williams2-0/+242
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams3-0/+454
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams4-1/+394
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-6/+7
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams3-40/+3
2009-08-29async_tx: add sum check flagsDan Williams1-2/+2
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams1-31/+29
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams4-114/+111
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams4-8/+6
2009-04-08async_tx: rename zero_sum to valDan Williams1-8/+8
2009-04-08Merge branch 'dmaengine' into async-tx-raid6Dan Williams2-8/+5
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+1
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams1-5/+2
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu1-2/+13
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper1-1/+1
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu1-1/+7
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu1-1/+2
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu1-10/+10
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger1-1/+6
2009-01-28crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu1-1/+5
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson1-0/+2
2009-01-27crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu1-1/+1
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu1-9/+15
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-4/+0
2009-01-05dmaengine: remove dependency on async_txDan Williams1-75/+0
2008-12-25crypto: aes - Precompute tablesHerbert Xu1-90/+1055
2008-12-25crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven1-1/+1
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison1-39/+36
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson1-2/+3
2008-12-25crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger2-54/+60
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger1-8/+9
2008-12-25crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger2-32/+42
2008-12-25crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger2-57/+66
2008-12-25crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger2-65/+72
2008-12-25crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger2-49/+57
2008-12-25crypto: md5 - Switch to shashAdrian-Ken Rueegsegger2-23/+29
2008-12-25crypto: md4 - Switch to shashAdrian-Ken Rueegsegger2-24/+30
2008-12-25crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger2-26/+32
2008-12-25crypto: rmd320 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd256 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd160 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: rmd128 - Switch to shashHerbert Xu2-30/+33
2008-12-25crypto: null - Switch to shashHerbert Xu2-23/+42
2008-12-25crypto: hash - Make setkey optionalHerbert Xu2-1/+10
2008-12-25crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven1-0/+16
2008-12-25crypto: remove uses of __constant_{endian} helpersHarvey Harrison1-4/+4