index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
af_alg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
crypto: af_alg - Stop after finding name in allowlist
Eric Biggers
1
-4
/
+7
2026-08-10
crypto: af_alg - Replace 'bool privileged' with flags
Eric Biggers
1
-1
/
+2
2026-07-05
crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
Eric Biggers
1
-6
/
+66
2026-05-29
crypto: af_alg - Drop support for off-CPU cryptography
Demi Marie Obenour
1
-1
/
+1
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-31
/
+2
2026-05-15
crypto: af_alg - Cap AEAD AD length to 0x80000000
Herbert Xu
1
-0
/
+2
2026-05-15
crypto: af_alg - Remove zero-copy support from skcipher and aead
Eric Biggers
1
-46
/
+23
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-3
/
+1
2026-04-12
crypto: af_alg - use sock_kmemdup in alg_setkey_by_key_serial
Thorsten Blum
1
-3
/
+1
2026-04-12
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
1
-2
/
+2
2026-04-03
crypto: af_alg - limit RX SG extraction by receive buffer budget
Douya Le
1
-0
/
+2
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
1
-39
/
+10
2026-03-26
crypto: af-alg - fix NULL pointer dereference in scatterwalk
Norbert Szetei
1
-1
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-17
crypto: af_alg - zero initialize memory allocated via sock_kmalloc
Shivani Agarwal
1
-3
/
+2
2025-09-18
crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
Herbert Xu
1
-0
/
+7
2025-09-18
crypto: af_alg - Set merge to zero early in af_alg_sendmsg
Herbert Xu
1
-1
/
+2
2024-05-31
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-5
/
+6
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-2
/
+2
2023-12-08
crypto: af_alg - Disallow multiple in-flight AIO requests
Herbert Xu
1
-1
/
+13
2023-08-29
Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-0
/
+4
2023-08-18
crypto: fix uninit-value in af_alg_free_resources
Pavel Skripkin
1
-2
/
+2
2023-08-11
crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()
Frederick Lawler
1
-0
/
+3
2023-08-04
crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390
David Howells
1
-0
/
+1
2023-07-05
crypto: af_alg - Fix merging of written data into spliced pages
David Howells
1
-3
/
+4
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-28
/
+0
2023-06-18
crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
David Howells
1
-1
/
+1
2023-06-08
crypto: af_alg/hash: Support MSG_SPLICE_PAGES
David Howells
1
-3
/
+8
2023-06-08
crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-44
/
+8
2023-06-08
crypto: af_alg: Support MSG_SPLICE_PAGES
David Howells
1
-2
/
+22
2023-06-08
crypto: af_alg: Indent the loop in af_alg_sendmsg()
David Howells
1
-24
/
+27
2023-06-08
crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
David Howells
1
-42
/
+15
2023-06-08
crypto: af_alg: Pin pages rather than ref'ing if appropriate
David Howells
1
-3
/
+7
2023-02-13
crypto: api - Use data directly in completion function
Herbert Xu
1
-3
/
+3
2022-10-28
crypto: af_alg - Support symmetric encryption via keyring keys
Frederick Lawler
1
-1
/
+134
2022-08-08
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
1
-2
/
+1
2022-02-15
crypto: af_alg - get rid of alg_memory_allocated
Eric Dumazet
1
-3
/
+0
2022-01-07
crypto: af_alg - rewrite NULL pointer check
Jiasheng Jiang
1
-2
/
+5
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-1
/
+1
2021-06-03
crypto: af_alg - use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-04-22
crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c
Randy Dunlap
1
-41
/
+53
2020-11-06
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
1
-3
/
+7
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+13
2020-09-25
crypto: af_alg - add extra parameters for DRBG interface
Elena Petrova
1
-1
/
+13
2020-08-27
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
1
-3
/
+10
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+3
[next]