summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?
2015-12-04crypto: caam - pass the correct buffer lengthFabio Estevam
2015-11-17crypto: caam - check return value of sg_nents_for_lenLABBE Corentin
2015-10-20crypto: caam - fix indentation of close bracesRussell King
2015-10-20crypto: caam - only export the state we really need to exportRussell King
2015-10-20crypto: caam - fix non-block aligned hash calculationRussell King
2015-10-20crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King
2015-10-20crypto: caam - print errno code when hash registration failsRussell King
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin
2015-09-21crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?
2015-08-18crypto: caam - add support for LS1021AHoria Geant?
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu
2015-07-14crypto: caam - Use new IV conventionHerbert Xu
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius