summaryrefslogtreecommitdiffstats
path: root/net/unix/diag.c
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima12 days1-1/+1
* af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima12 days1-1/+1
* af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima12 days1-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-1/+1
|\
| * af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-01-311-1/+1
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima2022-12-011-8/+12
* af_unix: Remove unix_table_locks.Kuniyuki Iwashima2022-06-221-7/+1
* af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima2022-06-221-6/+3
* af_unix: Acquire/Release per-netns hash table's locks.Kuniyuki Iwashima2022-06-221-8/+15
* af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima2022-06-221-4/+2
* af_unix: Clean up some sock_net() uses.Kuniyuki Iwashima2022-06-221-2/+1
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-261-10/+10
* af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2021-11-261-1/+2
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+2
* net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper2019-05-221-0/+12
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-201-1/+2
* 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