aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-316/+355
2011-01-07crypto: padlock - Move padlock.h into include/cryptoHerbert Xu3-31/+2
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore1-1/+1
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin1-1/+1
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin1-4/+3
2010-12-02crypto: omap-aes - checkpatch --file warning fixesDmitry Kasatkin1-3/+3
2010-12-02crypto: omap-aes - initialize aes module once per requestDmitry Kasatkin1-26/+28
2010-12-02crypto: omap-aes - unnecessary code removedDmitry Kasatkin1-53/+17
2010-12-02crypto: omap-aes - error handling implementation improvedDmitry Kasatkin1-41/+93
2010-12-02crypto: omap-aes - redundant locking is removedDmitry Kasatkin1-38/+32
2010-12-02crypto: omap-aes - DMA initialization fixes for OMAP off modeDmitry Kasatkin1-12/+12
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin1-26/+21
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin1-3/+8
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+2
2010-11-04crypto: padlock - Fix AES-CBC handling on odd-block-sized inputHerbert Xu1-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+2
2010-10-25crypto: n2 - dubious error checkNicolas Kaiser1-1/+1
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-19/+981
2010-10-19crypto: Makefile - replace the use of <module>-objs with <module>-yTracey Dent2-2/+2
2010-10-19crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips1-12/+11
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips1-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips1-0/+3
2010-09-12crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DESDavid S. Miller1-0/+1
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo1-1/+5
2010-09-03crypto: omap-aes - OMAP2/3 AES hw accelerator driverDmitry Kasatkin3-0/+957
2010-08-13[S390] zcrypt: fix Kconfig dependenciesHeiko Carstens1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-19/+19
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6Linus Torvalds1-0/+21
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely4-17/+17
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-167/+342
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-5/+5
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper1-1/+5
2010-07-19crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-1/+1
2010-07-14crypto: hifn_795x - Remove unused ctx variableJustin P. Mattock1-4/+0
2010-06-16Merge branch 'master' into for-nextJiri Kosina13-159/+5060
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeLee Nipper1-37/+40
2010-06-03crypto: crypto4xx - Fix build breakageAnatolij Gustschin1-3/+3
2010-05-27IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa1-0/+21