aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/if_alg.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-06crypto: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-01-18crypto: af_alg - make some functions staticGravatar Eric Biggers 1-7/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+2
2018-05-26crypto: af_alg: convert to ->poll_maskGravatar Christoph Hellwig 1-2/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tGravatar Jonathan Cameron 1-2/+3
2017-11-27crypto: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-24crypto: af_alg - remove locking in async callbackGravatar Stephan Mueller 1-0/+1
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 1-14/+1
2017-08-09crypto: af_alg - consolidation of duplicate codeGravatar Stephan Mueller 1-0/+170
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathGravatar Herbert Xu 1-0/+1
2016-01-18crypto: af_alg - Add nokey compatibility pathGravatar Herbert Xu 1-0/+2
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Gravatar Herbert Xu 1-5/+3
2015-03-23crypto: af_alg - Allow to link sglGravatar Tadeusz Struk 1-1/+3
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+1
2015-02-04crypto: switch af_alg_make_sg() to iov_iterGravatar Al Viro 1-2/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeGravatar Stephan Mueller 1-0/+1
2014-12-05crypto: af_alg - add user space interface for AEADGravatar Stephan Mueller 1-0/+1
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2010-11-19crypto: af_alg - User-space interface for Crypto APIGravatar Herbert Xu 1-0/+92