summaryrefslogtreecommitdiff
path: root/crypto/af_alg.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-02crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-02crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-1/+8
2016-02-02crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
2016-02-02crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-02crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2015-01-15crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
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-27atomic: 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