summaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud