aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/scm.c
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima2024-02-011-150/+0
* af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2024-02-011-6/+0
* af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2024-02-011-4/+4
* af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-271-12/+7
* af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-271-3/+5
* io_uring/unix: drop usage of io_uring socketJens Axboe2023-12-191-3/+1
* af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-041-3/+3
* net: annotate data-races around sock->opsEric Dumazet2023-08-091-1/+2
* net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-0/+6
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-151-2/+4
* io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-10-011-0/+1
* net: split out functions related to registering inflight socket filesJens Axboe2019-02-281-0/+151