summaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
Commit message (Expand)AuthorAge
* crypto: aead - prevent using AEADs without setting keyEric Biggers2018-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-22
|\
| * crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-22
| * crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-11
| * crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-11
| * crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-24
| * crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller2017-11-24
* | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()Eric Biggers2017-12-22
* | crypto: algif_aead - fix reference counting of null skcipherEric Biggers2017-11-29
|/
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-03
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-22
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-09
* crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-09
* crypto: algif - return error code when no data was processedStephan Mueller2017-08-09
* crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-28
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-02
|\
| * crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-04-24
* | crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu2017-04-10
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-03
* Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-17
|\
| * crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-13
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-14
|\ \
| * | crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller2016-12-01
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-10
|\ \
| * | crypto: algif_aead - fix uninitialized variable warningStephan Mueller2016-12-08
| * | crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller2016-12-07
| |/
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
|/
* crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
| |\
| * | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-30
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-12
|\ \ \ | |_|/ |/| |
| * | crypto: algif - Change some variable to size_tLABBE Corentin2015-11-17
| |/
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
|/
* crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson2015-08-25
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
* crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-22
* crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu2015-05-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-28
|\
| * crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-18
* | crypto: algif_aead - Include crypto/aead.hHerbert Xu2015-04-23
|/
* crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-15
* crypto: algif - add AEAD supportStephan Mueller2015-03-04