summaryrefslogtreecommitdiffstats
path: root/net/unix/diag.c
Commit message (Expand)AuthorAgeFilesLines
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-10-261-0/+2
* unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin2016-02-191-1/+1
* VFS: net/unix: d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* unix_diag: fix info leakMathias Krause2013-10-021-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-5/+2
* sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov2012-10-231-0/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-7/+7
* net: make sock diag per-namespaceAndrey Vagin2012-07-161-2/+7
* unix_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-271-47/+33
* unix_diag: Move away from NLMSG_PUT().David S. Miller2012-06-261-11/+13
* af_unix: speedup /proc/net/unixEric Dumazet2012-06-081-2/+4
* net: sock_diag_handler structs can be constShan Wei2012-04-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-1/+1
|\
| * switch unix_sock to struct pathAl Viro2012-03-201-1/+1
* | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-4/+6
|/
* unix_diag: Fixup RQLEN extension reportPavel Emelyanov2011-12-301-1/+12
* unix_diag: Add the MEMINFO extensionPavel Emelyanov2011-12-301-8/+12
* unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller2011-12-261-2/+1
* unix_diag: Fix incoming connections nla lengthPavel Emelyanov2011-12-261-1/+2
* net: unix -- Add missing module.h inclusionCyrill Gorcunov2011-12-201-0/+1
* unix_diag: Receive queue lenght NLAPavel Emelyanov2011-12-161-0/+13
* unix_diag: Pending connections IDs NLAPavel Emelyanov2011-12-161-0/+39
* unix_diag: Unix peer inode NLAPavel Emelyanov2011-12-161-0/+24
* unix_diag: Unix inode info NLAPavel Emelyanov2011-12-161-0/+21
* unix_diag: Unix socket name NLAPavel Emelyanov2011-12-161-0/+20
* unix_diag: Dumping exact socket corePavel Emelyanov2011-12-161-1/+66
* unix_diag: Dumping all sockets corePavel Emelyanov2011-12-161-1/+75
* unix_diag: Basic module skeletonPavel Emelyanov2011-12-161-0/+57