summaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-141-0/+8
|\
| * crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-221-0/+8
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-101-3/+2
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-041-41/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-9/+6
|\
| * crypto: algif_skcipher - initialize upon init requestStephan Mueller2014-12-021-1/+3
| * crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz2014-12-011-4/+0
| * crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu2014-11-281-3/+2
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-2/+1
| * crypto: algif - zeroize IV bufferStephan Mueller2014-11-121-0/+1
* | put iov_iter into msghdrAl Viro2014-12-091-2/+2
* | new helper: memcpy_from_msg()Al Viro2014-11-241-5/+5
|/
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-09-041-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-1/+0
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-101-0/+1
* crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu2010-11-301-6/+7
* crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu2010-11-301-21/+11
* crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu2010-11-281-1/+2
* crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu2010-11-261-0/+640
OpenPOWER on IntegriCloud