aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingGravatar Herbert Xu 1-3/+69
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-14/+0
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESGravatar David Howells 1-4/+4
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsGravatar David Howells 1-1/+1
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorGravatar Herbert Xu 1-1/+1
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+1
2020-08-13crypto: algif_aead - fix uninitialized ctx->initGravatar Ondrej Mosnacek 1-6/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-4/+0
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-4/+0
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroGravatar Herbert Xu 1-2/+2
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Gravatar Herbert Xu 1-6/+3
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedGravatar Herbert Xu 1-5/+1
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeGravatar Herbert Xu 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-2/+2
2018-06-12treewide: Use array_size() in sock_kmalloc()Gravatar Kees Cook 1-1/+2
2018-05-26crypto: af_alg: convert to ->poll_maskGravatar Christoph Hellwig 1-2/+2
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-46/+13
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2018-01-12crypto: skcipher - prevent using skciphers without setting keyGravatar Eric Biggers 1-46/+13
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tGravatar Jonathan Cameron 1-1/+1
2017-12-11crypto: af_alg - fix race accessing cipher requestGravatar Stephan Mueller 1-5/+5
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgGravatar Stephan Mueller 1-0/+6
2017-11-27crypto: annotate ->poll() instancesGravatar Al Viro 1-1/+0
2017-11-24crypto: af_alg - remove locking in async callbackGravatar Stephan Mueller 1-11/+12
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 1-5/+4
2017-08-09crypto: af_alg - consolidation of duplicate codeGravatar Stephan Mueller 1-601/+37
2017-08-09crypto: algif - return error code when no data was processedGravatar Stephan Mueller 1-1/+3
2017-07-28crypto: algif_skcipher - overhaul memory managementGravatar Stephan Mueller 1-282/+279
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+3
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsGravatar Pan Bian 1-1/+3
2016-11-14net: fix sleeping for sk_wait_event()Gravatar WANG Cong 1-9/+9
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathGravatar Herbert Xu 1-2/+3
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockGravatar Herbert Xu 1-4/+11
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedGravatar Herbert Xu 1-32/+28
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-16/+156
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneGravatar Herbert Xu 1-1/+2
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingGravatar Herbert Xu 1-7/+7
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyGravatar Herbert Xu 1-3/+6
2016-01-18crypto: algif_skcipher - Remove custom release parent functionGravatar Herbert Xu 1-40/+3
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullGravatar Herbert Xu 1-1/+1
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathGravatar Herbert Xu 1-5/+144
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Gravatar Herbert Xu 1-7/+41
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-5/+5
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-31/+30
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-31/+30
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceGravatar Herbert Xu 1-31/+30
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3