aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c
AgeCommit message (Expand)Author
2023-09-13crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler
2023-09-13crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells
2023-08-18crypto: fix uninit-value in af_alg_free_resourcesPavel Skripkin
2023-07-05crypto: af_alg - Fix merging of written data into spliced pagesDavid Howells
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-18crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limitDavid Howells
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08crypto: af_alg: Indent the loop in af_alg_sendmsg()David Howells
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells
2023-06-08crypto: af_alg: Pin pages rather than ref'ing if appropriateDavid Howells
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2022-10-28crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler
2022-08-08af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro
2022-02-15crypto: af_alg - get rid of alg_memory_allocatedEric Dumazet
2022-01-07crypto: af_alg - rewrite NULL pointer checkJiasheng Jiang
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-06-03crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsWu Bo
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-09crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-03-30crypto: af_alg - bool type cosmeticsLothar Rubusch
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2019-10-10crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28crypto: af_alg - use struct_size() in sock_kfree_s()Gustavo A. R. Silva
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-01-18crypto: af_alg - remove redundant initializations of sk_familyEric Biggers
2019-01-18crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()Eric Biggers
2019-01-18crypto: af_alg - make some functions staticEric Biggers
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig