LinuxLists
Users
About
Iwashima, Kuniyuki (
[email protected]
)
Number of posts: 203 (0.19 per day)
First post: 2020-07-22 14:53:05
Last post: 2023-07-20 22:55:46
Previous Page
Date
List
Subject
2020-12-07 13:32:25
linux-kernel
[PATCH v2 bpf-next 09/13] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-07 13:32:20
linux-kernel
[PATCH v2 bpf-next 08/13] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-07 13:32:03
linux-kernel
[PATCH v2 bpf-next 05/13] tcp: Set the new listener to migrated TFO requests.
2020-12-07 13:31:48
linux-kernel
[PATCH v2 bpf-next 07/13] tcp: Migrate TCP_NEW_SYN_RECV requests.
2020-12-07 13:31:45
linux-kernel
[PATCH v2 bpf-next 04/13] tcp: Introduce inet_csk_reqsk_queue_migrate().
2020-12-07 13:30:50
linux-kernel
[PATCH v2 bpf-next 06/13] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-12-07 13:30:30
linux-kernel
[PATCH v2 bpf-next 03/13] Revert "locking/spinlocks: Remove the unused spin_lock_bh_nested() API"
2020-12-07 13:29:12
linux-kernel
[PATCH v2 bpf-next 02/13] bpf: Define migration types for SO_REUSEPORT.
2020-12-07 13:29:05
linux-kernel
[PATCH v2 bpf-next 01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group.
2020-12-07 13:27:52
linux-kernel
[PATCH v2 bpf-next 00/13] Socket migration for SO_REUSEPORT.
2020-12-06 04:47:31
linux-kernel
Re: [PATCH v1 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.
2020-12-06 04:43:56
linux-kernel
Re: [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-12-06 04:41:11
linux-kernel
Re: [PATCH v1 bpf-next 01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group.
2020-12-06 04:38:42
linux-kernel
Re: [PATCH v1 bpf-next 09/11] bpf: Support bpf_get_socket_cookie_sock() for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-06 04:37:52
linux-kernel
Re: [PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-03 15:48:55
linux-kernel
Re: [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-12-03 14:21:13
linux-kernel
Re: [PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-03 14:17:22
linux-kernel
Re: [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-12-03 14:16:21
linux-kernel
Re: [PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests.
2020-12-01 22:38:16
linux-kernel
[PATCH v1 bpf-next 09/11] bpf: Support bpf_get_socket_cookie_sock() for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-01 22:37:27
linux-kernel
[PATCH v1 bpf-next 08/11] bpf: Add migration to sk_reuseport_(kern|md).
2020-12-01 22:36:19
linux-kernel
[PATCH v1 bpf-next 10/11] bpf: Call bpf_run_sk_reuseport() for socket migration.
2020-12-01 14:53:43
linux-kernel
[PATCH v1 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.
2020-12-01 14:51:01
linux-kernel
[PATCH v1 bpf-next 01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group.
2020-12-01 14:50:47
linux-kernel
[PATCH v1 bpf-next 07/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-01 14:50:34
linux-kernel
[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-12-01 14:50:32
linux-kernel
[PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-01 14:50:25
linux-kernel
[PATCH v1 bpf-next 04/11] tcp: Migrate TFO requests causing RST during TCP_SYN_RECV.
2020-12-01 14:49:59
linux-kernel
[PATCH v1 bpf-next 02/11] bpf: Define migration types for SO_REUSEPORT.
2020-12-01 14:49:51
linux-kernel
[PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests.
2020-12-01 14:49:32
linux-kernel
[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT.
2020-11-24 09:29:01
linux-kernel
Re: [RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-11-21 10:20:00
linux-kernel
Re: [RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT.
2020-11-21 10:18:04
linux-kernel
Re: [RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-11-19 22:19:57
linux-kernel
Re: [RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT.
2020-11-19 22:17:49
linux-kernel
Re: [RFC PATCH bpf-next 7/8] bpf: Call bpf_run_sk_reuseport() for socket migration.
2020-11-19 22:14:08
linux-kernel
Re: [RFC PATCH bpf-next 6/8] bpf: Add cookie in sk_reuseport_md.
2020-11-19 22:13:28
linux-kernel
Re: [RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-11-19 22:07:07
linux-kernel
Re: [RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT.
2020-11-19 22:04:48
linux-kernel
RE: [RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT.
2020-11-17 09:47:04
linux-kernel
[RFC PATCH bpf-next 5/8] tcp: Migrate TCP_NEW_SYN_RECV requests.
2020-11-17 09:46:07
linux-kernel
[RFC PATCH bpf-next 8/8] bpf: Test BPF_PROG_TYPE_SK_REUSEPORT for socket migration.
2020-11-17 09:45:46
linux-kernel
[RFC PATCH bpf-next 7/8] bpf: Call bpf_run_sk_reuseport() for socket migration.
2020-11-17 09:45:40
linux-kernel
[RFC PATCH bpf-next 6/8] bpf: Add cookie in sk_reuseport_md.
2020-11-17 09:45:33
linux-kernel
[RFC PATCH bpf-next 4/8] tcp: Migrate TFO requests causing RST during TCP_SYN_RECV.
2020-11-17 09:45:31
linux-kernel
[RFC PATCH bpf-next 2/8] tcp: Keep TCP_CLOSE sockets in the reuseport group.
2020-11-17 09:45:05
linux-kernel
[RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
2020-11-17 09:44:01
linux-kernel
[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT.
2020-11-17 09:43:25
linux-kernel
[RFC PATCH bpf-next 1/8] net: Introduce net.ipv4.tcp_migrate_req.
2020-07-22 14:53:05
linux-kernel
Re: linux-next: manual merge of the bpf-next tree with the net tree