aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 3-3/+3
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-21/+17
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-11/+9
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2011-02-21crypto: picoxcell - add support for the picoxcell crypto enginesGravatar Jamie Iles 4-1/+2013
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorGravatar Jamie Iles 1-2/+2
2011-01-29crypto: omap-aes - don't treat NULL clk as an errorGravatar Jamie Iles 1-2/+2
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 7-316/+355
2011-01-07crypto: padlock - Move padlock.h into include/cryptoGravatar Herbert Xu 3-31/+2
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsGravatar Dennis Gilmore 1-1/+1
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerGravatar Roel Kluin 1-1/+1
2010-12-29crypto: omap-sham - backlog handling fixGravatar Dmitry Kasatkin 1-4/+3
2010-12-02crypto: omap-aes - checkpatch --file warning fixesGravatar Dmitry Kasatkin 1-3/+3
2010-12-02crypto: omap-aes - initialize aes module once per requestGravatar Dmitry Kasatkin 1-26/+28
2010-12-02crypto: omap-aes - unnecessary code removedGravatar Dmitry Kasatkin 1-53/+17
2010-12-02crypto: omap-aes - error handling implementation improvedGravatar Dmitry Kasatkin 1-41/+93
2010-12-02crypto: omap-aes - redundant locking is removedGravatar Dmitry Kasatkin 1-38/+32
2010-12-02crypto: omap-aes - DMA initialization fixes for OMAP off modeGravatar Dmitry Kasatkin 1-12/+12
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingGravatar Dmitry Kasatkin 1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedGravatar Dmitry Kasatkin 1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatGravatar Dmitry Kasatkin 1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Gravatar Dmitry Kasatkin 1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingGravatar Dmitry Kasatkin 1-26/+21
2010-11-27crypto: omap-sham - error handling improvedGravatar Dmitry Kasatkin 1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeGravatar Dmitry Kasatkin 1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextGravatar Dmitry Kasatkin 1-3/+8
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-2/+2
2010-11-04crypto: padlock - Fix AES-CBC handling on odd-block-sized inputGravatar Herbert Xu 1-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroGravatar Hagen Paul Pfeifer 1-2/+2
2010-10-25crypto: n2 - dubious error checkGravatar Nicolas Kaiser 1-1/+1
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 7-19/+981
2010-10-19crypto: Makefile - replace the use of <module>-objs with <module>-yGravatar Tracey Dent 2-2/+2
2010-10-19crypto: hifn_795x - use cancel_delayed_work_sync()Gravatar Tejun Heo 1-2/+1
2010-09-23crypto: talitos - sparse check endian fixesGravatar Kim Phillips 1-12/+11
2010-09-23crypto: talitos - fix checkpatch warningGravatar Kim Phillips 1-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionGravatar Kim Phillips 1-0/+3
2010-09-12crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DESGravatar David S. Miller 1-0/+1
2010-09-03crypto: omap-sham - Adjust DMA parametersGravatar Samu Onkalo 1-1/+5
2010-09-03crypto: omap-aes - OMAP2/3 AES hw accelerator driverGravatar Dmitry Kasatkin 3-0/+957
2010-08-13[S390] zcrypt: fix Kconfig dependenciesGravatar Heiko Carstens 1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-19/+19
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Gravatar Linus Torvalds 1-0/+21
2010-08-08of/sparc: fix build regression from of_device changesGravatar Grant Likely 1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 4-17/+17
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-5/+5
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 6-167/+342
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-5/+5