summaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-08crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2017-09-27crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller1-1/+3
2016-04-19crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-04-19crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-04-19crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-04-19crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+42
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2013-11-30net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-21net: 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