summaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-241-5/+144
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-241-7/+41
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-11-131-1/+1
* Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2013-12-201-3/+0
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-111-0/+3
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-081-0/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-081-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