summaryrefslogtreecommitdiffstats
path: root/net/unix/garbage.c
AgeCommit message (Expand)AuthorLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner-6/+1
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe-69/+2
2019-02-28Add io_uring IO interfaceJens Axboe-0/+3
2017-03-21net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov-8/+9
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa-4/+4
2016-01-11unix: properly account for FDs passed over unix socketswilly tarreau-5/+8
2015-04-23net: unix: garbage: fixed several comment and whitespace style issuesJason Eastman-42/+28
2014-10-07af_unix: remove 0 assignment on staticFabian Frederick-1/+1
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet-6/+6
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro-1/+1
2010-11-29af_unix: limit recursion levelEric Dumazet-1/+1
2010-11-24af_unix: limit unix_tot_inflightEric Dumazet-0/+7
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen-11/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-3/+10
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier-3/+10
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-12/+37
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi-12/+37
2008-11-01af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong-6/+6
2008-07-26[PATCH] f_count may wrap aroundAl Viro-9/+9
2007-11-10[AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov-11/+9
2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov-3/+3
2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi-139/+186
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-10[NET] UNIX: Fix whitespace errors.YOSHIFUJI Hideaki-7/+7
2006-12-08[PATCH] struct path: convert unixJosef Sipek-1/+1
2006-03-20[NET] sem2mutex: net/Arjan van de Ven-3/+4
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller-2/+2
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo-1/+1
2005-08-29[NET]: Kill skb->listDavid S. Miller-6/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+312