summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-211-1/+1
|\
| * crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-156-15/+21
|\|
| * Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-092-9/+1
| * crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2019-05-091-1/+1
| * crypto: caam - fix DKP detection logicHerbert Xu2019-05-093-5/+19
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-0611-170/+292
|\|
| * crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15
| * crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-032-68/+45
| * crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18
| * crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-252-7/+14
| * crypto: caam - fix spelling mistake "cannote" -> "cannot"Colin Ian King2019-04-251-1/+1
| * crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0
| * crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-183-38/+151
| * crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2019-04-182-1/+9
| * crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
| * crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan2019-03-281-0/+20
| * crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg2019-03-281-2/+4
| * crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2019-03-282-7/+1
| * crypto: caam/jr - Remove spinlock for output job ringVakul Garg2019-03-282-7/+1
| * crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg2019-03-222-2/+11
* | crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan2019-03-281-7/+6
|/
* crypto: caam - add missing put_device() callWen Yang2019-03-075-27/+50
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-282-5/+5
* crypto: caam - generate hash keys in-placeHoria Geantă2019-02-282-47/+23
* crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă2019-02-281-2/+1
* crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-02-281-3/+5
* crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
* crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
* crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-222-23/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-221-3/+3
|\
| * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-3/+3
* | crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
* | crypto: caam - add ecb(*) supportIuliana Prodan2019-02-154-49/+161
* | crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
* | crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* | crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-02-011-64/+21
* | crypto: caam - fix indentation of goto labelRoland Hieber2019-02-011-1/+1
* | crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-16/+6
* | crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-013-24/+47
* | crypto: caam - add support for cmac(aes)Iuliana Prodan2019-02-013-33/+139
* | crypto: caam - add support for xcbc(aes)Iuliana Prodan2019-01-113-17/+232
* | crypto: caam - create ahash shared descriptors only onceIuliana Prodan2019-01-111-1/+6
* | crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan2019-01-111-1/+2
* | crypto: caam - move shared symbols in a common locationHoria Geantă2019-01-113-11/+6
* | crypto: caam - fix SHA support detectionHoria Geantă2019-01-103-1/+11
* | crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-101-6/+9
|/
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-203-6/+6
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-164-6/+154
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-166-5/+354