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
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
10 days
af_unix: read UNIX_DIAG_VFS data under unix_state_lock
Jiexun Wang
1
-8
/
+13
2025-12-07
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
1
-4
/
+2
2024-09-12
af_unix: Remove put_pid()/put_cred() in copy_peercred().
Kuniyuki Iwashima
1
-8
/
+1
2024-07-05
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-07-05
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-07-05
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-07-05
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-07-05
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-07-05
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2024-06-16
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-05-02
af_unix: Fix garbage collector racing against connect()
Michal Luczaj
1
-1
/
+17
2024-05-02
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
3
-14
/
+15
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-02-23
af_unix: fix lockdep positive in sk_diag_dump_icons()
Eric Dumazet
2
-9
/
+7
2023-09-19
af_unix: Fix data-race around unix_tot_inflight.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-19
af_unix: Fix data-races around user->unix_inflight.
Kuniyuki Iwashima
1
-3
/
+3
2023-08-26
af_unix: Fix null-ptr-deref in unix_stream_sendpage().
Kuniyuki Iwashima
1
-5
/
+4
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-1
/
+1
2023-05-30
af_unix: Fix data races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-8
/
+12
2023-05-30
af_unix: Fix a data race of sk->sk_receive_queue->qlen.
Kuniyuki Iwashima
1
-1
/
+1
2022-12-14
af_unix: Get user_ns from in_skb in unix_diag_get_exact().
Kuniyuki Iwashima
1
-8
/
+12
2022-10-26
io_uring/af_unix: defer registered files gc to io_uring release
Pavel Begunkov
1
-0
/
+20
2022-06-14
af_unix: Fix a data-race in unix_dgram_peer_wake_me().
Kuniyuki Iwashima
1
-1
/
+1
2022-01-27
af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress
Eric Dumazet
2
-5
/
+15
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-6
/
+28
2021-09-22
net/af_unix: fix a data-race in unix_dgram_poll
Eric Dumazet
1
-1
/
+1
2021-07-31
af_unix: fix garbage collect vs MSG_PEEK
Miklos Szeredi
1
-2
/
+49
2021-06-23
net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock
Eric Dumazet
1
-3
/
+4
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+0
2020-10-13
net/af_unix: Remove unused old_pid variable
Or Cohen
1
-2
/
+0
2020-09-30
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
1
-0
/
+1
2020-09-21
net: unix: remove redundant assignment to variable 'err'
Jing Xiangfeng
1
-1
/
+0
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-6
/
+0
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-2
/
+2
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
1
-2
/
+5
2020-02-28
unix: uses an atomic type for scm files accounting
Paolo Abeni
1
-15
/
+6
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+4
2020-02-27
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
David S. Miller
1
-1
/
+1
2020-02-27
unix: define and set show_fdinfo only if procfs is enabled
Tobias Klauser
1
-0
/
+4
2020-02-24
af_unix: Add missing annotation for unix_wait_for_peer()
Jules Irenge
1
-0
/
+1
2020-02-06
skbuff: fix a data race in skb_queue_len()
Qian Cai
1
-2
/
+9
2020-01-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-3
/
+4
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-12
unix: Show number of pending scm files of receive queue in fdinfo
Kirill Tkhai
1
-5
/
+51
[next]