aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c
AgeCommit message (Expand)Author
2020-09-17crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-09-17crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-09-17crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-07-07crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-04-16crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu
2020-01-19crypto: af_alg - cast ki_complete ternary op to intAyush Sawal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28crypto: af_alg - use struct_size() in sock_kfree_s()Gustavo A. R. Silva
2019-02-18net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-01-18crypto: af_alg - remove redundant initializations of sk_familyEric Biggers
2019-01-18crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl()Eric Biggers
2019-01-18crypto: af_alg - make some functions staticEric Biggers
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-13crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
2017-11-29crypto: af_alg - fix NULL pointer dereference inEric Biggers
2017-11-27crypto: annotate ->poll() instancesAl Viro
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef
2017-09-20crypto: af_alg - update correct dst SGL entryStephan Mueller
2017-08-22crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-07-12NetworkingHerbert Xu
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu