summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+3
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica-9/+22
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica-3/+3
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin-0/+1
2015-01-26crypto: caam - remove unused local variableCristian Stoica-5/+1
2015-01-26crypto: caam - remove dead codeCristian Stoica-7/+7
2015-01-26crypto: caam - don't emit ICV check failures to dmesgKim Phillips-4/+9
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica-24/+24
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet-2/+2
2015-01-16crypto: qat - don't need qat_auth_state structTadeusz Struk-6/+0
2015-01-14crypto: qat - Ensure ipad and opad are zeroedHerbert Xu-9/+6
2015-01-13crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W-2/+0
2015-01-13crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W-15/+2
2015-01-13crypto: qat - adf_ae_stop() is never calledAllan, Bruce W-1/+1
2015-01-13crypto: qat - correctly type a booleanAllan, Bruce W-2/+3
2015-01-13crypto: qat - fix device reset flowAllan, Bruce W-47/+128
2015-01-08crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu-25/+20
2015-01-08crypto: omap-des - fix BUG_ON conditionAsaf Vertz-2/+2
2015-01-05crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida-1/+1
2015-01-05crypto: amcc - Remove unused functionRickard Strandqvist-23/+0
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz-4/+4
2014-12-22crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk-112/+433
2014-12-22crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk-33/+50
2014-12-22crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen-44/+6
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-21/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-584/+3074
2014-12-04crypto: qat - fix problem with coalescing enable logicTadeusz Struk-7/+8
2014-12-03crypto: sahara - add support for SHA1/256Steffen Trumtrar-5/+621
2014-12-03crypto: sahara - replace tasklets with kthreadSteffen Trumtrar-86/+66
2014-12-03crypto: sahara - add support for i.MX53Steffen Trumtrar-3/+17
2014-12-03crypto: sahara - fix spinlock initializationSteffen Trumtrar-0/+2
2014-11-25crytpo: qat - Fix 64 bytes requestsStruk, Tadeusz-3/+6
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely-2/+2
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-12/+13
2014-11-20crypto: bfin_crc - don't include linux/unaligned/access_ok.hJohannes Berg-1/+1
2014-11-17crypto: qat - Use memzero_explicitStruk, Tadeusz-14/+22
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar-3/+0
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile-4/+6
2014-11-10crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson-0/+2
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson-0/+2
2014-11-06crypto: caam - fix error reportingCristian Stoica-8/+17
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile-4/+281
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile-26/+236
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile-5/+79
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile-5/+37
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus-1/+457
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa-22/+113
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa-230/+200
2014-11-06crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa-18/+63