- cbdad1f crypto: algif_aead - Do not set MAY_BACKLOG on the async path by Herbert Xu · 4 years, 5 months ago
- 4eb57bc crypto: algif_aead - delete duplicated word by Randy Dunlap · 4 years, 5 months ago
- d9361cb Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 4 months ago
- 21dfbcd1 crypto: algif_aead - fix uninitialized ctx->init by Ondrej Mosnacek · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 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
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 76e43e3 treewide: Use array_size() in sock_kmalloc() by Kees Cook · 7 years ago
- b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
- 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
- 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
- af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
- d53c513 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
- 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
- b32a7dc crypto: algif_aead - fix reference counting of null skcipher by Eric Biggers · 7 years ago
- 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
- 8e1fa89 crypto: algif_aead - skip SGL entries with NULL page by Stephan Mueller · 7 years ago
- 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
- 75d11e7 crypto: algif_aead - fix comment regarding memory layout by Stephan Mueller · 7 years ago
- 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
- 72548b0 crypto: algif_aead - copy AAD from src to dst by Stephan Mueller · 7 years ago
- 5703c82 crypto: algif - return error code when no data was processed by Stephan Mueller · 7 years ago
- d887c52 crypto: algif_aead - overhaul memory management by Stephan Mueller · 8 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 2a2a251 crypto: algif_aead - Require setkey before accept(2) by Stephan Mueller · 8 years ago
- e6534ae crypto: algif_aead - Fix bogus request dereference in completion function by Herbert Xu · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 0b529f1 crypto: algif_aead - Fix kernel panic on list_del by Harsh Jain · 8 years ago
- 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
- 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 3f692d5 crypto: doc - clarify AEAD memory structure by Stephan Mueller · 8 years ago
- 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 678b5c6 crypto: algif_aead - fix uninitialized variable warning by Stephan Mueller · 8 years ago
- 0c1e16c crypto: algif_aead - fix AEAD tag memory handling by Stephan Mueller · 8 years ago
- 5937d81 crypto: algif_aead - fix AIO handling of zero buffer by Stephan Mueller · 8 years ago
- d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
- 83094e5e crypto: af_alg - add async support to algif_aead by Tadeusz Struk · 9 years ago
- aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- c597b6b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
- 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
- 652d5b8 crypto: algif - Change some variable to size_t by LABBE Corentin · 9 years ago
- bf43341 crypto: algif_aead - fix for multiple operations on AF_ALG sockets by Lars Persson · 9 years ago
- 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
- 3e90950 crypto: algif_aead - Temporarily disable all AEAD algorithms by Herbert Xu · 10 years ago
- 19fa775 crypto: algif_aead - Switch to new AEAD interface by Herbert Xu · 10 years ago
- 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
- 7b2a18e crypto: algif_aead - fix invalid sgl linking by Tadeusz Struk · 10 years ago
- 89081da crypto: algif_aead - Include crypto/aead.h by Herbert Xu · 10 years ago
- eccd02f crypto: fix mis-merge with the networking merge by Linus Torvalds · 10 years ago
- 400c40c crypto: algif - add AEAD support by Stephan Mueller · 10 years ago