summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-07-05af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima
2024-07-05af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima
2024-07-05af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima
2024-06-16af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-02af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-03-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2023-09-23af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima
2023-08-30af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-05-30af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima
2023-05-30af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima
2022-12-14af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-06-14af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-06-23net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2020-01-17af_unix: add compat_ioctl supportArnd Bergmann
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-17net: fix warning in af_unixKyeongdon Kim
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds