summaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-04-181-1/+1
* Fix "crypto: algif_hash - Require setkey before accept(2)"Greg Kroah-Hartman2017-02-081-4/+4
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-151-1/+3
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-091-3/+6
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-091-40/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-091-8/+193
* 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