summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/qi.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-0/+1
* crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-281-2/+8
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-2/+2
* crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-151-2/+2
* crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-301-1/+1
* crypto: caam: Replace in_irq() usage.Sebastian Andrzej Siewior2020-11-031-8/+4
* soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior2020-11-031-1/+2
* crypto: caam - Move debugfs fops into standalone fileHoria Geantă2020-08-211-16/+4
* crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2020-02-131-21/+39
* crypto: caam - use devres to de-initialize QIAndrey Smirnov2019-11-011-2/+6
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-091-2/+3
* crypto: caam/qi - fix error handling in ERN handlerHoria Geantă2019-08-091-1/+4
* crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-231-2/+14
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-231-28/+5
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-0/+3
* crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-281-2/+2
* crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-171-39/+4
* crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-311-3/+2
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-151-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: caam - Remove unused dentry membersFabio Estevam2017-08-091-4/+2
* crypto: caam - free qman_fq after kill_fqXulin Sun2017-07-281-6/+4
* crypto: caam/qi - lower driver verbosityHoria Geantă2017-07-181-4/+4
* crypto: caam/qi - explicitly set dma_opsHoria Geantă2017-07-181-0/+1
* crypto: caam/qi - handle large number of S/Gs caseHoria Geantă2017-07-181-3/+0
* crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă2017-07-181-1/+1
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-241-0/+805