Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet
2013-08-01af_unix.h: Remove extern from function prototypesJoe Perches
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet
2013-04-08scm: Stop passing struct credEric W. Biederman
2012-10-22unix: Remove unused field from unix_sockPavel Emelyanov
2012-06-09af_unix: speedup /proc/net/unixEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-21switch unix_sock to struct pathAl Viro
2011-12-31af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2010-11-29af_unix: limit recursion levelEric Dumazet
2010-06-17af_unix: Allow credentials to work across user and pid namespaces.Eric W. Biederman
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet
2008-11-27net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier
2008-11-09net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi
2008-07-27[PATCH] f_count may wrap aroundAl Viro
2008-01-29[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.Denis V. Lunev
2008-01-29[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov
2007-11-11[AF_UNIX]: Make unix_tot_inflight counter non-atomicPavel Emelyanov
2007-07-31[AF_UNIX]: Make code static.Adrian Bunk
2007-07-12[AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi
2007-06-04[AF_UNIX]: Make socket locking much less confusing.David S. Miller
2006-08-03[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang
2006-07-04[PATCH] lockdep: annotate af_unix lockingIngo Molnar
2006-06-30[AF_UNIX]: Datagram getpeersecCatherine Zhang
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-21[NET]: sem2mutex part 2Ingo Molnar
2006-01-04[AF_UNIX]: Convert to use a spinlock instead of rwlockBenjamin LaHaise
2006-01-04[AF_UNIX]: Use spinlock for unix_table_lockDavid S. Miller
2005-08-30[NET]: Fix sparse warningsArnaldo Carvalho de Melo
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds