index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
unix
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
af_unix: Remove put_pid()/put_cred() in copy_peercred().
Kuniyuki Iwashima
1
-8
/
+1
2024-08-14
af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
Kuniyuki Iwashima
1
-25
/
+9
2024-08-03
af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
Michal Luczaj
2
-1
/
+43
2024-06-21
af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
Rao Shoaib
1
-9
/
+9
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-06-21
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
1
-3
/
+3
2024-06-21
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
1
-5
/
+2
2024-06-21
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-06-21
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
1
-6
/
+8
2024-06-21
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
1
-2
/
+8
2024-06-12
af_unix: Read sk->sk_hash under bindlock during bind().
Kuniyuki Iwashima
1
-3
/
+6
2024-06-12
af_unix: Annotate data-race around unix_sk(sk)->addr.
Kuniyuki Iwashima
1
-4
/
+6
2024-06-12
af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.
Kuniyuki Iwashima
1
-6
/
+22
2024-06-12
af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
Breno Leitao
1
-1
/
+1
2024-05-02
af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
Kuniyuki Iwashima
1
-1
/
+1
2024-04-27
af_unix: Don't peek OOB data without MSG_OOB.
Kuniyuki Iwashima
1
-5
/
+5
2024-04-27
af_unix: Call manage_oob() for every skb in unix_stream_read_generic().
Kuniyuki Iwashima
1
-1
/
+1
2024-04-17
af_unix: Fix garbage collector racing against connect()
Michal Luczaj
1
-1
/
+17
2024-04-17
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
3
-14
/
+15
2024-04-17
af_unix: Clear stale u->oob_skb.
Kuniyuki Iwashima
1
-1
/
+3
2024-03-26
af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().
Kuniyuki Iwashima
1
-1
/
+1
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-3
/
+1
2024-03-06
af_unix: Drop oob_skb ref before purging queue in GC.
Kuniyuki Iwashima
1
-13
/
+9
2024-03-06
af_unix: Fix task hung while purging oob_skb in GC.
Kuniyuki Iwashima
1
-3
/
+4
2024-02-16
af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.
Kuniyuki Iwashima
1
-0
/
+11
2024-02-05
af_unix: fix lockdep positive in sk_diag_dump_icons()
Eric Dumazet
2
-9
/
+7
2024-01-25
bpf: sockmap, fix proto update hook to avoid dup calls
John Fastabend
1
-3
/
+18
2023-12-08
bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
John Fastabend
2
-2
/
+5
2023-11-28
af_unix: fix use-after-free in unix_stream_read_actor()
Eric Dumazet
1
-4
/
+5
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-4
/
+4
2023-09-04
af_unix: Fix data-race around unix_tot_inflight.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-04
af_unix: Fix data-races around user->unix_inflight.
Kuniyuki Iwashima
1
-3
/
+3
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+2
2023-08-09
net: annotate data-races around sock->ops
Eric Dumazet
1
-1
/
+2
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-1
/
+1
2023-07-27
af_unix: Terminate sun_path when bind()ing pathname socket.
Kuniyuki Iwashima
1
-5
/
+16
2023-07-25
af_unix: Fix fortify_panic() in unix_bind_bsd().
Kuniyuki Iwashima
1
-4
/
+2
2023-06-27
net: scm: introduce and use scm_recv_unix helper
Alexander Mikhalitsyn
1
-2
/
+2
2023-06-27
Revert "af_unix: Call scm_recv() only after scm_set_cred()."
Kuniyuki Iwashima
1
-1
/
+1
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-19
/
+0
[next]