aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu1-3/+69
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-14/+0
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells1-4/+4
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells1-1/+1
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+1
2020-08-13crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek1-6/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+0
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-4/+0
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu1-2/+2
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu1-6/+3
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu1-5/+1
2019-10-05crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+2
2018-06-12treewide: Use array_size() in sock_kmalloc()Kees Cook1-1/+2
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig1-2/+2
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-46/+13
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2018-01-12crypto: skcipher - prevent using skciphers without setting keyEric Biggers1-46/+13
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron1-1/+1
2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller1-5/+5
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller1-0/+6
2017-11-27crypto: annotate ->poll() instancesAl Viro1-1/+0
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller1-11/+12
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef1-5/+4
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller1-601/+37
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller1-1/+3
2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller1-282/+279
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian1-1/+3
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-9/+9
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-16/+156
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-5/+5
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+30
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-31/+30
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu1-31/+30
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-3/+3
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-2/+2
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin1-5/+5
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams1-1/+1
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-04-01crypto: algif - explicitly mark end of datatadeusz.struk@intel.com1-4/+8
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk1-1/+1
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com1-1/+1
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk1-7/+226
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+4
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds1-3/+2
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-41/+33
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk1-0/+8
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+6
2014-12-09put iov_iter into msghdrAl Viro1-2/+2
2014-12-02crypto: algif_skcipher - initialize upon init requestStephan Mueller1-1/+3
2014-12-01crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz1-4/+0
2014-11-28crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu1-3/+2
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-2/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-5/+5
2014-11-12crypto: algif - zeroize IV bufferStephan Mueller1-0/+1
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+0
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause1-0/+1
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu1-21/+11
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu1-1/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu1-0/+640