- 709b2d0 crypto: af_alg - avoid undefined behavior accessing salg_name by Eric Biggers · 4 years, 2 months ago
- 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
- 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
- c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 4 years, 4 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
- 662bb52f crypto: af_alg - Fix regression on empty requests by Herbert Xu · 4 years, 6 months ago
- f3c802a crypto: algif_aead - Only wake up when ctx->more is zero by Herbert Xu · 4 years, 7 months ago
- 34c86f4 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 7 months ago
- fcb90d5 crypto: af_alg - bool type cosmetics by Lothar Rubusch · 4 years, 9 months ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
- 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
- 64e7f85 crypto: af_alg - cast ki_complete ternary op to int by Ayush Sawal · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 91e1484 crypto: af_alg - use struct_size() in sock_kfree_s() by Gustavo A. R. Silva · 6 years ago
- 9060cb7 net: crypto set sk to NULL when af_alg_release. by Mao Wenan · 6 years ago
- 6d0d6cf crypto: af_alg - remove redundant initializations of sk_family by Eric Biggers · 6 years ago
- 7c39edf crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl() by Eric Biggers · 6 years ago
- 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
- 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 · 7 years ago
- 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 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 · 10 years ago
- 15539de crypto: af_alg - Forbid the use internal algorithms by Herbert Xu · 10 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