summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-4/+5
|\
| * af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida2024-07-031-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-6/+31
|\|
| * af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-271-2/+13
| * af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima2024-06-271-1/+1
| * af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.Kuniyuki Iwashima2024-06-271-4/+15
| * af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.Kuniyuki Iwashima2024-06-271-3/+6
* | af_unix: Don't use spin_lock_nested() in copy_peercred().Kuniyuki Iwashima2024-06-251-10/+3
* | af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima2024-06-251-8/+1
* | af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket.Kuniyuki Iwashima2024-06-251-3/+8
* | af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb().Kuniyuki Iwashima2024-06-252-7/+22
* | af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima2024-06-251-14/+3
* | af_unix: Don't acquire unix_state_lock() for sock_i_ino().Kuniyuki Iwashima2024-06-251-20/+10
* | af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima2024-06-251-1/+36
* | af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().Kuniyuki Iwashima2024-06-251-25/+9
* | af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock().Kuniyuki Iwashima2024-06-251-1/+15
* | af_unix: Define locking order for unix_table_double_lock().Kuniyuki Iwashima2024-06-251-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-9/+9
|\|
| * af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib2024-06-131-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-062-52/+50
|\|
| * af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima2024-06-061-8/+2
| * af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Annotate data-races around sk->sk_sndbuf.Kuniyuki Iwashima2024-06-061-3/+3
| * af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima2024-06-061-4/+4
| * af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima2024-06-061-4/+4
| * af_unix: Annotate data-race of sk->sk_state in unix_accept().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima2024-06-061-5/+2
| * af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima2024-06-061-13/+12
| * af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima2024-06-061-1/+1
| * af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima2024-06-061-6/+8
| * af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima2024-06-061-2/+8
* | af_unix: Remove dead code in unix_stream_read_generic().Kuniyuki Iwashima2024-06-011-19/+2
|/
* af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima2024-05-271-3/+6
* af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima2024-05-271-4/+6
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-232-15/+36
|\
| * af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj2024-05-211-9/+14
| * af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima2024-05-211-6/+22
* | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-11/+10
|\ \ | |/ |/|
| * net: change proto and proto_ops accept typeJens Axboe2024-05-131-11/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+1
|\ \ | |/ |/|
| * af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-05-101-1/+1
| * af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-251-1/+1
* | af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-101-4/+10
* | net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* | af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima2024-04-231-5/+12
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1