summaryrefslogtreecommitdiffstats
path: root/include/net/af_unix.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+3
|\
| * af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-251-0/+3
* | af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima2024-04-161-0/+1
* | af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2024-04-031-1/+0
* | af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2024-03-291-8/+0
* | af_unix: Assign a unique index to SCC.Kuniyuki Iwashima2024-03-291-1/+1
* | af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima2024-03-291-1/+0
* | af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2024-03-291-0/+1
* | af_unix: Save listener for embryo socket.Kuniyuki Iwashima2024-03-291-0/+1
* | af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima2024-03-291-0/+3
* | af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima2024-03-291-0/+2
* | af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2024-03-291-0/+2
* | af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2024-03-291-0/+6
* | af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2024-03-291-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-6/+14
|\
| * af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-01-311-6/+14
* | af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima2024-01-311-3/+4
* | af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2024-01-311-1/+0
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-261-2/+10
* | af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-261-1/+1
* | af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-261-1/+1
|/
* bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-301-0/+1
* af_unix: preserve const qualifier in unix_sk()Eric Dumazet2023-03-181-4/+1
* net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-0/+1
* af_unix: Remove unix_table_locks.Kuniyuki Iwashima2022-06-221-1/+0
* af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2022-06-221-1/+0
* af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2022-06-221-3/+4
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-261-1/+1
* af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-261-1/+0
* af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-161-2/+6
* af_unix: Add OOB supportRao Shoaib2021-08-041-0/+3
* af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-151-0/+2
* af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+10
* unix: uses an atomic type for scm files accountingPaolo Abeni2020-02-281-1/+1
* af_unix: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai2019-12-121-0/+5
* net: split out functions related to registering inflight socket filesJens Axboe2019-02-281-0/+1
* net: drop a space before tabsBo YU2018-10-311-1/+1
* net: add an identifier name for 'struct sock *'Bo YU2018-10-311-1/+1
* af_unix.h: trivial whitespace cleanupVito Caputo2018-10-221-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
|\
| * Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
| |\
| | * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | | net/unix: drop obsolete fd-recursion limitsDavid Herrmann2017-07-171-1/+0
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+2
|\ \
| * | net: convert unix_address.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+2
| |/
* / sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2016-09-041-1/+1
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-081-2/+2