aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
AgeCommit message (Expand)Author
2020-09-17crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-09-17crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-07-07crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-28crypto: null - Remove VLA usage of skcipherKees Cook
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: Use array_size() in sock_kmalloc()Kees Cook
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig
2018-01-12crypto: aead - prevent using AEADs without setting keyEric Biggers
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-12-22crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-11crypto: af_alg - fix race accessing cipher requestStephan Mueller
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
2017-11-29crypto: algif_aead - fix reference counting of null skcipherEric Biggers
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller
2017-11-24crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef
2017-08-22crypto: algif_aead - fix comment regarding memory layoutStephan Mueller
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller
2017-07-28crypto: algif_aead - overhaul memory managementStephan Mueller
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-04-05crypto: af_alg - add async support to algif_aeadTadeusz Struk
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin
2015-08-25crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk