Age | Commit message (Expand) | Author |
---|---|---|
2024-01-31 | af_unix: Remove CONFIG_UNIX_SCM. | Kuniyuki Iwashima |
2024-01-31 | af_unix: Remove io_uring code for GC. | Kuniyuki Iwashima |
2024-01-31 | af_unix: Replace BUG_ON() with WARN_ON_ONCE(). | Kuniyuki Iwashima |
2024-01-26 | af_unix: Return struct unix_sock from unix_get_socket(). | Kuniyuki Iwashima |
2024-01-26 | af_unix: Do not use atomic ops for unix_sk(sk)->inflight. | Kuniyuki Iwashima |
2023-12-19 | io_uring/unix: drop usage of io_uring socket | Jens Axboe |
2023-09-04 | af_unix: Fix data-races around user->unix_inflight. | Kuniyuki Iwashima |
2023-08-09 | net: annotate data-races around sock->ops | Eric Dumazet |
2023-03-08 | net: reclaim skb->scm_io_uring bit | Eric Dumazet |
2022-01-14 | af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress | Eric Dumazet |
2020-09-30 | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe |
2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe |