aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+4
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-28/+17
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2014-12-09put iov_iter into msghdrAl Viro1-2/+2
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-4/+2
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-12crypto: algif - zeroize message digest bufferStephan Mueller1-0/+2
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause1-0/+2
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu1-1/+3
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu1-0/+319