summaryrefslogtreecommitdiffstats
path: root/net/unix/garbage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-021-3/+10
|\
| * net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2008-11-261-3/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-12/+37
|\|
| * net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi2008-11-091-12/+37
* | af_unix: clean up net/unix/af_unix.c garbage.c sysctl_net_unix.cJianjun Kong2008-11-011-6/+6
|/
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-9/+9
* [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacksPavel Emelyanov2007-11-101-11/+9
* [AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov2007-11-101-3/+3
* [AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi2007-07-111-139/+186
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] UNIX: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [PATCH] struct path: convert unixJosef Sipek2006-12-081-1/+1
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-3/+4
* [AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller2006-01-031-2/+2
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-291-1/+1
* [NET]: Kill skb->listDavid S. Miller2005-08-291-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+312