summaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-22/+17
2012-03-21switch touch_atime to struct pathAl Viro1-2/+2
2012-03-21switch unix_sock to struct pathAl Viro2-21/+16
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-4/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-22unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-22unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov1-5/+25
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-08net: Default UDP and UNIX diag to 'n'.David S. Miller1-1/+1
2012-01-04switch ->path_mknod() to umode_tAl Viro1-1/+1
2011-12-31unix_diag: Fixup RQLEN extension reportPavel Emelyanov1-1/+12
2011-12-31af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-23/+36
2011-12-31unix_diag: Add the MEMINFO extensionPavel Emelyanov1-8/+12
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller1-2/+1
2011-12-26unix_diag: Fix incoming connections nla lengthPavel Emelyanov1-1/+2
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov1-0/+1
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov2-0/+10
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov1-0/+13
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov1-0/+39
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov1-0/+24
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov1-0/+21
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov1-0/+20
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov1-1/+66
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov1-1/+75
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov1-0/+57
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-3/+6
2011-11-27AF_UNIX: Fix poll blocking problem when reading from a stream socketAlexey Moiseytsev1-0/+4
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-1/+23
2011-09-17Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...David S. Miller1-29/+16
2011-08-25Scm: Remove unnecessary pid & credential references in Unix socket's send and...Tim Chen1-16/+29
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-02af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-33/+39
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2011-03-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-1/+1
2011-03-15af_unix: update locking commentDaniel Baluta1-1/+1
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+13
2011-03-08af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-08net: fix multithreaded signal handling in unix recv routinesRainer Weikusat1-4/+13
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-1/+1
2011-01-20af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-19af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-06af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-6/+40