summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add support for RSA algorithmTudor Ambarus2016-07-059-1/+789
* crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus2016-06-201-1/+1
* crypto: caam - fix misspelled upper_32_bitsArnd Bergmann2016-06-201-2/+2
* crypto: caam - add ARCH_LAYERSCAPE to supported architecturesHoria Geantă2016-05-311-1/+1
* crypto: caam - handle core endianness != caam endiannessHoria Geantă2016-05-319-166/+340
* crypto: caam - fix offset field in hw sg entriesCristian Stoica2016-05-312-5/+5
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-05-101-1/+1
* crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-171-1/+1
* crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?2016-01-252-2/+3
* crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?2016-01-251-2/+2
* crypto: caam - pass the correct buffer lengthFabio Estevam2015-12-041-1/+1
* crypto: caam - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+24
* crypto: caam - fix indentation of close bracesRussell King2015-10-201-6/+6
* crypto: caam - only export the state we really need to exportRussell King2015-10-201-4/+40
* crypto: caam - fix non-block aligned hash calculationRussell King2015-10-201-1/+1
* crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King2015-10-201-8/+4
* crypto: caam - print errno code when hash registration failsRussell King2015-10-201-4/+6
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-081-1/+137
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-013-168/+53
* crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam2015-09-211-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-3112-1355/+1755
|\
| * crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-245-15/+11
| * crypto: caam - Propagate the real error code in caam_probeFabio Estevam2015-08-241-4/+4
| * crypto: caam - Fix the error handling in caam_probeFabio Estevam2015-08-241-11/+25
| * crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?2015-08-241-1/+1
| * crypto: caam - add support for LS1021AHoria Geant?2015-08-184-10/+29
| * crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-2/+1
| * crypto: caam - Remove unneeded 'ret' variableFabio Estevam2015-08-131-2/+2
| * crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam2015-08-131-3/+11
| * crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-104-18/+110
| * crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius2015-08-101-1/+1
| * crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan2015-08-101-7/+17
| * crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan2015-08-101-1/+1
| * crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2015-08-102-19/+18
| * crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan2015-08-102-5/+21
| * crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan2015-08-103-0/+94
| * crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan2015-08-102-3/+26
| * crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-103-1/+23
| * crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu2015-08-041-1245/+1316
| * crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?2015-07-311-9/+15
| * crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus2015-07-201-1/+1
| * crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?2015-07-201-2/+3
| * crypto: caam - fix snooping for write transactionsHoria Geant?2015-07-202-2/+9
| * crypto: caam - fix ERA property readingAlex Porosanu2015-07-201-7/+7
| * crypto: caam - Use new IV conventionHerbert Xu2015-07-141-26/+49
* | crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?2015-08-131-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-227-706/+773
|\
| * crypto: caam - Set last bit on src SG listHerbert Xu2015-06-191-1/+1
| * crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu2015-06-191-1/+2
OpenPOWER on IntegriCloud