aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/af_alg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2018-05-26crypto: af_alg: convert to ->poll_maskChristoph Hellwig1-10/+3
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+6
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-12crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2017-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+0
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-15/+16
2017-12-22crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron1-2/+2
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+7
2017-12-11crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller1-6/+0
2017-11-29crypto: af_alg - fix NULL pointer dereference inEric Biggers1-6/+7
2017-11-27crypto: annotate ->poll() instancesAl Viro1-2/+2
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller1-7/+14
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef1-27/+0
2017-09-20crypto: af_alg - update correct dst SGL entryStephan Mueller1-2/+2
2017-08-22crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller1-4/+2
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller1-0/+693
2017-07-12NetworkingHerbert Xu1-1/+1
2017-04-10crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu1-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-4/+5
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 Xu1-1/+8
2016-01-18crypto: af_alg - Add nokey compatibility pathHerbert Xu1-1/+12
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 Xu1-3/+32
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
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. Biederman1-2/+2
2015-04-01crypto: af_alg - make exports consistantTadeusz Struk1-1/+1
2015-03-23crypto: af_alg - Allow to link sglTadeusz Struk1-5/+13
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+9
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds1-1/+1
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro1-29/+11
2014-12-26crypto: af_alg - zeroize key dataStephan Mueller1-1/+1
2014-12-22crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller1-0/+7
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 Torvalds1-0/+6
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-05crypto: af_alg - add user space interface for AEADStephan Mueller1-0/+6
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-26atomic: 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