Show patches with: Submitter = Kuniyuki Iwashima       |    Archived = No       |   1125 patches
« 1 2 ... 3 4 511 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,net,07/15] af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 1711 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,06/15] af_unix: Annotate data-race of sk->sk_state in unix_accept(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,05/15] af_unix: Annotate data-race of sk->sk_state in unix_stream_connect(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,04/15] af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,03/15] af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). af_unix: Fix lockless access of sk->sk_state and others fields. - - - 19-- 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,02/15] af_unix: Annodate data-races around sk->sk_state for writers. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net,01/15] af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. af_unix: Fix lockless access of sk->sk_state and others fields. - - - 18-1 2024-06-03 Kuniyuki Iwashima netdev Superseded
[v1,net-next] af_unix: Don't check last_len in unix_stream_data_wait(). [v1,net-next] af_unix: Don't check last_len in unix_stream_data_wait(). - - - 181- 2024-05-30 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next] af_unix: Remove dead code in unix_stream_read_generic(). [v1,net-next] af_unix: Remove dead code in unix_stream_read_generic(). - - - 19-- 2024-05-29 Kuniyuki Iwashima netdev Accepted
[v2,net] af_unix: Read sk->sk_hash under bindlock during bind(). [v2,net] af_unix: Read sk->sk_hash under bindlock during bind(). - - - 181- 2024-05-22 Kuniyuki Iwashima netdev Accepted
[v2,net] af_unix: Annotate data-race around unix_sk(sk)->addr. [v2,net] af_unix: Annotate data-race around unix_sk(sk)->addr. - - - 181- 2024-05-22 Kuniyuki Iwashima netdev Accepted
[v1,net] af_unix: Annotate data-races around sk->sk_hash. [v1,net] af_unix: Annotate data-races around sk->sk_hash. - - - 181- 2024-05-18 Kuniyuki Iwashima netdev Changes Requested
[v1,net] af_unix: Annotate data-race around unix_sk(sk)->addr. [v1,net] af_unix: Annotate data-race around unix_sk(sk)->addr. - - - 181- 2024-05-18 Kuniyuki Iwashima netdev Superseded
[v1,net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). [v1,net] tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). - 1 - 1711 2024-05-17 Kuniyuki Iwashima netdev Accepted
[v6,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. [v6,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. - - - 181- 2024-05-16 Kuniyuki Iwashima netdev Accepted
[v5,net,2/2] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. af_unix: Fix memleak and null-ptr-deref around MSG_OOB and GC. - - - 171- 2024-05-15 Kuniyuki Iwashima netdev Changes Requested
[v5,net,1/2] af_unix: Fix garbage collection of embryos carrying OOB/SCM_RIGHTS. af_unix: Fix memleak and null-ptr-deref around MSG_OOB and GC. - 1 - 18-- 2024-05-15 Kuniyuki Iwashima netdev Changes Requested
[v4,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. [v4,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. - - - 171- 2024-05-14 Kuniyuki Iwashima netdev Superseded
[v3,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. [v3,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. - - - 171- 2024-05-13 Kuniyuki Iwashima netdev Superseded
[v2,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. [v2,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. 1 - - 162- 2024-05-10 Kuniyuki Iwashima netdev Superseded
[v2,net-next] af_unix: Add dead flag to struct scm_fp_list. [v2,net-next] af_unix: Add dead flag to struct scm_fp_list. 1 - - 181- 2024-05-08 Kuniyuki Iwashima netdev Accepted
[v1,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. [v1,net] af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. - - - 162- 2024-05-07 Kuniyuki Iwashima netdev Superseded
[v1,net-next,6/6] af_unix: Schedule GC only if loop exists during close(). af_unix: GC cleanup and optimisation - - - 181- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next,5/6] af_unix: Schedule GC based on graph state during sendmsg(). af_unix: GC cleanup and optimisation - - - 181- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next,4/6] af_unix: Move wait_for_unix_gc() to unix_prepare_fpl(). af_unix: GC cleanup and optimisation - - - 181- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next,3/6] af_unix: Manage inflight graph state as unix_graph_state. af_unix: GC cleanup and optimisation - - - 181- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next,2/6] af_unix: Save the number of loops in inflight graph. af_unix: GC cleanup and optimisation - - - 19-- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net-next,1/6] af_unix: Add dead flag to struct scm_fp_list. af_unix: GC cleanup and optimisation - - - 181- 2024-05-03 Kuniyuki Iwashima netdev Changes Requested
[v1,net] tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). [v1,net] tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). - 1 - 19-- 2024-05-01 Kuniyuki Iwashima netdev Accepted
[v3,net-next,7/7] arp: Convert ioctl(SIOCGARP) to RCU. arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,6/7] net: Protect dev->name by seqlock. arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,5/7] arp: Get dev after calling arp_req_(delete|set|get)(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,4/7] arp: Remove a nest in arp_req_get(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,3/7] arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,2/7] arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v3,net-next,1/7] arp: Move ATF_COM setting in arp_req_set(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-30 Kuniyuki Iwashima netdev Accepted
[v2,net-next,6/6] arp: Convert ioctl(SIOCGARP) to RCU. arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v2,net-next,5/6] arp: Get dev after calling arp_req_(delete|set|get)(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v2,net-next,4/6] arp: Remove a nest in arp_req_get(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v2,net-next,3/6] arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v2,net-next,2/6] arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v2,net-next,1/6] arp: Move ATF_COM setting in arp_req_set(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 18-- 2024-04-25 Kuniyuki Iwashima netdev Superseded
[v3,net] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). [v3,net] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). - - - 171- 2024-04-24 Kuniyuki Iwashima netdev Accepted
[v2,net] nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). [v2,net] nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). - - - 172- 2024-04-24 Kuniyuki Iwashima netdev Accepted
[v2,net] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). [v2,net] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). - - - 171- 2024-04-24 Kuniyuki Iwashima netdev Superseded
[v1,net-next] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). [v1,net-next] af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). - - - 1-1 2024-04-24 Kuniyuki Iwashima netdev Superseded
[v1,net-next,6/6] arp: Convert ioctl(SIOCGARP) to RCU. arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next,5/6] arp: Get dev after calling arp_req_(delete|set|get)(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next,4/6] arp: Remove a nest in arp_req_get(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next,3/6] arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next,2/6] arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next,1/6] arp: Move ATF_COM setting in arp_req_set(). arp: Random clean up and RCU conversion for ioctl(SIOCGARP). - - - 19-- 2024-04-22 Kuniyuki Iwashima netdev Superseded
[v1,net-next] af_unix: Don't access successor in unix_del_edges() during GC. [v1,net-next] af_unix: Don't access successor in unix_del_edges() during GC. - - - 181- 2024-04-19 Kuniyuki Iwashima netdev Accepted
[v1,net,5/5] ip6_tunnel: Pull header after checking skb->protocol in ip6_tnl_start_xmit(). ip: Fix warning in pskb_may_pull_reason() for tunnel devices. - - - 19-- 2024-04-15 Kuniyuki Iwashima netdev Changes Requested
[v1,net,4/5] ipip: Pull header after checking skb->protocol in ipip_tunnel_xmit(). ip: Fix warning in pskb_may_pull_reason() for tunnel devices. - - - 19-- 2024-04-15 Kuniyuki Iwashima netdev Changes Requested
[v1,net,3/5] ip6_vti: Pull header after checking skb->protocol in vti6_tnl_xmit(). ip: Fix warning in pskb_may_pull_reason() for tunnel devices. - - - 19-- 2024-04-15 Kuniyuki Iwashima netdev Changes Requested
[v1,net,2/5] vti: Pull header after checking skb->protocol in vti_tunnel_xmit(). ip: Fix warning in pskb_may_pull_reason() for tunnel devices. - - - 19-- 2024-04-15 Kuniyuki Iwashima netdev Changes Requested
[v1,net,1/5] sit: Pull header after checking skb->protocol in sit_tunnel_xmit(). ip: Fix warning in pskb_may_pull_reason() for tunnel devices. - - - 19-- 2024-04-15 Kuniyuki Iwashima netdev Changes Requested
[v2,net-next] af_unix: Try not to hold unix_gc_lock during accept(). [v2,net-next] af_unix: Try not to hold unix_gc_lock during accept(). - - - 181- 2024-04-13 Kuniyuki Iwashima netdev Accepted
[v1,net-next] af_unix: Try not to hold unix_gc_lock during accept(). [v1,net-next] af_unix: Try not to hold unix_gc_lock during accept(). - - - 1512 2024-04-10 Kuniyuki Iwashima netdev Superseded
[v2,net,2/2] af_unix: Don't peek OOB data without MSG_OOB. af_unix: Fix MSG_OOB bugs with MSG_PEEK. - - - 181- 2024-04-10 Kuniyuki Iwashima netdev Accepted
[v2,net,1/2] af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). af_unix: Fix MSG_OOB bugs with MSG_PEEK. - 1 - 181- 2024-04-10 Kuniyuki Iwashima netdev Accepted
[v1,net,3/3] af_unix: Prepare MSG_OOB deprecation. af_unix: Fix MSG_OOB bugs and prepare deprecation. - - - 181- 2024-04-09 Kuniyuki Iwashima netdev Changes Requested
[v1,net,2/3] af_unix: Don't peek OOB data without MSG_OOB. af_unix: Fix MSG_OOB bugs and prepare deprecation. - - - 181- 2024-04-09 Kuniyuki Iwashima netdev Changes Requested
[v1,net,1/3] af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). af_unix: Fix MSG_OOB bugs and prepare deprecation. - - - 181- 2024-04-09 Kuniyuki Iwashima netdev Changes Requested
[v2,net] af_unix: Clear stale u->oob_skb. [v2,net] af_unix: Clear stale u->oob_skb. - 1 - 181- 2024-04-05 Kuniyuki Iwashima netdev Accepted
[v1,net] af_unix: Clear stale u->oob_skb. [v1,net] af_unix: Clear stale u->oob_skb. - - - 171- 2024-04-05 Kuniyuki Iwashima netdev Superseded
[v1,net-next] ref_tracker: Print allocator task name. [v1,net-next] ref_tracker: Print allocator task name. - - - 1612 2024-04-03 Kuniyuki Iwashima netdev Changes Requested
[v2,net] ipv6: Fix infinite recursion in fib6_dump_done(). [v2,net] ipv6: Fix infinite recursion in fib6_dump_done(). - 2 - 18-- 2024-04-01 Kuniyuki Iwashima netdev Accepted
[v1,net] ipv6: Fix infinite recursion in fib6_dump_done(). [v1,net] ipv6: Fix infinite recursion in fib6_dump_done(). - - - 18-- 2024-04-01 Kuniyuki Iwashima netdev Superseded
[v1,net-next,2/2] af_unix: Remove lock dance in unix_peek_fds(). af_unix: Remove old GC leftovers. - - - 181- 2024-04-01 Kuniyuki Iwashima netdev Accepted
[v1,net-next,1/2] af_unix: Remove scm_fp_dup() in unix_attach_fds(). af_unix: Remove old GC leftovers. - - - 181- 2024-04-01 Kuniyuki Iwashima netdev Accepted
[v2,net,8/8] selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT. tcp: Fix bind() regression and more tests. - - - 172- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,7/8] selftest: tcp: Add bind() tests for IPV6_V6ONLY. tcp: Fix bind() regression and more tests. - - - 172- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,6/8] selftest: tcp: Add more bind() calls. tcp: Fix bind() regression and more tests. - - - 172- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,5/8] selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests. tcp: Fix bind() regression and more tests. - - - 181- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,4/8] selftest: tcp: Define the reverse order bind() tests explicitly. tcp: Fix bind() regression and more tests. - - - 181- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,3/8] selftest: tcp: Make bind() selftest flexible. tcp: Fix bind() regression and more tests. - - - 172- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,2/8] tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildcard addres… tcp: Fix bind() regression and more tests. - - - 181- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v2,net,1/8] tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard addresse… tcp: Fix bind() regression and more tests. - - - 19-- 2024-03-26 Kuniyuki Iwashima netdev Accepted
[v1,nf] netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.c [v1,nf] netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.c - 1 - 1711 2024-03-26 Kuniyuki Iwashima netdev Awaiting Upstream
[v5,net-next,15/15] selftest: af_unix: Test GC for SCM_RIGHTS. af_unix: Rework GC. - - - 172- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,14/15] af_unix: Replace garbage collection algorithm. af_unix: Rework GC. - - - 172- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,13/15] af_unix: Detect dead SCC. af_unix: Rework GC. - - - 19-- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,12/15] af_unix: Assign a unique index to SCC. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,11/15] af_unix: Avoid Tarjan's algorithm if unnecessary. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,10/15] af_unix: Skip GC if no cycle exists. af_unix: Rework GC. - - - 19-- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,09/15] af_unix: Save O(n) setup of Tarjan's algo. af_unix: Rework GC. - - - 19-- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,08/15] af_unix: Fix up unix_edge.successor for embryo socket. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,07/15] af_unix: Save listener for embryo socket. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,06/15] af_unix: Detect Strongly Connected Components. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,05/15] af_unix: Iterate all vertices by DFS. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,04/15] af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,03/15] af_unix: Link struct unix_edge when queuing skb. af_unix: Rework GC. - - - 172- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,02/15] af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v5,net-next,01/15] af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. af_unix: Rework GC. - - - 181- 2024-03-25 Kuniyuki Iwashima netdev Accepted
[v1,net,8/8] selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT. tcp: Fix bind() regression and more tests. - - - 162- 2024-03-25 Kuniyuki Iwashima netdev Superseded
[v1,net,7/8] selftest: tcp: Add bind() tests for IPV6_V6ONLY. tcp: Fix bind() regression and more tests. - - - 162- 2024-03-25 Kuniyuki Iwashima netdev Superseded
[v1,net,6/8] selftest: tcp: Add more bind() calls. tcp: Fix bind() regression and more tests. - - - 162- 2024-03-25 Kuniyuki Iwashima netdev Superseded
[v1,net,5/8] selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests. tcp: Fix bind() regression and more tests. - - - 171- 2024-03-25 Kuniyuki Iwashima netdev Superseded
« 1 2 ... 3 4 511 12 »