| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-08 | af_unix: Introduce SO_INQ. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2025-07-08 | af_unix: Use cached value for SOCK_STREAM in unix_inq_len(). | Kuniyuki Iwashima | 1 | -0/+1 |
| 2025-03-26 | unix: fix up for "apparmor: add fine grained af_unix mediation" | Stephen Rothwell | 1 | -0/+3 |
| 2025-03-25 | af_unix: Explicitly include headers for non-pointer struct fields. | Kuniyuki Iwashima | 1 | -2/+6 |
| 2025-03-25 | af_unix: Move internal definitions to net/unix/. | Kuniyuki Iwashima | 1 | -75/+1 |
| 2025-03-25 | af_unix: Sort headers. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2024-06-25 | af_unix: Remove U_LOCK_GC_LISTENER. | Kuniyuki Iwashima | 1 | -12/+0 |
| 2024-06-25 | af_unix: Remove U_LOCK_DIAG. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-06-25 | af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2024-04-25 | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). | Kuniyuki Iwashima | 1 | -0/+3 |
| 2024-04-16 | af_unix: Try not to hold unix_gc_lock during accept(). | Kuniyuki Iwashima | 1 | -0/+1 |
| 2024-04-03 | af_unix: Remove lock dance in unix_peek_fds(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-03-29 | af_unix: Replace garbage collection algorithm. | Kuniyuki Iwashima | 1 | -8/+0 |
| 2024-03-29 | af_unix: Assign a unique index to SCC. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-03-29 | af_unix: Save O(n) setup of Tarjan's algo. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-03-29 | af_unix: Fix up unix_edge.successor for embryo socket. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2024-03-29 | af_unix: Save listener for embryo socket. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2024-03-29 | af_unix: Detect Strongly Connected Components. | Kuniyuki Iwashima | 1 | -0/+3 |
| 2024-03-29 | af_unix: Iterate all vertices by DFS. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2024-03-29 | af_unix: Link struct unix_edge when queuing skb. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2024-03-29 | af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd. | Kuniyuki Iwashima | 1 | -0/+6 |
| 2024-03-29 | af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. | Kuniyuki Iwashima | 1 | -0/+9 |
| 2024-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+14 |
| 2024-01-31 | af_unix: fix lockdep positive in sk_diag_dump_icons() | Eric Dumazet | 1 | -6/+14 |
| 2024-01-31 | af_unix: Remove CONFIG_UNIX_SCM. | Kuniyuki Iwashima | 1 | -3/+4 |
| 2024-01-31 | af_unix: Remove io_uring code for GC. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2024-01-26 | af_unix: Try to run GC async. | Kuniyuki Iwashima | 1 | -2/+10 |
| 2024-01-26 | af_unix: Return struct unix_sock from unix_get_socket(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-01-26 | af_unix: Do not use atomic ops for unix_sk(sk)->inflight. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-11-30 | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 1 | -0/+1 |
| 2023-03-18 | af_unix: preserve const qualifier in unix_sk() | Eric Dumazet | 1 | -4/+1 |
| 2023-03-08 | net: reclaim skb->scm_io_uring bit | Eric Dumazet | 1 | -0/+1 |
| 2022-06-22 | af_unix: Remove unix_table_locks. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2022-06-22 | af_unix: Put a socket into a per-netns hash table. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2022-06-22 | af_unix: Include the whole hash table size in UNIX_HASH_SIZE. | Kuniyuki Iwashima | 1 | -3/+4 |
| 2021-11-26 | af_unix: Replace the big lock with small locks. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2021-11-26 | af_unix: Save hash in sk_hash. | Kuniyuki Iwashima | 1 | -1/+0 |
| 2021-08-16 | af_unix: Add unix_stream_proto for sockmap | Jiang Wang | 1 | -2/+6 |
| 2021-08-04 | af_unix: Add OOB support | Rao Shoaib | 1 | -0/+3 |
| 2021-07-15 | af_unix: Implement unix_dgram_bpf_recvmsg() | Cong Wang | 1 | -0/+2 |
| 2021-07-15 | af_unix: Implement ->psock_update_sk_prot() | Cong Wang | 1 | -0/+10 |
| 2020-02-28 | unix: uses an atomic type for scm files accounting | Paolo Abeni | 1 | -1/+1 |
| 2020-02-28 | af_unix: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-12-12 | unix: Show number of pending scm files of receive queue in fdinfo | Kirill Tkhai | 1 | -0/+5 |
| 2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe | 1 | -0/+1 |
| 2018-10-31 | net: drop a space before tabs | Bo YU | 1 | -1/+1 |
| 2018-10-31 | net: add an identifier name for 'struct sock *' | Bo YU | 1 | -1/+1 |
| 2018-10-22 | af_unix.h: trivial whitespace cleanup | Vito Caputo | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2017-07-17 | net/unix: drop obsolete fd-recursion limits | David Herrmann | 1 | -1/+0 |
| 2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+2 |
| 2017-07-01 | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
| 2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
| 2016-09-04 | af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock' | Linus Torvalds | 1 | -1/+1 |
| 2016-02-08 | unix: correctly track in-flight fds in sending process user_struct | Hannes Frederic Sowa | 1 | -2/+2 |
| 2015-11-23 | unix: avoid use-after-free in ep_remove_wait_queue | Rainer Weikusat | 1 | -0/+1 |
| 2015-10-08 | af_unix: constify the sock parameter in unix_sk() | Paul Moore | 1 | -1/+1 |
| 2015-09-29 | af_unix: Convert the unix_sk macro to an inline function for type safety | Aaron Conole | 1 | -1/+5 |
| 2015-06-10 | net/unix: support SCM_SECURITY for stream sockets | Stephen Smalley | 1 | -1/+0 |
| 2013-08-10 | af_unix: improve STREAM behavior with fragmented memory | Eric Dumazet | 1 | -0/+1 |
| 2013-07-31 | af_unix.h: Remove extern from function prototypes | Joe Perches | 1 | -8/+8 |
| 2013-05-01 | af_unix: fix a fatal race with bit fields | Eric Dumazet | 1 | -2/+3 |
| 2013-04-07 | scm: Stop passing struct cred | Eric W. Biederman | 1 | -1/+2 |
| 2012-10-21 | unix: Remove unused field from unix_sock | Pavel Emelyanov | 1 | -1/+0 |
| 2012-06-08 | af_unix: speedup /proc/net/unix | Eric Dumazet | 1 | -1/+2 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
| 2012-03-20 | switch unix_sock to struct path | Al Viro | 1 | -2/+1 |
| 2011-12-30 | af_unix: Move CINQ/COUTQ code to helpers | Pavel Emelyanov | 1 | -0/+3 |
| 2011-12-16 | af_unix: Export stuff required for diag module | Pavel Emelyanov | 1 | -0/+3 |
| 2011-04-24 | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller | 1 | -2/+0 |
| 2010-11-29 | af_unix: limit recursion level | Eric Dumazet | 1 | -0/+2 |
| 2010-06-16 | af_unix: Allow credentials to work across user and pid namespaces. | Eric W. Biederman | 1 | -2/+2 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -9/+11 |
| 2008-11-26 | net: Fix soft lockups/OOM issues w/ unix garbage collector | dann frazier | 1 | -0/+1 |
| 2008-11-09 | net: unix: fix inflight counting bug in garbage collector | Miklos Szeredi | 1 | -0/+1 |
| 2008-07-26 | [PATCH] f_count may wrap around | Al Viro | 1 | -1/+1 |
| 2008-01-28 | [AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen. | Denis V. Lunev | 1 | -1/+0 |
| 2008-01-28 | [UNIX]: Extend unix_sysctl_(un)register prototypes | Pavel Emelyanov | 1 | -4/+4 |
| 2007-11-10 | [AF_UNIX]: Make unix_tot_inflight counter non-atomic | Pavel Emelyanov | 1 | -1/+1 |
| 2007-07-31 | [AF_UNIX]: Make code static. | Adrian Bunk | 1 | -29/+0 |
| 2007-07-11 | [AF_UNIX]: Rewrite garbage collector, fixes race. | Miklos Szeredi | 1 | -1/+2 |
| 2007-06-03 | [AF_UNIX]: Make socket locking much less confusing. | David S. Miller | 1 | -5/+3 |
| 2006-08-02 | [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch | Catherine Zhang | 1 | -4/+2 |
| 2006-07-03 | [PATCH] lockdep: annotate af_unix locking | Ingo Molnar | 1 | -0/+3 |
| 2006-06-29 | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 1 | -0/+6 |
| 2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
| 2006-03-20 | [NET]: sem2mutex part 2 | Ingo Molnar | 1 | -1/+2 |
| 2006-01-03 | [AF_UNIX]: Convert to use a spinlock instead of rwlock | Benjamin LaHaise | 1 | -5/+5 |
| 2006-01-03 | [AF_UNIX]: Use spinlock for unix_table_lock | David S. Miller | 1 | -1/+1 |
| 2005-08-29 | [NET]: Fix sparse warnings | Arnaldo Carvalho de Melo | 1 | -0/+15 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+78 |