index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
qi.c
Age
Commit message (
Expand
)
Author
2025-06-13
crypto: caam - Fix opencoded cpumask_next_wrap() in caam_drv_ctx_init()
Yury Norov [NVIDIA]
2025-04-09
crypto: caam/qi - Fix drv_ctx refcount bug
Herbert Xu
2024-10-05
crypto: caam - Slightly simplify platform_device()
Christophe JAILLET
2024-10-05
crypto: caam - Fix the pointer passed to caam_qi_shutdown()
Christophe JAILLET
2024-08-10
crypto: caam/qi* - Use cpumask_var_t instead of cpumask_t
Herbert Xu
2024-07-04
crypto: caam: Unembed net_dev structure from qi
Breno Leitao
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
2023-02-28
crypto: caam - Fix edesc/iv ordering mixup
Herbert Xu
2023-01-06
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2022-07-15
crypto: caam/qi2 - switch to netif_napi_add_tx_weight()
Jakub Kicinski
2022-06-30
crypto: caam - drop unexpected word 'a' in comments
Jiang Jian
2020-11-03
crypto: caam: Replace in_irq() usage.
Sebastian Andrzej Siewior
2020-11-03
soc/fsl/qbman: Add an argument to signal if NAPI processing is required.
Sebastian Andrzej Siewior
2020-08-21
crypto: caam - Move debugfs fops into standalone file
Horia Geantă
2020-02-13
crypto: caam/qi - optimize frame queue cleanup
Valentin Ciocoi Radulescu
2019-11-01
crypto: caam - use devres to de-initialize QI
Andrey Smirnov
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
crypto: caam/qi - fix error handling in ERN handler
Horia Geantă
2019-05-23
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
2019-05-23
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-04-08
crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()
Dan Carpenter
2019-02-28
crypto: caam - remove redundant likely/unlikely annotation
Chengguang Xu
2018-10-17
crypto: caam/qi - simplify CGR allocation, freeing
Horia Geantă
2018-05-31
crypto: caam/qi - fix warning in init_cgr()
Horia Geantă
2018-02-15
crypto: caam/qi - return -EBADMSG for ICV check failure
Horia Geantă
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-09
crypto: caam - Remove unused dentry members
Fabio Estevam
2017-07-28
crypto: caam - free qman_fq after kill_fq
Xulin Sun
2017-07-18
crypto: caam/qi - lower driver verbosity
Horia Geantă
2017-07-18
crypto: caam/qi - explicitly set dma_ops
Horia Geantă
2017-07-18
crypto: caam/qi - handle large number of S/Gs case
Horia Geantă
2017-07-18
crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
Horia Geantă
2017-04-21
crypto: caam - fix error return code in caam_qi_init()
Wei Yongjun
2017-03-24
crypto: caam - add Queue Interface (QI) backend support
Horia Geantă