| Commit message (Expand) | Author | Age | Files | Lines |
* | unix_diag: fix info leak | Mathias Krause | 2013-10-02 | 1 | -0/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -5/+2 |
* | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov | 2012-10-23 | 1 | -0/+3 |
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -7/+7 |
* | net: make sock diag per-namespace | Andrey Vagin | 2012-07-17 | 1 | -2/+7 |
* | unix_diag: Do not use RTA_PUT() macros | Thomas Graf | 2012-06-28 | 1 | -47/+33 |
* | unix_diag: Move away from NLMSG_PUT(). | David S. Miller | 2012-06-27 | 1 | -11/+13 |
* | af_unix: speedup /proc/net/unix | Eric Dumazet | 2012-06-08 | 1 | -2/+4 |
* | net: sock_diag_handler structs can be const | Shan Wei | 2012-04-26 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-03-21 | 1 | -1/+1 |
|\ |
|
| * | switch unix_sock to struct path | Al Viro | 2012-03-21 | 1 | -1/+1 |
* | | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -4/+6 |
|/ |
|
* | unix_diag: Fixup RQLEN extension report | Pavel Emelyanov | 2011-12-30 | 1 | -1/+12 |
* | unix_diag: Add the MEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -8/+12 |
* | unix: If we happen to find peer NULL when diag dumping, write zero. | David S. Miller | 2011-12-26 | 1 | -2/+1 |
* | unix_diag: Fix incoming connections nla length | Pavel Emelyanov | 2011-12-26 | 1 | -1/+2 |
* | net: unix -- Add missing module.h inclusion | Cyrill Gorcunov | 2011-12-20 | 1 | -0/+1 |
* | unix_diag: Receive queue lenght NLA | Pavel Emelyanov | 2011-12-16 | 1 | -0/+13 |
* | unix_diag: Pending connections IDs NLA | Pavel Emelyanov | 2011-12-16 | 1 | -0/+39 |
* | unix_diag: Unix peer inode NLA | Pavel Emelyanov | 2011-12-16 | 1 | -0/+24 |
* | unix_diag: Unix inode info NLA | Pavel Emelyanov | 2011-12-16 | 1 | -0/+21 |
* | unix_diag: Unix socket name NLA | Pavel Emelyanov | 2011-12-16 | 1 | -0/+20 |
* | unix_diag: Dumping exact socket core | Pavel Emelyanov | 2011-12-16 | 1 | -1/+66 |
* | unix_diag: Dumping all sockets core | Pavel Emelyanov | 2011-12-16 | 1 | -1/+75 |
* | unix_diag: Basic module skeleton | Pavel Emelyanov | 2011-12-16 | 1 | -0/+57 |