summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima2024-09-121-8/+1
* af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima2024-07-051-1/+1
* af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima2024-07-051-1/+1
* af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima2024-07-051-8/+2
* af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima2024-07-051-1/+1
* af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima2024-07-051-4/+4
* af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima2024-07-051-4/+4
* af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima2024-07-051-13/+12
* af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima2024-07-051-1/+1
* af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-06-161-1/+1
* af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-05-171-1/+1
* af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-05-171-1/+17
* af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-05-173-14/+15
* af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-03-261-1/+1
* af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-232-9/+7
* af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-231-1/+1
* af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-231-3/+3
* af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima2023-08-301-5/+4
* net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-08-111-1/+1
* af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-301-8/+12
* af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-301-1/+1
* af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-141-1/+1
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-6/+28
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-311-2/+49
* net: split out functions related to registering inflight socket filesJens Axboe2021-07-316-127/+169
* net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-301-3/+4
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-10-011-2/+9
* af_unix: add compat_ioctl supportArnd Bergmann2020-01-171-0/+19
* net: fix warning in af_unixKyeongdon Kim2019-12-011-0/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-3/+3
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-192-25/+35
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-2/+2
* af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron2018-08-031-1/+6
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-2/+2
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-11/+19
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-19/+11
|\
| * net/unix: convert to ->poll_maskChristoph Hellwig2018-05-261-19/+11
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
|/
* af_unix: remove redundant lockdep classCong Wang2018-04-041-10/+0
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-191-1/+1
|\
| * net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser2018-02-131-1/+1
* | net: Convert unix_net_opsKirill Tkhai2018-02-131-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-5/+5
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-20/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+0
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* | net: annotate ->poll() instancesAl Viro2017-11-271-6/+7