Age | Commit message (Expand) | Author |
2024-05-31 | crypto: Add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe |
2024-03-29 | net: add sk_wake_async_rcu() helper | Eric Dumazet |
2023-12-08 | crypto: af_alg - Disallow multiple in-flight AIO requests | Herbert Xu |
2023-08-29 | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-08-18 | crypto: fix uninit-value in af_alg_free_resources | Pavel Skripkin |
2023-08-11 | crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial() | Frederick Lawler |
2023-08-04 | crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390 | David Howells |
2023-07-05 | crypto: af_alg - Fix merging of written data into spliced pages | David Howells |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-18 | crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit | David Howells |
2023-06-08 | crypto: af_alg/hash: Support MSG_SPLICE_PAGES | David Howells |
2023-06-08 | crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES | David Howells |
2023-06-08 | crypto: af_alg: Support MSG_SPLICE_PAGES | David Howells |
2023-06-08 | crypto: af_alg: Indent the loop in af_alg_sendmsg() | David Howells |
2023-06-08 | crypto: af_alg: Use extract_iter_to_sg() to create scatterlists | David Howells |
2023-06-08 | crypto: af_alg: Pin pages rather than ref'ing if appropriate | David Howells |
2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu |
2022-10-28 | crypto: af_alg - Support symmetric encryption via keyring keys | Frederick Lawler |
2022-08-08 | af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages() | Al Viro |
2022-02-15 | crypto: af_alg - get rid of alg_memory_allocated | Eric Dumazet |
2022-01-07 | crypto: af_alg - rewrite NULL pointer check | Jiasheng Jiang |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe |
2021-06-03 | crypto: af_alg - use DIV_ROUND_UP helper macro for calculations | Wu Bo |
2021-04-22 | crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c | Randy Dunlap |
2020-11-06 | crypto: af_alg - avoid undefined behavior accessing salg_name | Eric Biggers |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-09-25 | crypto: af_alg - add extra parameters for DRBG interface | Elena Petrova |
2020-08-27 | crypto: af_alg - Work around empty control messages without MSG_MORE | Herbert Xu |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig |
2020-07-09 | crypto: af_alg - Fix regression on empty requests | Herbert Xu |
2020-06-18 | crypto: algif_aead - Only wake up when ctx->more is zero | Herbert Xu |
2020-06-18 | crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() | Herbert Xu |
2020-03-30 | crypto: af_alg - bool type cosmetics | Lothar Rubusch |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada |
2019-12-11 | crypto: af_alg - Use bh_lock_sock in sk_destruct | Herbert Xu |
2019-10-10 | crypto: af_alg - cast ki_complete ternary op to int | Ayush Sawal |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-03-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-02-28 | crypto: af_alg - use struct_size() in sock_kfree_s() | Gustavo A. R. Silva |
2019-02-18 | net: crypto set sk to NULL when af_alg_release. | Mao Wenan |
2019-01-18 | crypto: af_alg - remove redundant initializations of sk_family | Eric Biggers |
2019-01-18 | crypto: af_alg - use list_for_each_entry() in af_alg_count_tsgl() | Eric Biggers |
2019-01-18 | crypto: af_alg - make some functions static | Eric Biggers |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig |
2018-07-19 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2018-07-13 | crypto: af_alg - Initialize sg_num_bytes in error code path | Stephan Mueller |