aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 2-8/+5
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+3
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 1-1/+1
2009-03-27crypto: shash - Fix unaligned calculation with short lengthGravatar Yehuda Sadeh 1-0/+3
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 20-144/+1130
2009-03-25dmaengine: allow dma support for async_tx to be toggledGravatar Dan Williams 1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsGravatar Dan Williams 1-5/+2
2009-03-04crypto: testmgr - add zlib testGravatar Geert Uytterhoeven 4-1/+158
2009-03-04crypto: zlib - New zlib crypto module, using pcompGravatar Geert Uytterhoeven 3-0/+388
2009-03-04crypto: testmgr - Add support for the pcomp interfaceGravatar Geert Uytterhoeven 2-0/+193
2009-03-04crypto: compress - Add pcomp interfaceGravatar Geert Uytterhoeven 3-0/+103
2009-03-04crypto: Fix dead linksGravatar Adrian-Ken Rueegsegger 2-2/+2
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsGravatar Herbert Xu 1-2/+13
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoGravatar Lee Nipper 1-1/+1
2009-02-19crypto: chainiv - Use kcrypto_wq instead of keventd_wqGravatar Huang Ying 2-1/+3
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqGravatar Huang Ying 2-117/+104
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemGravatar Huang Ying 3-0/+43
2009-02-18crypto: testmgr - Test skciphers with no IVsGravatar Herbert Xu 1-4/+16
2009-02-18crypto: aead - Avoid infinite loop when nivaead fails selftestGravatar Herbert Xu 1-0/+16
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestGravatar Herbert Xu 2-1/+20
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionGravatar Herbert Xu 3-23/+16
2009-02-18crypto: api - crypto_alg_mod_lookup either tested or untestedGravatar Herbert Xu 1-1/+1
2009-02-18crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Gravatar Neil Horman 1-0/+6
2009-02-18crypto: ansi_cprng - Force reset on allocationGravatar Neil Horman 1-1/+10
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformGravatar Huang Ying 1-0/+25
2009-02-18crypto: cryptd - Add support to access underlying blkcipherGravatar Huang Ying 1-0/+35
2009-02-18crypto: shash - Remove superfluous check in init_tfmGravatar Herbert Xu 1-2/+0
2009-02-17crypto: lrw - Fix big endian supportGravatar Herbert Xu 1-1/+7
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesGravatar Herbert Xu 1-1/+2
2009-02-05crypto: api - Fix zeroing on freeGravatar Herbert Xu 1-10/+10
2009-02-05crypto: shash - Fix module refcountGravatar Adrian-Ken Rueegsegger 1-1/+6
2009-01-28crypto: api - Fix algorithm test race that broke aead initialisationGravatar Herbert Xu 1-1/+5
2009-01-27crypto: ccm - Fix handling of null assoc dataGravatar Jarod Wilson 1-0/+2
2009-01-27crypto: blkcipher - Fix WARN_ON handling in walk_doneGravatar Herbert Xu 1-1/+1
2009-01-15crypto: authenc - Fix zero-length IV crashGravatar Herbert Xu 1-9/+15
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getGravatar Dan Williams 1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationGravatar Dan Williams 1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelGravatar Dan Williams 1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-4/+0
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-75/+0
2008-12-25crypto: aes - Precompute tablesGravatar Herbert Xu 1-90/+1055
2008-12-25crypto: testmgr - Correct comment about deflate parametersGravatar Geert Uytterhoeven 1-1/+1
2008-12-25crypto: salsa20 - Remove private wrappers around various operationsGravatar Harvey Harrison 1-39/+36
2008-12-25crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY setGravatar Jarod Wilson 1-2/+3
2008-12-25crypto: sha512 - Switch to shash Gravatar Adrian-Ken Rueegsegger 2-54/+60
2008-12-25crypto: sha512 - Move message schedule W[80] to static percpu areaGravatar Adrian-Ken Rueegsegger 1-8/+9
2008-12-25crypto: michael_mic - Switch to shashGravatar Adrian-Ken Rueegsegger 2-32/+42
2008-12-25crypto: wp512 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-57/+66
2008-12-25crypto: tgr192 - Switch to shashGravatar Adrian-Ken Rueegsegger 2-65/+72