index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
unix
/
af_unix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
Rao Shoaib
2024-06-13
1
-9
/
+9
*
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
*
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-8
/
+2
*
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
*
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
2024-06-06
1
-3
/
+3
*
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
*
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
2024-06-06
1
-4
/
+4
*
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
*
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
2024-06-06
1
-5
/
+2
*
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
2024-06-06
1
-13
/
+12
*
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
2024-06-06
1
-1
/
+1
*
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
2024-06-06
1
-6
/
+8
*
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
2024-06-06
1
-2
/
+8
*
af_unix: Read sk->sk_hash under bindlock during bind().
Kuniyuki Iwashima
2024-05-27
1
-3
/
+6
*
af_unix: Annotate data-race around unix_sk(sk)->addr.
Kuniyuki Iwashima
2024-05-27
1
-4
/
+6
*
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-05-23
1
-6
/
+22
|
\
|
*
af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.
Kuniyuki Iwashima
2024-05-21
1
-6
/
+22
*
|
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-18
1
-11
/
+10
|
\
\
|
|
/
|
/
|
|
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-13
1
-11
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
Breno Leitao
2024-05-10
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-18
1
-6
/
+6
|
\
|
|
*
af_unix: Don't peek OOB data without MSG_OOB.
Kuniyuki Iwashima
2024-04-12
1
-5
/
+5
|
*
af_unix: Call manage_oob() for every skb in unix_stream_read_generic().
Kuniyuki Iwashima
2024-04-12
1
-1
/
+1
*
|
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
2024-04-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-11
1
-1
/
+3
|
\
|
|
*
af_unix: Clear stale u->oob_skb.
Kuniyuki Iwashima
2024-04-08
1
-1
/
+3
*
|
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
2024-04-03
1
-42
/
+0
*
|
af_unix: Remove scm_fp_dup() in unix_attach_fds().
Kuniyuki Iwashima
2024-04-03
1
-7
/
+2
*
|
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-29
1
-1
/
+1
*
|
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
2024-03-29
1
-12
/
+0
*
|
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
2024-03-29
1
-1
/
+1
*
|
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
2024-03-29
1
-1
/
+4
*
|
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
2024-03-29
1
-2
/
+6
*
|
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2024-03-29
1
-0
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
1
-16
/
+3
|
\
|
*
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
2024-02-21
1
-16
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-01
1
-8
/
+6
|
\
|
|
*
af_unix: fix lockdep positive in sk_diag_dump_icons()
Eric Dumazet
2024-01-31
1
-8
/
+6
*
|
af_unix: Remove CONFIG_UNIX_SCM.
Kuniyuki Iwashima
2024-01-31
1
-2
/
+61
*
|
af_unix: Try to run GC async.
Kuniyuki Iwashima
2024-01-26
1
-2
/
+4
*
|
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
2024-01-26
1
-2
/
+2
|
/
*
bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
John Fastabend
2023-11-30
1
-2
/
+0
*
af_unix: fix use-after-free in unix_stream_read_actor()
Eric Dumazet
2023-11-14
1
-4
/
+5
*
af_unix: Remove module remnants.
Kuniyuki Iwashima
2023-10-27
1
-19
/
+4
*
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
2023-10-11
1
-1
/
+34
*
af_unix: Fix data-race around unix_tot_inflight.
Kuniyuki Iwashima
2023-09-04
1
-1
/
+1
*
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-07-29
1
-1
/
+1
*
af_unix: Terminate sun_path when bind()ing pathname socket.
Kuniyuki Iwashima
2023-07-27
1
-5
/
+16
*
af_unix: Fix fortify_panic() in unix_bind_bsd().
Kuniyuki Iwashima
2023-07-25
1
-4
/
+2
[next]