aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferGravatar Lee Nipper 1-1/+5
2010-07-19crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID i...Gravatar Peter Huewe 1-1/+1
2010-07-14crypto: hifn_795x - Remove unused ctx variableGravatar Justin P. Mattock 1-4/+0
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 13-159/+5060
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeGravatar Lee Nipper 1-37/+40
2010-06-03crypto: crypto4xx - Fix build breakageGravatar Anatolij Gustschin 1-3/+3
2010-05-27IXP4xx: Fix ixp4xx_crypto little-endian operation.Gravatar Krzysztof Hałasa 1-0/+21
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Gravatar Herbert Xu 3-173/+363
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Gravatar Dan Carpenter 1-5/+5
2010-05-26crypto: omap - remove unused #include <linux/version.h>Gravatar Huang Weiyi 1-1/+0
2010-05-25n2_crypto: Add HMAC support.Gravatar David S. Miller 1-4/+206
2010-05-25n2_crypto: Make ahash parameterization explicit.Gravatar David S. Miller 1-117/+99
2010-05-25n2_crypto: Log algorithm success/failure in kernel log.Gravatar David S. Miller 1-0/+6
2010-05-25n2_crypto: Kill n2_base_ctx and helpers.Gravatar David S. Miller 1-14/+1
2010-05-25n2_crypto: Plumb fallback ahash requests properly.Gravatar David S. Miller 1-47/+48
2010-05-25n2_crypto: Fix MAU kmem_cache name.Gravatar David S. Miller 1-1/+1
2010-05-25n2_crypto: Fix build after of_device/of_platform_driver changes.Gravatar David S. Miller 1-10/+16
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 12-151/+5039
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 2-4/+10
2010-05-19crypto: talitos - add support for sha224Gravatar Kim Phillips 2-10/+75
2010-05-19crypto: talitos - add hash algorithmsGravatar Lee Nipper 2-18/+534
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsGravatar Lee Nipper 1-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Gravatar Lee Nipper 1-18/+21
2010-05-19crypto: n2 - Add Niagara2 crypto driverGravatar David S. Miller 5-0/+2423
2010-05-19crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walkGravatar David S. Miller 1-9/+9
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2010-05-14crypto: mv_cesa - Use resource_sizeGravatar Tobias Klauser 1-2/+2
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 6-1/+6
2010-05-03crypto: omap - sha1 & md5 driverGravatar Dmitry Kasatkin 3-0/+1270
2010-04-19crypto: geode-aes - Fix some code style issuesGravatar Chihau Chau 1-16/+20
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversGravatar Uri Simchoni 2-12/+542
2010-04-13crypto: mv_cesa - Support processing of data from previous requestsGravatar Uri Simchoni 1-3/+5
2010-04-13crypto: mv_cesa - Make the copy-back of data optionalGravatar Uri Simchoni 1-22/+27
2010-04-13crypto: mv_cesa - Execute some code via function pointers rathr than direct c...Gravatar Uri Simchoni 1-4/+9
2010-04-13crypto: mv_cesa - Rename a variable to a more suitable nameGravatar Uri Simchoni 1-5/+5
2010-04-13crypto: mv_cesa - Enqueue generic async requestsGravatar Uri Simchoni 1-19/+24
2010-04-13crypto: mv_cesa - Fix situations where the src sglist spans more data than th...Gravatar Uri Simchoni 1-22/+44
2010-04-13crypto: mv_cesa - Fix situation where the dest sglist is organized differentl...Gravatar Uri Simchoni 1-5/+9
2010-04-13crypto: mv_cesa - Remove compiler warning in mv_cesa driverGravatar Uri Simchoni 1-0/+1