summaryrefslogtreecommitdiff
path: root/drivers/net/ovpn/crypto_aead.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-09ovpn: defer key slot crypto freeing to workqueueRalf Lici1-5/+14
2026-03-17ovpn: consolidate crypto allocations in one chunkRalf Lici1-37/+123
2026-03-17ovpn: add support for asymmetric peer IDsRalf Lici1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-05-15ovpn: fix check for skb_to_sgvec_nomark() return valueAntonio Quartulli1-6/+12
2025-04-17ovpn: implement key add/get/del/swap via netlinkAntonio Quartulli1-0/+17
2025-04-17ovpn: implement packet processingAntonio Quartulli1-0/+366