index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qce
/
aead.c
Age
Commit message (
Expand
)
Author
6 days
crypto: qce - Remove unsafe/deprecated algorithms
Bartosz Golaszewski
2026-03-27
crypto: qce - use memcpy_and_pad in qce_aead_setkey
Thorsten Blum
2026-03-14
crypto: qce - Remove return variable and unused assignments
Thorsten Blum
2026-03-07
crypto: qce - Replace snprintf("%s") with strscpy
Thorsten Blum
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-12-14
crypto: qce - fix priority to be less than ARMv8 CE
Eric Biggers
2022-12-09
crypto: qce - Set DMA alignment explicitly
Herbert Xu
2022-08-26
crypto: qce - Fix dma_map_sg error check
Jack Wang
2021-11-20
crypto: qce - fix uaf on qce_aead_register_one
Chengfeng Ye
2021-05-28
crypto: qce - Fix inconsistent indenting
Jiapeng Chong
2021-05-28
crypto: qce - Fix some error handling path
Wei Yongjun
2021-05-14
crypto: qce - Schedule fallback aead algorithm
Thara Gopinath
2021-05-14
crypto: qce - Add support for AEAD algorithms
Thara Gopinath