aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)Author
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-13crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: Use array_size() in sock_kmalloc()Kees Cook
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig
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: skcipher - prevent using skciphers without setting keyEric Biggers
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
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-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller
2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams