summaryrefslogtreecommitdiffstats
path: root/net/unix/garbage.c
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj2024-05-211-9/+14
* af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-101-4/+10
* af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima2024-04-231-5/+12
* af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima2024-04-161-4/+16
* af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2024-04-031-1/+1
* af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2024-03-291-238/+64
* af_unix: Detect dead SCC.Kuniyuki Iwashima2024-03-291-1/+43
* af_unix: Assign a unique index to SCC.Kuniyuki Iwashima2024-03-291-14/+15
* af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima2024-03-291-1/+27
* af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima2024-03-291-1/+47
* af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima2024-03-291-11/+15
* af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2024-03-291-1/+19
* af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima2024-03-291-2/+44
* af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima2024-03-291-0/+74
* af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.Kuniyuki Iwashima2024-03-291-11/+7
* af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2024-03-291-1/+89
* 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/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-13/+9
|\
| * af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-02-211-13/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-3/+4
|\|
| * af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima2024-02-131-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-081-0/+11
|\|
| * af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Kuniyuki Iwashima2024-02-061-0/+11
* | af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima2024-01-311-2/+71
* | af_unix: Remove io_uring code for GC.Kuniyuki Iwashima2024-01-311-23/+2
* | af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima2024-01-311-4/+4
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-261-1/+9
* | af_unix: Run GC on only one CPU.Kuniyuki Iwashima2024-01-261-27/+27
* | af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima2024-01-261-12/+7
* | af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-261-9/+8
* | af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-01-261-1/+1
|/
* net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-1/+1
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+20
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-141-3/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner2019-05-241-6/+1
* net: split out functions related to registering inflight socket filesJens Axboe2019-02-281-69/+2
* Add io_uring IO interfaceJens Axboe2019-02-281-0/+3
* net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-211-8/+9
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-081-4/+4
* unix: properly account for FDs passed over unix socketswilly tarreau2016-01-111-5/+8
* net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman2015-04-231-42/+28
* af_unix: remove 0 assignment on staticFabian Frederick2014-10-071-1/+1
* af_unix: fix a fatal race with bit fieldsEric Dumazet2013-05-011-6/+6
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro2011-03-151-1/+1
* af_unix: limit recursion levelEric Dumazet2010-11-291-1/+1
* af_unix: limit unix_tot_inflightEric Dumazet2010-11-241-0/+7
* unix/garbage: kill copy of the skb queue walkerIlpo Järvinen2010-05-031-11/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0