summaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Use bh_lock_sock in sk_destructHerbert Xu2020-05-221-2/+4
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-10-211-4/+4
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-06-161-0/+5
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-021-9/+7
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-021-1/+8
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-021-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-021-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-021-3/+32
* crypto: af_alg - fix backlog handlingRabin Vincent2015-01-151-0/+3
* crypto: af_alg - properly label AF_ALG socketMilan Broz2014-07-311-0/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap2010-12-211-1/+1
* crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač2010-12-081-0/+1
* crypto: af_alg - User-space interface for Crypto APIHerbert Xu2010-11-191-0/+482