Show patches with: Submitter = Kuniyuki Iwashima       |    State = Action Required       |    Archived = No       |   49 patches
Patch Series S/W/F Date Submitter Delegate State
[v6,bpf-next,4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c". BPF iterator for UNIX domain socket. --- 2021-08-14 Kuniyuki Iwashima New
[v6,bpf-next,3/4] selftest/bpf: Implement sample UNIX domain socket iterator program. BPF iterator for UNIX domain socket. --- 2021-08-14 Kuniyuki Iwashima New
[v6,bpf-next,2/4] bpf: Support "%c" in bpf_bprintf_prepare(). BPF iterator for UNIX domain socket. --- 2021-08-14 Kuniyuki Iwashima New
[v6,bpf-next,1/4] bpf: af_unix: Implement BPF iterator for UNIX domain socket. BPF iterator for UNIX domain socket. --- 2021-08-14 Kuniyuki Iwashima New
[v5,bpf-next,4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c". BPF iterator for UNIX domain socket. --- 2021-08-12 Kuniyuki Iwashima New
[v3,bpf-next,2/2] selftest/bpf: Implement sample UNIX domain socket iterator program. BPF iterator for UNIX domain socket. --- 2021-08-04 Kuniyuki Iwashima New
[v3,bpf-next,1/2] bpf: af_unix: Implement BPF iterator for UNIX domain socket. BPF iterator for UNIX domain socket. --- 2021-08-04 Kuniyuki Iwashima New
[net-next] net/tls: Remove the __TLS_DEC_STATS() macro. [net-next] net/tls: Remove the __TLS_DEC_STATS() macro. --- 2021-06-23 Kuniyuki Iwashima New
[net-next] tcp: Add stats for socket migration. [net-next] tcp: Add stats for socket migration. --- 2021-06-22 Kuniyuki Iwashima New
[v8,bpf-next,11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,09/11] bpf: Support socket migration by eBPF. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,04/11] tcp: Add reuseport_migrate_sock() to select a new listener. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,02/11] tcp: Add num_closed_socks to struct sock_reuseport. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v8,bpf-next,01/11] net: Introduce net.ipv4.tcp_migrate_req. Socket migration for SO_REUSEPORT. --- 2021-06-12 Kuniyuki Iwashima New
[v5,bpf-next,11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,01/11] net: Introduce net.ipv4.tcp_migrate_req. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v4,bpf-next,11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE. Socket migration for SO_REUSEPORT. --- 2021-04-27 Kuniyuki Iwashima New
[v4,bpf-next,06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs. Socket migration for SO_REUSEPORT. --- 2021-04-27 Kuniyuki Iwashima New
[v3,net-next] net: Remove redundant calls of sk_tx_queue_clear(). [v3,net-next] net: Remove redundant calls of sk_tx_queue_clear(). --- 2021-01-28 Kuniyuki Iwashima New
[v2,net] net: Remove redundant calls of sk_tx_queue_clear(). [v2,net] net: Remove redundant calls of sk_tx_queue_clear(). --- 2021-01-27 Kuniyuki Iwashima New
[net] tcp: Fix potential use-after-free due to double kfree(). [net] tcp: Fix potential use-after-free due to double kfree(). --- 2021-01-18 Kuniyuki Iwashima New
[v2,bpf-next,11/13] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. [v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. --- 2020-12-07 Kuniyuki Iwashima New
[v2,bpf-next,08/13] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT. [v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. --- 2020-12-07 Kuniyuki Iwashima New
[v2,bpf-next,05/13] tcp: Set the new listener to migrated TFO requests. [v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. --- 2020-12-07 Kuniyuki Iwashima New
[v2,bpf-next,03/13] Revert "locking/spinlocks: Remove the unused spin_lock_bh_nested() API" [v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. --- 2020-12-07 Kuniyuki Iwashima New
[v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. [v2,bpf-next,01/13] tcp: Allow TCP_CLOSE sockets to hold the reuseport group. --- 2020-12-07 Kuniyuki Iwashima New
[v1,bpf-next,11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,10/11] bpf: Call bpf_run_sk_reuseport() for socket migration. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,08/11] bpf: Add migration to sk_reuseport_(kern|md). Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,05/11] tcp: Migrate TCP_NEW_SYN_RECV requests. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,04/11] tcp: Migrate TFO requests causing RST during TCP_SYN_RECV. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,02/11] bpf: Define migration types for SO_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[v1,bpf-next,01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group. Socket migration for SO_REUSEPORT. --- 2020-12-01 Kuniyuki Iwashima New
[RFC,bpf-next,7/8] bpf: Call bpf_run_sk_reuseport() for socket migration. Socket migration for SO_REUSEPORT. --- 2020-11-17 Kuniyuki Iwashima New
[RFC,bpf-next,2/8] tcp: Keep TCP_CLOSE sockets in the reuseport group. Socket migration for SO_REUSEPORT. --- 2020-11-17 Kuniyuki Iwashima New
[v2,net-next] tcp/dccp: Move initialisation of refcounted into if block. [v2,net-next] tcp/dccp: Move initialisation of refcounted into if block. --- 2020-03-24 Kuniyuki Iwashima New
[v5,net-next,2/4] tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exhausted. Improve bind(addr, 0) behaviour. --- 2020-03-10 Kuniyuki Iwashima New
[v4,net-next,5/5] selftests: net: Add SO_REUSEADDR test to check if 4-tuples are fully utilized. Improve bind(addr, 0) behaviour. --- 2020-03-08 Kuniyuki Iwashima New
[v4,net-next,3/5] tcp: Forbid to bind more than one sockets haveing SO_REUSEADDR and SO_REUSEPORT per EUID. Improve bind(addr, 0) behaviour. --- 2020-03-08 Kuniyuki Iwashima New