aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_hash.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: change proto and proto_ops accept typeGravatar Jens Axboe 1-5/+5
2024-02-02crypto: algif_hash - Remove bogus SGL free on zero-length error pathGravatar Herbert Xu 1-2/+3
2023-07-08crypto: algif_hash - Fix race between MORE and non-MORE sendsGravatar David Howells 1-1/+3
2023-06-20crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)Gravatar David Howells 1-13/+25
2023-06-12algif: Remove hash_sendpage*()Gravatar David Howells 1-66/+0
2023-06-08crypto: af_alg/hash: Support MSG_SPLICE_PAGESGravatar David Howells 1-38/+62
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsGravatar David Howells 1-5/+13
2023-04-06crypto: algif_hash - Allocate hash state with kmallocGravatar Herbert Xu 1-4/+15
2022-08-08af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Gravatar Al Viro 1-2/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-4/+0
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Gravatar Herbert Xu 1-6/+3
2020-03-30crypto: af_alg - bool type cosmeticsGravatar Lothar Rubusch 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-09-04crypto: hash - Remove VLA usageGravatar Kees Cook 1-1/+1
2018-05-26net: remove sock_no_pollGravatar Christoph Hellwig 1-2/+0
2018-01-12crypto: hash - prevent using keyed hashes without setting keyGravatar Eric Biggers 1-41/+11
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 1-16/+14
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-4/+5
2016-12-27crypto: algif_hash - avoid zero-sized arrayGravatar Jiri Slaby 1-1/+1
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgGravatar Herbert Xu 1-1/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashGravatar Herbert Xu 1-7/+10
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyGravatar Herbert Xu 1-12/+61
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeGravatar Wang, Rui Y 1-1/+3
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyGravatar Herbert Xu 1-3/+6
2016-01-18crypto: algif_hash - Remove custom release parent functionGravatar Herbert Xu 1-40/+3
2016-01-18crypto: algif_hash - Require setkey before accept(2)Gravatar Herbert Xu 1-8/+193
2015-11-02crypto: algif_hash - Only export and import on sockets with dataGravatar Herbert Xu 1-2/+10
2015-04-11new helper: msg_data_left()Gravatar Al Viro 1-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-4/+4
2015-02-04crypto: switch af_alg_make_sg() to iov_iterGravatar Al Viro 1-28/+17
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-2/+2
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-2/+2
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Gravatar Daniel Borkmann 1-4/+2
2014-11-24new helper: memcpy_to_msg()Gravatar Al Viro 1-1/+1
2014-11-12crypto: algif - zeroize message digest bufferGravatar Stephan Mueller 1-0/+2
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTGravatar Shawn Landden 1-0/+3
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-2/+0
2013-04-10crypto: algif - suppress sending source address information in recvmsgGravatar Mathias Krause 1-0/+2
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyGravatar Herbert Xu 1-1/+3
2010-11-19crypto: algif_hash - User-space interface for hash operationsGravatar Herbert Xu 1-0/+319