summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | n2_crypto: Make ahash parameterization explicit.David S. Miller2010-05-251-117/+99
| | * | | n2_crypto: Log algorithm success/failure in kernel log.David S. Miller2010-05-251-0/+6
| | * | | n2_crypto: Kill n2_base_ctx and helpers.David S. Miller2010-05-251-14/+1
| * | | | crypto: mv_cesa - fixup error handling in mv_probe()Dan Carpenter2010-05-261-5/+5
| * | | | crypto: omap - remove unused #include <linux/version.h>Huang Weiyi2010-05-261-1/+0
* | | | | crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper2010-07-191-1/+5
| |_|_|/ |/| | |
* | | | crypto: crypto4xx - Fix build breakageAnatolij Gustschin2010-06-031-3/+3
| |/ / |/| |
* | | n2_crypto: Plumb fallback ahash requests properly.David S. Miller2010-05-251-47/+48
* | | n2_crypto: Fix MAU kmem_cache name.David S. Miller2010-05-251-1/+1
* | | n2_crypto: Fix build after of_device/of_platform_driver changes.David S. Miller2010-05-251-10/+16
* | | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2212-151/+5039
|\ \ \ | |/ /
| * | crypto: talitos - add support for sha224Kim Phillips2010-05-192-10/+75
| * | crypto: talitos - add hash algorithmsLee Nipper2010-05-192-18/+534
| * | crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper2010-05-191-12/+43
| * | crypto: talitos - prepare for adding ahash algorithms Lee Nipper2010-05-191-18/+21
| * | crypto: n2 - Add Niagara2 crypto driverDavid S. Miller2010-05-195-0/+2423
| * | crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walkDavid S. Miller2010-05-191-9/+9
| * | crypto: mv_cesa - Use resource_sizeTobias Klauser2010-05-141-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-036-1/+6
| |\ \ | | |/
| * | crypto: omap - sha1 & md5 driverDmitry Kasatkin2010-05-033-0/+1270
| * | crypto: geode-aes - Fix some code style issuesChihau Chau2010-04-191-16/+20
| * | crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversUri Simchoni2010-04-132-12/+542
OpenPOWER on IntegriCloud