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