aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/algif_aead.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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