summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/crypto.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen-1/+7
2025-12-22bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez-1/+1
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann-1/+1
2024-06-13bpf: crypto: make state and IV dynptr nullableVadim Fedorenko-13/+13
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu-8/+16
2024-04-24bpf: make common crypto API for TC/XDP programsVadim Fedorenko-0/+385