Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e12e4044aede97974f2222eb7f0ed726a5179a32
/
crypto
/
af_alg.c
89ab066
Revert "net: simplify sock_poll_wait"
by Karsten Graul
· 6 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 6 years ago
b4394c3
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
2546da9
crypto: af_alg - Initialize sg_num_bytes in error code path
by Stephan Mueller
· 6 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 6 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
0ed2dd0
treewide: Use struct_size() for devm_kmalloc() and friends
by Kees Cook
· 7 years ago
b28fc82
crypto: af_alg: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
984652d
net: remove sock_no_poll
by Christoph Hellwig
· 7 years ago
a466856
crypto: af_alg - fix possible uninit-value in alg_bind()
by Eric Dumazet
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
bb30b88
crypto: af_alg - whitelist mask and type
by Stephan Mueller
· 7 years ago
64648a5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
0fc0f18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
45fa9a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 7 years ago
af955bf
crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t
by Jonathan Cameron
· 7 years ago
916b20e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
11edb55
crypto: af_alg - wait for data at beginning of recvmsg
by Stephan Mueller
· 7 years ago
887207e
crypto: af_alg - fix NULL pointer dereference in
by Eric Biggers
· 7 years ago
38544bf
crypto: annotate ->poll() instances
by Al Viro
· 7 years ago
7d2c3f5
crypto: af_alg - remove locking in async callback
by Stephan Mueller
· 7 years ago
2c3f8b1
crypto: algif - move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
e117765
crypto: af_alg - update correct dst SGL entry
by Stephan Mueller
· 7 years ago
2d45a7e
crypto: af_alg - get_page upon reassignment to TX SGL
by Stephan Mueller
· 7 years ago
2d97591
crypto: af_alg - consolidation of duplicate code
by Stephan Mueller
· 7 years ago
2acce6a
Networking
by Herbert Xu
· 7 years ago
3f69cc6
crypto: af_alg - Allow arbitrarily long algorithm names
by Herbert Xu
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
a6a48c5
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
by Herbert Xu
· 9 years ago
6a93517
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
by Herbert Xu
· 9 years ago
3776658
crypto: af_alg - Add nokey compatibility path
by Herbert Xu
· 9 years ago
a383292
crypto: af_alg - Fix socket double-free when accept fails
by Herbert Xu
· 9 years ago
c840ac6
crypto: af_alg - Disallow bind/setkey/... after accept(2)
by Herbert Xu
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
15539de
crypto: af_alg - Forbid the use internal algorithms
by Herbert Xu
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
bd50752
crypto: af_alg - make exports consistant
by Tadeusz Struk
· 10 years ago
66db373
crypto: af_alg - Allow to link sgl
by Tadeusz Struk
· 10 years ago
fee5429
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
9399f0c
crypto: fix af_alg_make_sg() conversion to iov_iter
by Linus Torvalds
· 10 years ago
1d10eb2
crypto: switch af_alg_make_sg() to iov_iter
by Al Viro
· 10 years ago
ad202c8
crypto: af_alg - zeroize key data
by Stephan Mueller
· 10 years ago
25fb863
crypto: af_alg - add setsockopt for auth tag size
by Stephan Mueller
· 10 years ago
267c422
crypto: af_alg - fixed style error in af_alg.c
by Joshua I. James
· 10 years ago
7e77bde
crypto: af_alg - fix backlog handling
by Rabin Vincent
· 10 years ago
e3aa91a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
f95b414
net: introduce helper macro for_each_cmsghdr
by Gu Zheng
· 10 years ago
af8e807
crypto: af_alg - add user space interface for AEAD
by Stephan Mueller
· 10 years ago
4c63f83
crypto: af_alg - properly label AF_ALG socket
by Milan Broz
· 10 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
0686952
crypto: af_alg - fix af_alg memory_allocated data type
by Randy Dunlap
· 14 years ago
507cad3
crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets
by Miloslav Trmač
· 14 years ago
03c8efc
crypto: af_alg - User-space interface for Crypto API
by Herbert Xu
· 14 years ago