Age | Commit message (Expand) | Author |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-08 | crypto: af_alg: Support MSG_SPLICE_PAGES | David Howells |
2023-06-08 | crypto: af_alg: Use extract_iter_to_sg() to create scatterlists | David Howells |
2020-08-21 | crypto: algif_aead - Do not set MAY_BACKLOG on the async path | Herbert Xu |
2020-08-21 | crypto: algif_aead - delete duplicated word | Randy Dunlap |
2020-08-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-08-13 | crypto: algif_aead - fix uninitialized ctx->init | Ondrej Mosnacek |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig |
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 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2018-09-28 | crypto: null - Remove VLA usage of skcipher | Kees Cook |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-12 | treewide: Use array_size() in sock_kmalloc() | Kees Cook |
2018-05-26 | crypto: af_alg: convert to ->poll_mask | Christoph Hellwig |
2018-01-12 | crypto: aead - prevent using AEADs without setting key | Eric Biggers |
2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2017-12-22 | crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() | Eric Biggers |
2017-12-22 | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t | Jonathan Cameron |
2017-12-11 | crypto: af_alg - fix race accessing cipher request | Stephan Mueller |
2017-12-11 | crypto: af_alg - wait for data at beginning of recvmsg | Stephan Mueller |
2017-11-29 | crypto: algif_aead - fix reference counting of null skcipher | Eric Biggers |
2017-11-24 | crypto: af_alg - remove locking in async callback | Stephan Mueller |
2017-11-24 | crypto: algif_aead - skip SGL entries with NULL page | Stephan Mueller |
2017-11-03 | crypto: algif - move to generic async completion | Gilad Ben-Yossef |
2017-08-22 | crypto: algif_aead - fix comment regarding memory layout | Stephan Mueller |
2017-08-09 | crypto: af_alg - consolidation of duplicate code | Stephan Mueller |
2017-08-09 | crypto: algif_aead - copy AAD from src to dst | Stephan Mueller |
2017-08-09 | crypto: algif - return error code when no data was processed | Stephan Mueller |
2017-07-28 | crypto: algif_aead - overhaul memory management | Stephan Mueller |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-05-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-04-24 | crypto: algif_aead - Require setkey before accept(2) | Stephan Mueller |
2017-04-10 | crypto: algif_aead - Fix bogus request dereference in completion function | Herbert Xu |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-03 | crypto: algif_aead - Fix kernel panic on list_del | Harsh Jain |
2016-12-17 | Merge tag 'docs-4.10-2' of git://git.lwn.net/linux | Linus Torvalds |
2016-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-12-13 | crypto: doc - clarify AEAD memory structure | Stephan Mueller |
2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-08 | crypto: algif_aead - fix uninitialized variable warning | Stephan Mueller |
2016-12-07 | crypto: algif_aead - fix AEAD tag memory handling | Stephan Mueller |
2016-12-01 | crypto: algif_aead - fix AIO handling of zero buffer | Stephan Mueller |
2016-11-14 | net: fix sleeping for sk_wait_event() | WANG Cong |
2016-04-05 | crypto: af_alg - add async support to algif_aead | Tadeusz Struk |
2016-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-01-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet |