aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/algif_aead.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-8/+149
2017-04-24crypto: algif_aead - Require setkey before accept(2)Stephan Mueller1-8/+149
2017-04-10crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu1-6/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain1-1/+1
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds1-12/+2
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2016-12-13crypto: doc - clarify AEAD memory structureStephan Mueller1-12/+2
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+37
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller1-1/+1
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller1-21/+36
2016-12-01crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller1-2/+3
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+4
2016-04-05crypto: af_alg - add async support to algif_aeadTadeusz Struk1-31/+237
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-2/+2
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin1-3/+3
2015-08-25crypto: algif_aead - fix for multiple operations on AF_ALG socketsLars Persson1-0/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu1-1/+2
2015-05-28crypto: algif_aead - Switch to new AEAD interfaceHerbert Xu1-58/+8
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-5/+4
2015-05-18crypto: algif_aead - fix invalid sgl linkingTadeusz Struk1-5/+4
2015-04-23crypto: algif_aead - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-15crypto: fix mis-merge with the networking mergeLinus Torvalds1-4/+2
2015-03-04crypto: algif - add AEAD supportStephan Mueller1-0/+666