aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-18/+4
2023-06-08crypto: af_alg: Support MSG_SPLICE_PAGESGravatar David Howells 1-11/+11
2023-06-08crypto: af_alg: Use extract_iter_to_sg() to create scatterlistsGravatar David Howells 1-7/+9
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathGravatar Herbert Xu 1-3/+4
2020-08-21crypto: algif_aead - delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+0
2020-08-13crypto: algif_aead - fix uninitialized ctx->initGravatar Ondrej Mosnacek 1-6/+0
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-09-28crypto: null - Remove VLA usage of skcipherGravatar Kees Cook 1-6/+6
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-2/+2
2018-05-26crypto: af_alg: convert to ->poll_maskGravatar Christoph Hellwig 1-2/+2
2018-01-12crypto: aead - prevent using AEADs without setting keyGravatar Eric Biggers 1-8/+3
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-21/+43
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Gravatar Eric Biggers 1-2/+2
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-29crypto: algif_aead - fix reference counting of null skcipherGravatar Eric Biggers 1-1/+1
2017-11-24crypto: af_alg - remove locking in async callbackGravatar Stephan Mueller 1-11/+12
2017-11-24crypto: algif_aead - skip SGL entries with NULL pageGravatar Stephan Mueller 1-9/+24
2017-11-03crypto: algif - move to generic async completionGravatar Gilad Ben-Yossef 1-4/+4
2017-08-22crypto: algif_aead - fix comment regarding memory layoutGravatar Stephan Mueller 1-2/+2
2017-08-09crypto: af_alg - consolidation of duplicate codeGravatar Stephan Mueller 1-661/+40
2017-08-09crypto: algif_aead - copy AAD from src to dstGravatar Stephan Mueller 1-23/+160
2017-08-09crypto: algif - return error code when no data was processedGravatar Stephan Mueller 1-1/+3
2017-07-28crypto: algif_aead - overhaul memory managementGravatar Stephan Mueller 1-324/+442
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-8/+149
2017-04-24crypto: algif_aead - Require setkey before accept(2)Gravatar Stephan Mueller 1-8/+149
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionGravatar Herbert Xu 1-6/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-03crypto: algif_aead - Fix kernel panic on list_delGravatar Harsh Jain 1-1/+1
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-12/+2
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+3
2016-12-13crypto: doc - clarify AEAD memory structureGravatar Stephan Mueller 1-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-22/+37
2016-12-08crypto: algif_aead - fix uninitialized variable warningGravatar Stephan Mueller 1-1/+1
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingGravatar Stephan Mueller 1-21/+36
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferGravatar Stephan Mueller 1-2/+3
2016-11-14net: fix sleeping for sk_wait_event()Gravatar WANG Cong 1-5/+4
2016-04-05crypto: af_alg - add async support to algif_aeadGravatar Tadeusz Struk 1-31/+237
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-3/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAGravatar Eric Dumazet 1-2/+2