aboutsummaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2012-09-17af_unix: old_cred is surplusGravatar Alan Cox 1-4/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-7/+7
2012-08-31af_unix: fix shutdown parameter checkingGravatar Xi Wang 1-4/+8
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Gravatar Eric Dumazet 1-2/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-50/+43
2012-07-29clean unix_bind() up a bitGravatar Al Viro 1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Gravatar Al Viro 1-4/+0
2012-07-29new helper: done_path_create()Gravatar Al Viro 1-5/+4
2012-07-16net: make sock diag per-namespaceGravatar Andrey Vagin 1-2/+7
2012-06-27unix_diag: Do not use RTA_PUT() macrosGravatar Thomas Graf 1-47/+33
2012-06-26unix_diag: Move away from NLMSG_PUT().Gravatar David S. Miller 1-11/+13
2012-06-09af_unix: remove unix_iter_stateGravatar Eric Dumazet 1-5/+1
2012-06-08af_unix: speedup /proc/net/unixGravatar Eric Dumazet 2-48/+68
2012-04-25net: sock_diag_handler structs can be constGravatar Shan Wei 1-1/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlGravatar Eric W. Biederman 1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-10/+11
2012-04-03af_unix: reduce high order page allocationsGravatar Eric Dumazet 1-3/+12
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsGravatar Hans Verkuil 1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-22/+17
2012-03-20switch touch_atime to struct pathGravatar Al Viro 1-2/+2
2012-03-20switch unix_sock to struct pathGravatar Al Viro 2-21/+16
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Gravatar Pablo Neira Ayuso 1-4/+6
2012-02-22af_unix: MSG_TRUNC support for dgram socketsGravatar Eric Dumazet 1-1/+1
2012-02-21unix: Support peeking offset for stream socketsGravatar Pavel Emelyanov 1-2/+18
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsGravatar Pavel Emelyanov 1-5/+25
2012-01-30af_unix: fix EPOLLET regression for stream socketsGravatar Eric Dumazet 1-15/+4
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2012-01-07net: Default UDP and UNIX diag to 'n'.Gravatar David S. Miller 1-1/+1
2012-01-03switch ->path_mknod() to umode_tGravatar Al Viro 1-1/+1
2011-12-30unix_diag: Fixup RQLEN extension reportGravatar Pavel Emelyanov 1-1/+12
2011-12-30af_unix: Move CINQ/COUTQ code to helpersGravatar Pavel Emelyanov 1-23/+36
2011-12-30unix_diag: Add the MEMINFO extensionGravatar Pavel Emelyanov 1-8/+12
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.Gravatar David S. Miller 1-2/+1
2011-12-26unix_diag: Fix incoming connections nla lengthGravatar Pavel Emelyanov 1-1/+2
2011-12-20net: unix -- Add missing module.h inclusionGravatar Cyrill Gorcunov 1-0/+1
2011-12-16unix_diag: Write it into kbuildGravatar Pavel Emelyanov 2-0/+10
2011-12-16unix_diag: Receive queue lenght NLAGravatar Pavel Emelyanov 1-0/+13
2011-12-16unix_diag: Pending connections IDs NLAGravatar Pavel Emelyanov 1-0/+39
2011-12-16unix_diag: Unix peer inode NLAGravatar Pavel Emelyanov 1-0/+24
2011-12-16unix_diag: Unix inode info NLAGravatar Pavel Emelyanov 1-0/+21
2011-12-16unix_diag: Unix socket name NLAGravatar Pavel Emelyanov 1-0/+20
2011-12-16unix_diag: Dumping exact socket coreGravatar Pavel Emelyanov 1-1/+66
2011-12-16unix_diag: Dumping all sockets coreGravatar Pavel Emelyanov 1-1/+75
2011-12-16unix_diag: Basic module skeletonGravatar Pavel Emelyanov 1-0/+57
2011-12-16af_unix: Export stuff required for diag moduleGravatar Pavel Emelyanov 1-3/+6
2011-11-26AF_UNIX: Fix poll blocking problem when reading from a stream socketGravatar Alexey Moiseytsev 1-0/+4
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultGravatar Eric Dumazet 1-1/+23
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...Gravatar David S. Miller 1-29/+16