summaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
* | crypto: af_alg: convert to ->poll_maskChristoph Hellwig2018-05-261-10/+3
* | net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0
|/
* crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-04-071-4/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-4/+6
|\
| * crypto: af_alg - whitelist mask and typeStephan Mueller2018-01-121-4/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-12-221-15/+16
| |\
* | \ Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ \
| * | | crypto: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-051-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-221-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-221-6/+0
|\ \ \ \ | |/ / /
| * | | crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-111-6/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-111-6/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | crypto: af_alg - fix NULL pointer dereference inEric Biggers2017-11-291-6/+7
| |/
* | crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-241-7/+14
|/
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-27/+0
* crypto: af_alg - update correct dst SGL entryStephan Mueller2017-09-201-2/+2
* crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-221-4/+2
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-091-0/+693
* NetworkingHerbert Xu2017-07-121-1/+1
* crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu2017-04-101-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-4/+5
* 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
OpenPOWER on IntegriCloud