summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-04-08Merge branch 'dmaengine' into async-tx-raid6Dan Williams
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger
2009-01-28crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson
2009-01-27crypto: blkcipher - Fix WARN_ON handling in walk_doneHerbert Xu
2009-01-15crypto: authenc - Fix zero-length IV crashHerbert Xu
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-12-25crypto: aes - Precompute tablesHerbert Xu
2008-12-25crypto: testmgr - Correct comment about deflate parametersGeert Uytterhoeven
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsHarvey Harrison
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setJarod Wilson
2008-12-25crypto: sha512 - Switch to shash Adrian-Ken Rueegsegger
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaAdrian-Ken Rueegsegger
2008-12-25crypto: michael_mic - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: wp512 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: sha256 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: md5 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: md4 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: sha1 - Switch to shashAdrian-Ken Rueegsegger
2008-12-25crypto: rmd320 - Switch to shashHerbert Xu
2008-12-25crypto: rmd256 - Switch to shashHerbert Xu
2008-12-25crypto: rmd160 - Switch to shashHerbert Xu
2008-12-25crypto: rmd128 - Switch to shashHerbert Xu
2008-12-25crypto: null - Switch to shashHerbert Xu
2008-12-25crypto: hash - Make setkey optionalHerbert Xu
2008-12-25crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven
2008-12-25crypto: remove uses of __constant_{endian} helpersHarvey Harrison
2008-12-25crypto: testmgr - Fix error flow of test_compIngo Molnar
2008-12-25crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson
2008-12-25crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson
2008-12-25crypto: md4 - Use ARRAY_SIZEJulia Lawall