aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2015-06-22crypto: af_alg - Forbid the use internal algorithmsHerbert Xu1-1/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk1-1/+1
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk1-5/+13
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+9
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds1-1/+1
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-29/+11
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller1-1/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller1-0/+7
2014-12-22crypto: af_alg - fixed style error in af_alg.cJoshua I. James1-1/+1
2014-12-22crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+6
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller1-0/+6
2014-07-31crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap1-1/+1
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač1-0/+1
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu1-0/+482