summaryrefslogtreecommitdiff
path: root/net/unix/diag.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-01af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-1/+1
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2022-12-01af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima1-8/+12
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima1-7/+1
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima1-6/+3
2022-06-22af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima1-8/+15
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima1-4/+2
2022-06-22af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima1-2/+1
2021-11-27af_unix: Replace the big lock with small locks.Kuniyuki Iwashima1-10/+10
2021-11-27af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima1-1/+2
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-4/+2
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper1-0/+12
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-21missing barriers in some of unix_sock ->addr and ->path accessesAl Viro1-1/+2
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2016-02-20unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2015-04-15VFS: net/unix: d_backing_inode() annotationsDavid Howells1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2013-10-03unix_diag: fix info leakMathias Krause1-0/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-5/+2
2012-10-23sock-diag: Report shutdown for inet and unix sockets (v2)Pavel Emelyanov1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-07-17net: make sock diag per-namespaceAndrey Vagin1-2/+7
2012-06-28unix_diag: Do not use RTA_PUT() macrosThomas Graf1-47/+33
2012-06-27unix_diag: Move away from NLMSG_PUT().David S. Miller1-11/+13
2012-06-09af_unix: speedup /proc/net/unixEric Dumazet1-2/+4
2012-04-26net: sock_diag_handler structs can be constShan Wei1-1/+1
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-21switch unix_sock to struct pathAl Viro1-1/+1
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-4/+6
2011-12-31unix_diag: Fixup RQLEN extension reportPavel Emelyanov1-1/+12
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: 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