aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-137-316/+355
|\
| * crypto: padlock - Move padlock.h into include/cryptoHerbert Xu2011-01-073-31/+2
| * crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore2011-01-061-1/+1
| * crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin2011-01-041-1/+1
| * crypto: omap-sham - backlog handling fixDmitry Kasatkin2010-12-291-4/+3
| * crypto: omap-aes - checkpatch --file warning fixesDmitry Kasatkin2010-12-021-3/+3
| * crypto: omap-aes - initialize aes module once per requestDmitry Kasatkin2010-12-021-26/+28
| * crypto: omap-aes - unnecessary code removedDmitry Kasatkin2010-12-021-53/+17
| * crypto: omap-aes - error handling implementation improvedDmitry Kasatkin2010-12-021-41/+93
| * crypto: omap-aes - redundant locking is removedDmitry Kasatkin2010-12-021-38/+32
| * crypto: omap-aes - DMA initialization fixes for OMAP off modeDmitry Kasatkin2010-12-021-12/+12
| * crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin2010-11-271-26/+61
| * crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin2010-11-271-7/+1
| * crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin2010-11-271-14/+24
| * crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin2010-11-271-86/+82
| * crypto: omap-sham - removed redundunt lockingDmitry Kasatkin2010-11-271-26/+21
| * crypto: omap-sham - error handling improvedDmitry Kasatkin2010-11-271-23/+44
| * crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin2010-11-271-9/+10
| * crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin2010-11-271-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-11-132-2/+2
|\ \ | |/ |/|
| * crypto: padlock - Fix AES-CBC handling on odd-block-sized inputHerbert Xu2010-11-041-1/+1
| * crypto: n2 - dubious error checkNicolas Kaiser2010-10-251-1/+1
* | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-10-247-19/+981
|\
| * crypto: Makefile - replace the use of <module>-objs with <module>-yTracey Dent2010-10-192-2/+2
| * crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo2010-10-191-2/+1
| * crypto: talitos - sparse check endian fixesKim Phillips2010-09-231-12/+11
| * crypto: talitos - fix checkpatch warningKim Phillips2010-09-231-2/+1
| * crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips2010-09-231-0/+3
| * crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DESDavid S. Miller2010-09-121-0/+1
| * crypto: omap-sham - Adjust DMA parametersSamu Onkalo2010-09-031-1/+5
| * crypto: omap-aes - OMAP2/3 AES hw accelerator driverDmitry Kasatkin2010-09-033-0/+957
* | [S390] zcrypt: fix Kconfig dependenciesHeiko Carstens2010-08-131-1/+1
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-124-19/+19
|\ \
| * | of/sparc: fix build regression from of_device changesGrant Likely2010-08-081-2/+2
| * | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-064-17/+17
| |/
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-111-0/+21
|\ \ | |/ |/|
| * IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa2010-05-271-0/+21
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-5/+5
|\ \
| * | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-5/+5
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+5
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into for-nextJiri Kosina2010-06-1613-159/+5060
| |\ \ \
| * | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-046-167/+342
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID i...Peter Huewe2010-07-191-1/+1
| * | | crypto: hifn_795x - Remove unused ctx variableJustin P. Mattock2010-07-141-4/+0
| * | | crypto: talitos - fix ahash for multiple of blocksizeLee Nipper2010-06-161-37/+40
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu2010-05-263-173/+363
| |\ \ \
| | * | | n2_crypto: Add HMAC support.David S. Miller2010-05-251-4/+206