summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+2
2010-11-04crypto: padlock - Fix AES-CBC handling on odd-block-sized inputHerbert Xu-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer-2/+2
2010-10-25crypto: n2 - dubious error checkNicolas Kaiser-1/+1
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-19/+981
2010-10-19crypto: Makefile - replace the use of <module>-objs with <module>-yTracey Dent-2/+2
2010-10-19crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo-2/+1
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips-12/+11
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips-2/+1
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips-0/+3
2010-09-12crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DESDavid S. Miller-0/+1
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo-1/+5
2010-09-03crypto: omap-aes - OMAP2/3 AES hw accelerator driverDmitry Kasatkin-0/+957
2010-08-13[S390] zcrypt: fix Kconfig dependenciesHeiko Carstens-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-19/+19
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds-0/+21
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-17/+17
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-5/+5
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-167/+342
2010-08-04Merge branch 'master' into for-nextJiri Kosina-1/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely-5/+5
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper-1/+5
2010-07-19crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID i...Peter Huewe-1/+1
2010-07-14crypto: hifn_795x - Remove unused ctx variableJustin P. Mattock-4/+0
2010-06-16Merge branch 'master' into for-nextJiri Kosina-159/+5060
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König-1/+1
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeLee Nipper-37/+40
2010-06-03crypto: crypto4xx - Fix build breakageAnatolij Gustschin-3/+3
2010-05-27IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa-0/+21
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu-173/+363
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Dan Carpenter-5/+5
2010-05-26crypto: omap - remove unused #include <linux/version.h>Huang Weiyi-1/+0
2010-05-25n2_crypto: Add HMAC support.David S. Miller-4/+206
2010-05-25n2_crypto: Make ahash parameterization explicit.David S. Miller-117/+99
2010-05-25n2_crypto: Log algorithm success/failure in kernel log.David S. Miller-0/+6
2010-05-25n2_crypto: Kill n2_base_ctx and helpers.David S. Miller-14/+1
2010-05-25n2_crypto: Plumb fallback ahash requests properly.David S. Miller-47/+48
2010-05-25n2_crypto: Fix MAU kmem_cache name.David S. Miller-1/+1
2010-05-25n2_crypto: Fix build after of_device/of_platform_driver changes.David S. Miller-10/+16
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely-151/+5039
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-4/+10
2010-05-19crypto: talitos - add support for sha224Kim Phillips-10/+75
2010-05-19crypto: talitos - add hash algorithmsLee Nipper-18/+534
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Lee Nipper-18/+21
2010-05-19crypto: n2 - Add Niagara2 crypto driverDavid S. Miller-0/+2423
2010-05-19crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walkDavid S. Miller-9/+9
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-1/+1