aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-06-03crypto: af_alg - use DIV_ROUND_UP helper macro for calculationsWu Bo1-1/+1
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap1-41/+53
2020-11-06crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers1-3/+7
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+13
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova1-1/+13
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-1/+0
2020-07-09crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu1-3/+8
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu1-15/+11
2020-03-30crypto: af_alg - bool type cosmeticsLothar Rubusch1-5/+5
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2019-12-11crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu1-2/+4
2019-10-10crypto: af_alg - cast ki_complete ternary op to intAyush Sawal1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-23/+13
2019-02-28crypto: af_alg - use struct_size() in sock_kfree_s()Gustavo A. R. Silva1-2/+1
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan1-1/+3
2019-01-18crypto: af_alg - remove redundant initializations of sk_familyEric Biggers1-3/+0
2019-01-18crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()Eric Biggers1-5/+5
2019-01-18crypto: af_alg - make some functions staticEric Biggers1-13/+7
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+3
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller1-1/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig1-10/+3
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+6
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+0
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-15/+16
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron1-2/+2
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+7
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller1-6/+0
2017-11-29crypto: af_alg - fix NULL pointer dereference inEric Biggers1-6/+7
2017-11-27crypto: annotate ->poll() instancesAl Viro1-2/+2
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller1-7/+14
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef1-27/+0
2017-09-20crypto: af_alg - update correct dst SGL entryStephan Mueller1-2/+2
2017-08-22crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller1-4/+2