summaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-241-1/+1
* 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_skcipher - Load TX SG list after waitingHerbert Xu2016-02-021-7/+7
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-11-141-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