summaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
AgeCommit message (Expand)Author
2017-05-20crypto: algif_aead - Require setkey before accept(2)Stephan Mueller
2017-04-21crypto: algif_aead - Fix bogus request dereference in completion functionHerbert Xu
2017-02-14crypto: algif_aead - Fix kernel panic on list_delHarsh Jain
2016-12-08crypto: algif_aead - fix uninitialized variable warningStephan Mueller
2016-12-07crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller
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
2015-04-23crypto: algif_aead - Include crypto/aead.hHerbert Xu
2015-04-15crypto: fix mis-merge with the networking mergeLinus Torvalds
2015-03-04crypto: algif - add AEAD supportStephan Mueller