aboutsummaryrefslogtreecommitdiff
path: root/net/unix/diag.c
AgeCommit message (Expand)Author
2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin
2015-04-15VFS: net/unix: d_backing_inode() annotationsDavid Howells
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2013-10-02unix_diag: fix info leakMathias Krause
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-06-27unix_diag: Do not use RTA_PUT() macrosThomas Graf
2012-06-26unix_diag: Move away from NLMSG_PUT().David S. Miller
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet
2012-04-25net: sock_diag_handler structs can be constShan Wei
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch unix_sock to struct pathAl Viro
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2011-12-30unix_diag: Fixup RQLEN extension reportPavel 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: 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