aboutsummaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-10af_unix: improve STREAM behavior with fragmented memoryGravatar Eric Dumazet 1-0/+1
2013-07-31af_unix.h: Remove extern from function prototypesGravatar Joe Perches 1-8/+8
2013-05-01af_unix: fix a fatal race with bit fieldsGravatar Eric Dumazet 1-2/+3
2013-04-07scm: Stop passing struct credGravatar Eric W. Biederman 1-1/+2
2012-10-21unix: Remove unused field from unix_sockGravatar Pavel Emelyanov 1-1/+0
2012-06-08af_unix: speedup /proc/net/unixGravatar Eric Dumazet 1-1/+2
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-20switch unix_sock to struct pathGravatar Al Viro 1-2/+1
2011-12-30af_unix: Move CINQ/COUTQ code to helpersGravatar Pavel Emelyanov 1-0/+3
2011-12-16af_unix: Export stuff required for diag moduleGravatar Pavel Emelyanov 1-0/+3
2011-04-24net: Remove __KERNEL__ cpp checks from include/netGravatar David S. Miller 1-2/+0
2010-11-29af_unix: limit recursion levelGravatar Eric Dumazet 1-0/+2
2010-06-16af_unix: Allow credentials to work across user and pid namespaces.Gravatar Eric W. Biederman 1-2/+2
2010-05-01net: sock_def_readable() and friends RCU conversionGravatar Eric Dumazet 1-9/+11
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectorGravatar dann frazier 1-0/+1
2008-11-09net: unix: fix inflight counting bug in garbage collectorGravatar Miklos Szeredi 1-0/+1
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 1-1/+1
2008-01-28[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.Gravatar Denis V. Lunev 1-1/+0
2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesGravatar Pavel Emelyanov 1-4/+4
2007-11-10[AF_UNIX]: Make unix_tot_inflight counter non-atomicGravatar Pavel Emelyanov 1-1/+1
2007-07-31[AF_UNIX]: Make code static.Gravatar Adrian Bunk 1-29/+0
2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Gravatar Miklos Szeredi 1-1/+2
2007-06-03[AF_UNIX]: Make socket locking much less confusing.Gravatar David S. Miller 1-5/+3
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchGravatar Catherine Zhang 1-4/+2
2006-07-03[PATCH] lockdep: annotate af_unix lockingGravatar Ingo Molnar 1-0/+3
2006-06-29[AF_UNIX]: Datagram getpeersecGravatar Catherine Zhang 1-0/+6
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-20[NET]: sem2mutex part 2Gravatar Ingo Molnar 1-1/+2
2006-01-03[AF_UNIX]: Convert to use a spinlock instead of rwlockGravatar Benjamin LaHaise 1-5/+5
2006-01-03[AF_UNIX]: Use spinlock for unix_table_lockGravatar David S. Miller 1-1/+1
2005-08-29[NET]: Fix sparse warningsGravatar Arnaldo Carvalho de Melo 1-0/+15
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+78