aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_hash.c
AgeCommit message (Expand)Author
2020-07-07crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-04crypto: hash - Remove VLA usageKees Cook
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2016-12-27crypto: algif_hash - avoid zero-sized arrayJiri Slaby
2016-11-22crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu
2016-11-18crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y
2016-01-18crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu
2016-01-18crypto: algif_hash - Remove custom release parent functionHerbert Xu
2016-01-18crypto: algif_hash - Require setkey before accept(2)Herbert Xu
2015-11-02crypto: algif_hash - Only export and import on sockets with dataHerbert Xu
2015-04-11new helper: msg_data_left()Al Viro
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-12crypto: algif - zeroize message digest bufferStephan Mueller
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu