summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2017-03-30crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu1-1/+1
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu1-7/+10
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu1-12/+61
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-04-11new helper: msg_data_left()Al Viro8-23/+27
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue75-442/+302
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro4-100/+62
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds167-814/+6836
2014-12-09put iov_iter into msghdrAl Viro33-112/+90
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann4-10/+24
2014-11-24new helper: memcpy_to_msg()Al Viro9-9/+13
2014-11-12crypto: algif - zeroize message digest bufferStephan Mueller1-0/+2
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden3-0/+9
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa35-115/+67
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause2-0/+3
2011-06-29crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu1-1/+3
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu3-0/+328