summaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_hash - Remove bogus SGL free on zero-length error pathHerbert Xu2024-02-021-2/+3
* crypto: algif_hash - Fix race between MORE and non-MORE sendsDavid Howells2023-07-081-1/+3
* crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)David Howells2023-06-201-13/+25
* algif: Remove hash_sendpage*()David Howells2023-06-121-66/+0
* crypto: af_alg/hash: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-38/+62
* crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells2023-06-081-5/+13
* crypto: algif_hash - Allocate hash state with kmallocHerbert Xu2023-04-061-4/+15
* af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-081-2/+3
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-4/+0
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-06-181-6/+3
* crypto: af_alg - bool type cosmeticsLothar Rubusch2020-03-301-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: hash - Remove VLA usageKees Cook2018-09-041-1/+1
* net: remove sock_no_pollChristoph Hellwig2018-05-261-2/+0
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-121-41/+11
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-16/+14
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-4/+5
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2016-12-271-1/+1
* crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
* crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu2016-11-181-7/+10
* crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu2016-09-071-12/+61
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-01-301-1/+3
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-01-181-3/+6
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-01-181-8/+193
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-11-021-2/+10
* new helper: msg_data_left()Al Viro2015-04-111-2/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
* crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-041-28/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-2/+2
|\
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-4/+2
| * crypto: algif - zeroize message digest bufferStephan Mueller2014-11-121-0/+2
* | put iov_iter into msghdrAl Viro2014-12-091-2/+2
* | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
|/
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-291-0/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-101-0/+2
* crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu2011-06-301-1/+3
* crypto: algif_hash - User-space interface for hash operationsHerbert Xu2010-11-191-0/+319