summaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu2023-12-081-3/+69
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-14/+0
* crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-4/+4
* crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells2023-06-081-1/+1
* crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu2020-08-211-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-141-6/+1
|\
| * crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2020-08-131-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-4/+0
|\ \ | |/ |/|
| * net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-4/+0
* | crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu2020-06-181-2/+2
|/
* crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu2020-06-181-6/+3
* crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu2020-06-151-5/+1
* crypto: algif_skcipher - Use chunksize instead of blocksizeHerbert Xu2019-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+2
* treewide: Use array_size() in sock_kmalloc()Kees Cook2018-06-121-1/+2
* crypto: af_alg: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-46/+13
|\
| * crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-121-46/+13
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+0
|\ \ | |/ |/|
| * crypto: annotate ->poll() instancesAl Viro2017-11-271-1/+0
* | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-221-1/+1
* | crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-111-5/+5
* | crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-111-0/+6
* | crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-241-11/+12
|/
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-5/+4
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-091-601/+37
* crypto: algif - return error code when no data was processedStephan Mueller2017-08-091-1/+3
* crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-141-1/+3
|\
| * crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-011-1/+3
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-9/+9
|/
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-061-2/+3
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-061-4/+11
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-061-32/+28
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-221-16/+156
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-201-1/+2
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-191-7/+7
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-181-1/+1
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-181-5/+144
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-181-7/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-2/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-31/+30
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-3/+3
| |\ \
| * | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-121-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: algif - Change some variable to size_tLABBE Corentin2015-11-171-5/+5
| |/ /