aboutsummaryrefslogtreecommitdiff
path: root/crypto/af_alg.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29net: add sk_wake_async_rcu() helperGravatar Eric Dumazet 1-2/+2
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsGravatar Herbert Xu 1-1/+13
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-0/+4
2023-08-18crypto: fix uninit-value in af_alg_free_resourcesGravatar Pavel Skripkin 1-2/+2
2023-08-11crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Gravatar Frederick Lawler 1-0/+3
2023-08-04crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390Gravatar David Howells 1-0/+1
2023-07-05crypto: af_alg - Fix merging of written data into spliced pagesGravatar David Howells 1-3/+4
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-28/+0
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitGravatar David Howells 1-1/+1
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESGravatar David Howells 1-3/+8
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESGravatar David Howells 1-44/+8
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESGravatar David Howells 1-2/+22
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()Gravatar David Howells 1-24/+27
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsGravatar David Howells 1-42/+15
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateGravatar David Howells 1-3/+7
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-3/+3
2022-10-28crypto: af_alg - Support symmetric encryption via keyring keysGravatar Frederick Lawler 1-1/+134
2022-08-08af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Gravatar Al Viro 1-2/+1
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedGravatar Eric Dumazet 1-3/+0
2022-01-07crypto: af_alg - rewrite NULL pointer checkGravatar Jiasheng Jiang 1-2/+5
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-06-03crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsGravatar Wu Bo 1-1/+1
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cGravatar Randy Dunlap 1-41/+53
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameGravatar Eric Biggers 1-3/+7
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+13
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceGravatar Elena Petrova 1-1/+13
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREGravatar Herbert Xu 1-3/+10
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-5/+3
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-4/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-1/+0
2020-07-09crypto: af_alg - Fix regression on empty requestsGravatar Herbert Xu 1-1/+1
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroGravatar Herbert Xu 1-3/+8
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Gravatar Herbert Xu 1-15/+11
2020-03-30crypto: af_alg - bool type cosmeticsGravatar Lothar Rubusch 1-5/+5
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-1/+1
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructGravatar Herbert Xu 1-2/+4
2019-10-10crypto: af_alg - cast ki_complete ternary op to intGravatar Ayush Sawal 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-23/+13
2019-02-28crypto: af_alg - use struct_size() in sock_kfree_s()Gravatar Gustavo A. R. Silva 1-2/+1
2019-02-18net: crypto set sk to NULL when af_alg_release.Gravatar Mao Wenan 1-1/+3
2019-01-18crypto: af_alg - remove redundant initializations of sk_familyGravatar Eric Biggers 1-3/+0
2019-01-18crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()Gravatar Eric Biggers 1-5/+5
2019-01-18crypto: af_alg - make some functions staticGravatar Eric Biggers 1-13/+7
2018-10-23Revert "net: simplify sock_poll_wait"Gravatar Karsten Graul 1-1/+1
2018-07-30net: simplify sock_poll_waitGravatar Christoph Hellwig 1-1/+1
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+3
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathGravatar Stephan Mueller 1-1/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-3/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2