summaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
Commit message (Expand)AuthorAgeFilesLines
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-18/+4
* crypto: af_alg: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-11/+11
* crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsDavid Howells2023-06-081-7/+9
* crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu2020-08-211-3/+4
* crypto: algif_aead - delete duplicated wordRandy Dunlap2020-08-211-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-141-6/+0
|\
| * crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2020-08-131-6/+0
* | 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* crypto: null - Remove VLA usage of skcipherKees Cook2018-09-281-6/+6
* 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-2/+2
* crypto: af_alg: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+2
* crypto: aead - prevent using AEADs without setting keyEric Biggers2018-01-121-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-221-21/+43
|\
| * 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_aead - skip SGL entries with NULL pageStephan Mueller2017-11-241-9/+24
* | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-221-2/+2
* | crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-291-1/+1
|/
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-4/+4
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-091-661/+40
* crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-091-23/+160
* crypto: algif - return error code when no data was processedStephan Mueller2017-08-091-1/+3
* crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-281-324/+442
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-021-8/+149
|\
| * crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-04-241-8/+149
* | crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu2017-04-101-6/+6
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-031-1/+1
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-171-12/+2
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-131-12/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-141-2/+3
|\ \
| * | crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller2016-12-011-2/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-22/+37
|\ \
| * | crypto: algif_aead - fix uninitialized variable warningStephan Mueller2016-12-081-1/+1
| * | crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller2016-12-071-21/+36
| |/
* / net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-5/+4
|/
* crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-051-31/+237
* 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-031-2/+2
| |\
| * | 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-3/+3
|\ \ \ | |_|/ |/| |