Age | Commit message (Expand) | Author | Files | Lines |
10 days | net: remove sock_i_uid() | Eric Dumazet | 1 | -1/+1 |
2025-03-25 | af_unix: Clean up #include under net/unix/. | Kuniyuki Iwashima | 1 | -1/+3 |
2025-03-25 | af_unix: Explicitly include headers for non-pointer struct fields. | Kuniyuki Iwashima | 1 | -3/+0 |
2025-03-25 | af_unix: Move internal definitions to net/unix/. | Kuniyuki Iwashima | 1 | -0/+2 |
2025-03-25 | af_unix: Sort headers. | Kuniyuki Iwashima | 1 | -7/+8 |
2024-06-25 | af_unix: Remove U_LOCK_DIAG. | Kuniyuki Iwashima | 1 | -14/+3 |
2024-06-25 | af_unix: Don't acquire unix_state_lock() for sock_i_ino(). | Kuniyuki Iwashima | 1 | -20/+10 |
2024-06-06 | af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). | Kuniyuki Iwashima | 1 | -1/+1 |
2024-06-06 | af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). | Kuniyuki Iwashima | 1 | -1/+1 |
2024-06-06 | af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. | Kuniyuki Iwashima | 1 | -4/+4 |
2024-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-01-31 | af_unix: fix lockdep positive in sk_diag_dump_icons() | Eric Dumazet | 1 | -1/+1 |
2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
2022-12-01 | af_unix: Get user_ns from in_skb in unix_diag_get_exact(). | Kuniyuki Iwashima | 1 | -8/+12 |
2022-06-22 | af_unix: Remove unix_table_locks. | Kuniyuki Iwashima | 1 | -7/+1 |
2022-06-22 | af_unix: Put a socket into a per-netns hash table. | Kuniyuki Iwashima | 1 | -6/+3 |
2022-06-22 | af_unix: Acquire/Release per-netns hash table's locks. | Kuniyuki Iwashima | 1 | -8/+15 |
2022-06-22 | af_unix: Include the whole hash table size in UNIX_HASH_SIZE. | Kuniyuki Iwashima | 1 | -4/+2 |
2022-06-22 | af_unix: Clean up some sock_net() uses. | Kuniyuki Iwashima | 1 | -2/+1 |
2021-11-26 | af_unix: Replace the big lock with small locks. | Kuniyuki Iwashima | 1 | -10/+10 |
2021-11-26 | af_unix: Use offsetof() instead of sizeof(). | Kuniyuki Iwashima | 1 | -1/+2 |
2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -4/+2 |
2019-05-22 | net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. | Felipe Gasper | 1 | -0/+12 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-02-20 | missing barriers in some of unix_sock ->addr and ->path accesses | Al Viro | 1 | -1/+2 |
2017-10-26 | net/unix: don't show information about sockets from other namespaces | Andrei Vagin | 1 | -0/+2 |
2016-02-19 | unix_diag: fix incorrect sign extension in unix_lookup_by_ino | Dmitry V. Levin | 1 | -1/+1 |
2015-04-15 | VFS: net/unix: d_backing_inode() annotations | David Howells | 1 | -1/+1 |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -1/+2 |
2013-10-02 | unix_diag: fix info leak | Mathias Krause | 1 | -0/+1 |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -5/+2 |
2012-10-23 | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov | 1 | -0/+3 |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -7/+7 |
2012-07-16 | net: make sock diag per-namespace | Andrey Vagin | 1 | -2/+7 |
2012-06-27 | unix_diag: Do not use RTA_PUT() macros | Thomas Graf | 1 | -47/+33 |
2012-06-26 | unix_diag: Move away from NLMSG_PUT(). | David S. Miller | 1 | -11/+13 |
2012-06-08 | af_unix: speedup /proc/net/unix | Eric Dumazet | 1 | -2/+4 |
2012-04-25 | net: sock_diag_handler structs can be const | Shan Wei | 1 | -1/+1 |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2012-03-20 | switch unix_sock to struct path | Al Viro | 1 | -1/+1 |
2012-02-26 | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 1 | -4/+6 |
2011-12-30 | unix_diag: Fixup RQLEN extension report | Pavel Emelyanov | 1 | -1/+12 |
2011-12-30 | unix_diag: Add the MEMINFO extension | Pavel Emelyanov | 1 | -8/+12 |
2011-12-26 | unix: If we happen to find peer NULL when diag dumping, write zero. | David S. Miller | 1 | -2/+1 |
2011-12-26 | unix_diag: Fix incoming connections nla length | Pavel Emelyanov | 1 | -1/+2 |
2011-12-20 | net: unix -- Add missing module.h inclusion | Cyrill Gorcunov | 1 | -0/+1 |
2011-12-16 | unix_diag: Receive queue lenght NLA | Pavel Emelyanov | 1 | -0/+13 |
2011-12-16 | unix_diag: Pending connections IDs NLA | Pavel Emelyanov | 1 | -0/+39 |
2011-12-16 | unix_diag: Unix peer inode NLA | Pavel Emelyanov | 1 | -0/+24 |
2011-12-16 | unix_diag: Unix inode info NLA | Pavel Emelyanov | 1 | -0/+21 |
2011-12-16 | unix_diag: Unix socket name NLA | Pavel Emelyanov | 1 | -0/+20 |
2011-12-16 | unix_diag: Dumping exact socket core | Pavel Emelyanov | 1 | -1/+66 |
2011-12-16 | unix_diag: Dumping all sockets core | Pavel Emelyanov | 1 | -1/+75 |
2011-12-16 | unix_diag: Basic module skeleton | Pavel Emelyanov | 1 | -0/+57 |