Oliver Crumrine ([email protected])

Number of posts: 45 (0.26 per day)
First post: 2023-10-22 16:20:12
Last post: 2024-04-15 23:51:39

Date List Subject
2024-04-15 23:51:39 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-11 00:54:09 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-09 01:35:27 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-07 19:15:09 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-07 13:37:18 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-05 20:04:51 linux-kernel Re: [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-05 02:20:15 linux-kernel [PATCH 3/3] io_uring: Support IOSQE_CQE_SKIP_SUCCESS in io_uring zerocopy test
2024-04-05 02:19:15 linux-kernel [PATCH 2/3] io_uring: Add io_uring_peek_cqe to mini_liburing
2024-04-05 02:18:15 linux-kernel [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for io_uring zerocopy
2024-04-05 02:16:49 linux-kernel [PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
2024-04-05 02:08:08 linux-kernel [PATCHSET 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
2024-03-17 17:56:04 linux-kernel [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-17 13:02:53 linux-kernel Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-16 22:41:45 linux-kernel Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-13 22:27:40 linux-kernel Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-06 13:02:48 linux-kernel Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-06 00:32:01 linux-kernel Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-03-02 23:19:58 linux-kernel [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options
2024-02-21 23:52:42 linux-kernel Re: [PATCH net-next] net: copy routing table more efficiently in rt_dst_clone
2024-02-18 18:36:09 linux-kernel [PATCH net-next] net: copy routing table more efficiently in rt_dst_clone
2024-02-13 23:37:55 linux-kernel Re: [PATCH v4 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-10 00:48:00 linux-kernel Re: [PATCH v3 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-10 00:41:40 linux-kernel [PATCH v4 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-09 23:52:10 linux-kernel [PATCH v3 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-09 22:23:31 linux-kernel [PATCH v2] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-09 20:37:27 linux-kernel Re: [PATCH] net: remove check before __cgroup_bpf_run_filter_skb
2024-02-09 02:51:05 linux-kernel Re: [PATCH] net: remove check before __cgroup_bpf_run_filter_skb
2024-02-08 22:50:33 linux-kernel [PATCH] net: remove check before __cgroup_bpf_run_filter_skb
2023-10-22 16:24:35 linux-kernel [PATCH net-next 17/17] Change the last instance of cork to pointer
2023-10-22 16:22:32 linux-kernel [PATCH net-next 16/17] Change a usage of cork to pointer
2023-10-22 16:22:30 linux-kernel [PATCH net-next 07/17] Change occurences of cork to pointer
2023-10-22 16:22:29 linux-kernel [PATCH net-next 06/17] Update code for cork as a pointer
2023-10-22 16:22:23 linux-kernel [PATCH net-next 15/17] Modify occurences of cork to make it a pointer
2023-10-22 16:22:22 linux-kernel [PATCH net-next 13/17] Change some instances of cork to a pointer
2023-10-22 16:22:08 linux-kernel [PATCH net-next 14/17] Update usages of cork to a pointer
2023-10-22 16:21:53 linux-kernel [PATCH net-next 11/17] Update occurences of cork to pointer
2023-10-22 16:21:48 linux-kernel [PATCH net-next 12/17] Change an occurence of cork to pointer
2023-10-22 16:21:45 linux-kernel [PATCH net-next 09/17] Change instances of cork to a pointer
2023-10-22 16:21:44 linux-kernel [PATCH net-next 08/17] Update cork to pointer
2023-10-22 16:21:36 linux-kernel [PATCH net-next 05/17] Change occurence of cork to pointer
2023-10-22 16:20:59 linux-kernel [PATCH net-next 04/17] Allocate and free cork in inet6_sk.
2023-10-22 16:20:40 linux-kernel [PATCH net-next 03/17] Change cork in ipv6_pinfo to a pointer.
2023-10-22 16:20:30 linux-kernel [PATCH net-next 02/17] Allocate and free cork for ipv4 and ipv6
2023-10-22 16:20:30 linux-kernel [PATCH net-next 01/17] Make cork in inet_sock a pointer.
2023-10-22 16:20:12 linux-kernel [PATCH net-next 00/17] Change cork to a pointer in sockets