summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2016-01-18crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-01-18crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2-1/+9
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu2-1/+14
2016-01-18crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-01-18crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2-8/+35
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1418-27524/+109442
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. Biederman59-108/+109
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk1-1/+1
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk2-6/+16
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds70-709/+1785
2015-02-11crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2-4/+3
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro4-100/+62
2014-12-25crypto: af_alg - zeroize key dataStephan Mueller1-1/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2-0/+8
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 Torvalds167-814/+6836
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng10-16/+15
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller3-0/+9
2014-07-31crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang86-138/+138
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
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 Xu5-0/+618