aboutsummaryrefslogtreecommitdiff
path: root/net/unix/garbage.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11af_unix: Fix garbage collector racing against connect()Gravatar Michal Luczaj 1-1/+17
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-13/+9
2024-02-21af_unix: Drop oob_skb ref before purging queue in GC.Gravatar Kuniyuki Iwashima 1-13/+9
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+4
2024-02-13af_unix: Fix task hung while purging oob_skb in GC.Gravatar Kuniyuki Iwashima 1-3/+4
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+11
2024-02-06af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.Gravatar Kuniyuki Iwashima 1-0/+11
2024-01-31af_unix: Remove CONFIG_UNIX_SCM.Gravatar Kuniyuki Iwashima 1-2/+71
2024-01-31af_unix: Remove io_uring code for GC.Gravatar Kuniyuki Iwashima 1-23/+2
2024-01-31af_unix: Replace BUG_ON() with WARN_ON_ONCE().Gravatar Kuniyuki Iwashima 1-4/+4
2024-01-26af_unix: Try to run GC async.Gravatar Kuniyuki Iwashima 1-1/+9
2024-01-26af_unix: Run GC on only one CPU.Gravatar Kuniyuki Iwashima 1-27/+27
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Gravatar Kuniyuki Iwashima 1-12/+7
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Gravatar Kuniyuki Iwashima 1-9/+8
2024-01-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Gravatar Kuniyuki Iwashima 1-1/+1
2023-03-08net: reclaim skb->scm_io_uring bitGravatar Eric Dumazet 1-1/+1
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releaseGravatar Pavel Begunkov 1-0/+20
2022-01-14af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressGravatar Eric Dumazet 1-3/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Gravatar Thomas Gleixner 1-6/+1
2019-02-28net: split out functions related to registering inflight socket filesGravatar Jens Axboe 1-69/+2
2019-02-28Add io_uring IO interfaceGravatar Jens Axboe 1-0/+3
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesGravatar Andrey Ulanov 1-8/+9
2016-02-08unix: correctly track in-flight fds in sending process user_structGravatar Hannes Frederic Sowa 1-4/+4
2016-01-11unix: properly account for FDs passed over unix socketsGravatar willy tarreau 1-5/+8
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesGravatar Jason Eastman 1-42/+28
2014-10-07af_unix: remove 0 assignment on staticGravatar Fabian Frederick 1-1/+1
2013-05-01af_unix: fix a fatal race with bit fieldsGravatar Eric Dumazet 1-6/+6
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsGravatar Al Viro 1-1/+1
2010-11-29af_unix: limit recursion levelGravatar Eric Dumazet 1-1/+1
2010-11-24af_unix: limit unix_tot_inflightGravatar Eric Dumazet 1-0/+7
2010-05-03unix/garbage: kill copy of the skb queue walkerGravatar Ilpo Järvinen 1-11/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+10
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectorGravatar dann frazier 1-3/+10
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-12/+37
2008-11-09net: unix: fix inflight counting bug in garbage collectorGravatar Miklos Szeredi 1-12/+37
2008-11-01af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cGravatar Jianjun Kong 1-6/+6
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-9/+9
2007-11-10[AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksGravatar Pavel Emelyanov 1-11/+9
2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicGravatar Pavel Emelyanov 1-3/+3
2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Gravatar Miklos Szeredi 1-139/+186
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] UNIX: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-7/+7
2006-12-08[PATCH] struct path: convert unixGravatar Josef Sipek 1-1/+1
2006-03-20[NET] sem2mutex: net/Gravatar Arjan van de Ven 1-3/+4
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockGravatar David S. Miller 1-2/+2
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-08-29[NET]: Kill skb->listGravatar David S. Miller 1-6/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+312