summaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-06-161-42/+12
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-251-1/+3
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-241-3/+6
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-241-40/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-241-8/+193
* crypto: algif_hash - Only export and import on sockets with dataHerbert Xu2015-12-131-2/+10
* 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-2/+0
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-101-0/+2
* crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu2011-06-301-1/+3
* crypto: algif_hash - User-space interface for hash operationsHerbert Xu2010-11-191-0/+319