summaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | crypto: algif - Change some variable to size_tLABBE Corentin2015-11-171-3/+3
| |/
* / net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
|/
* crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson2015-08-251-0/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-2/+1
* crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu2015-06-221-1/+2
* crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu2015-05-281-58/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-281-5/+4
|\
| * crypto: algif_aead - fix invalid sgl linkingTadeusz Struk2015-05-181-5/+4
* | crypto: algif_aead - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
|/
* crypto: fix mis-merge with the networking mergeLinus Torvalds2015-04-151-4/+2
* crypto: algif - add AEAD supportStephan Mueller2015-03-041-0/+666