aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Gravatar Al Viro 1-13/+13
2011-07-15crypto: caam - ablkcipher supportGravatar Yuan Kang 2-0/+511
2011-07-15crypto: caam - faster aead implementationGravatar Yuan Kang 2-330/+832
2011-07-15crypto: caam - structure renamingGravatar Yuan Kang 1-21/+43
2011-07-15crypto: caam - shorter namesGravatar Yuan Kang 1-137/+137
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredGravatar Kim Phillips 1-1/+3
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationGravatar Kim Phillips 1-3/+3
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsGravatar Kim Phillips 2-13/+107
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxGravatar Kim Phillips 1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingGravatar Kim Phillips 1-4/+22
2011-05-19crypto: caam - platform_bus_type migrationGravatar Kim Phillips 1-5/+4
2011-05-04crypto: caam - fix printk recursion for long error textsGravatar Kim Phillips 2-3/+4
2011-05-04crypto: caam - remove unused keylen from session contextGravatar Kim Phillips 1-2/+0
2011-05-03crypto: caam - remove duplicate dev_errGravatar Kim Phillips 1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorGravatar Kim Phillips 1-4/+2
2011-05-03crypto: caam - fix queue interface detectionGravatar Kim Phillips 1-1/+1
2011-05-03crypto: caam - handle interrupt lines shared across ringsGravatar Kim Phillips 1-26/+20
2011-04-08crypto: caam - introduce missing kfreeGravatar Julia Lawall 1-0/+1
2011-03-27crypto: caam - ARRAY_SIZE() vs sizeof()Gravatar Dan Carpenter 1-4/+4
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureGravatar Dan Carpenter 1-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Gravatar Kim Phillips 2-5/+5
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMGravatar Kim Phillips 13-0/+4935