summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)Author
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller
2012-01-03switch ->path_mknod() to umode_tAl Viro
2011-12-30unix_diag: Fixup RQLEN extension reportPavel Emelyanov
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov
2011-12-30unix_diag: Add the MEMINFO extensionPavel Emelyanov
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller
2011-12-26unix_diag: Fix incoming connections nla lengthPavel Emelyanov
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-11-26AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...David S. Miller
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen
2011-07-20new helpers: kern_path_create/user_path_createAl Viro
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-01af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2011-03-14af_unix: update locking commentDaniel Baluta
2011-03-14kill path_lookup()Al Viro
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer
2011-03-07net: fix multithreaded signal handling in unix recv routinesRainer Weikusat
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy
2011-01-18af_unix: implement socket filterAlban Crequy
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-29af_unix: limit recursion levelEric Dumazet
2010-11-24af_unix: limit unix_tot_inflightEric Dumazet
2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet
2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet
2010-11-08af_unix: use keyed wakeupsEric Dumazet
2010-10-26fs: allow for more than 2^31 filesEric Dumazet
2010-10-05AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix socketsAlban Crequy