aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-04-01crypto: algif - explicitly mark end of datatadeusz.struk@intel.com1-4/+8
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk1-1/+1
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com1-1/+1
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk1-7/+226
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+4
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds1-3/+2
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-41/+33
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk1-0/+8
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+6
2014-12-09put iov_iter into msghdrAl Viro1-2/+2
2014-12-02crypto: algif_skcipher - initialize upon init requestStephan Mueller1-1/+3
2014-12-01crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz1-4/+0
2014-11-28crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu1-3/+2
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-2/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-5/+5
2014-11-12crypto: algif - zeroize IV bufferStephan Mueller1-0/+1
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
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-1/+0
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause1-0/+1
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu1-21/+11
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu1-1/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu1-0/+640