summaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-01-181-9/+7
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-181-1/+8
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-181-1/+12
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-01-181-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-181-3/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-2/+2
|\
| * net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* | crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2015-06-221-1/+4
|/
* crypto: af_alg - make exports consistantTadeusz Struk2015-04-011-1/+1
* crypto: af_alg - Allow to link sglTadeusz Struk2015-03-231-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-141-2/+9
|\
| * crypto: af_alg - zeroize key dataStephan Mueller2014-12-261-1/+1
| * crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2014-12-221-0/+7
| * crypto: af_alg - fixed style error in af_alg.cJoshua I. James2014-12-221-1/+1
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-101-1/+1
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-041-29/+11
|/
* crypto: af_alg - fix backlog handlingRabin Vincent2014-12-221-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-0/+6
|\
| * crypto: af_alg - add user space interface for AEADStephan Mueller2014-12-051-0/+6
* | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-1/+1
|/
* 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