summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-4/+2
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-07-05af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima1-1/+1
2024-07-05af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima1-1/+1
2024-07-05af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima1-8/+2
2024-07-05af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima1-1/+1
2024-07-05af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima1-4/+4
2024-07-05af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima1-4/+4
2024-07-05af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima1-13/+12
2024-07-05af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima1-1/+1
2024-06-21fs: add file and path permissions helpersChristian Brauner1-1/+1
2024-06-16af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-1/+1
2024-05-02af_unix: Fix garbage collector racing against connect()Michal Luczaj1-1/+17
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima3-14/+15
2024-03-27af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima1-1/+1
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe1-3/+1
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2-9/+7
2023-09-19af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima1-3/+3
2023-08-26af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima1-5/+4
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet1-1/+1
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2022-12-14af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima1-8/+12
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+20
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima1-1/+1
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2-5/+15
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+28
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-06-23net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+0
2020-10-14net/af_unix: Remove unused old_pid variableOr Cohen1-2/+0
2020-10-01io_uring: move io_uring_get_socket() into io_uring.hJens Axboe1-0/+1
2020-09-22net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-6/+0
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-2/+5
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-15/+6
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-25af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge1-0/+1
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai1-2/+9
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+4
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-13unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai1-5/+51
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1