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
/
algif_skcipher.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
crypto: af_alg - Replace 'bool privileged' with flags
Eric Biggers
1
-14
/
+14
2026-08-10
crypto: af_alg - Make cbc(paes) privileged-only
Eric Biggers
1
-1
/
+1
2026-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-1
/
+7
2026-07-30
crypto: af_alg - Allow cbc(paes)
Richard Weinberger
1
-1
/
+7
2026-07-17
crypto: af_alg - Allow additional ciphers for cryptsetup
Eric Biggers
1
-0
/
+3
2026-07-05
crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
Eric Biggers
1
-0
/
+20
2026-05-29
crypto: af_alg - Drop support for off-CPU cryptography
Demi Marie Obenour
1
-2
/
+2
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-50
/
+12
2026-04-03
crypto: af_alg - limit RX SG extraction by receive buffer budget
Douya Le
1
-0
/
+5
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
1
-3
/
+3
2024-05-31
crypto: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-12-08
crypto: algif_skcipher - Fix stream cipher chaining
Herbert Xu
1
-3
/
+69
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-14
/
+0
2023-06-08
crypto: af_alg: Support MSG_SPLICE_PAGES
David Howells
1
-4
/
+4
2023-06-08
crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
David Howells
1
-1
/
+1
2020-08-21
crypto: algif_skcipher - EBUSY on aio should be an error
Herbert Xu
1
-1
/
+1
2020-08-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-6
/
+1
2020-08-13
crypto: algif_aead - fix uninitialized ctx->init
Ondrej Mosnacek
1
-6
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-4
/
+0
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-4
/
+0
2020-06-18
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
1
-2
/
+2
2020-06-18
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
1
-6
/
+3
2020-06-15
crypto: algif_skcipher - Cap recv SG list at ctx->used
Herbert Xu
1
-5
/
+1
2019-10-05
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-2
/
+2
2018-06-12
treewide: Use array_size() in sock_kmalloc()
Kees Cook
1
-1
/
+2
2018-05-26
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
1
-2
/
+2
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-46
/
+13
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2018-01-12
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
1
-46
/
+13
2017-12-22
crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t
Jonathan Cameron
1
-1
/
+1
2017-12-11
crypto: af_alg - fix race accessing cipher request
Stephan Mueller
1
-5
/
+5
2017-12-11
crypto: af_alg - wait for data at beginning of recvmsg
Stephan Mueller
1
-0
/
+6
2017-11-27
crypto: annotate ->poll() instances
Al Viro
1
-1
/
+0
2017-11-24
crypto: af_alg - remove locking in async callback
Stephan Mueller
1
-11
/
+12
2017-11-03
crypto: algif - move to generic async completion
Gilad Ben-Yossef
1
-5
/
+4
2017-08-09
crypto: af_alg - consolidation of duplicate code
Stephan Mueller
1
-601
/
+37
2017-08-09
crypto: algif - return error code when no data was processed
Stephan Mueller
1
-1
/
+3
2017-07-28
crypto: algif_skcipher - overhaul memory management
Stephan Mueller
1
-281
/
+278
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+3
2016-12-01
crypto: algif_skcipher - set error code when kcalloc fails
Pan Bian
1
-1
/
+3
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
1
-9
/
+9
2016-02-06
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
Herbert Xu
1
-2
/
+3
2016-02-06
crypto: algif_skcipher - Do not dereference ctx without socket lock
Herbert Xu
1
-4
/
+11
2016-02-06
crypto: algif_skcipher - Do not assume that req is unchanged
Herbert Xu
1
-32
/
+28
2016-01-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-16
/
+156
2016-01-20
crypto: algif_skcipher - sendmsg SG marking is off by one
Herbert Xu
1
-1
/
+2
2016-01-19
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
1
-7
/
+7
[next]