Searched hist:"51 d7cccf07238f5236c5b9269231a30dd5f8e714" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | sock_diag.h | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/unix/ |
H A D | diag.c | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | udp_diag.c | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_diag.c | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | sock_diag.c | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | net_namespace.h | diff 51d7cccf07238f5236c5b9269231a30dd5f8e714 Sun Jul 15 23:28:49 CDT 2012 Andrey Vagin <avagin@openvz.org> net: make sock diag per-namespace
Before this patch sock_diag works for init_net only and dumps information about sockets from all namespaces.
This patch expands sock_diag for all name-spaces. It creates a netlink kernel socket for each netns and filters data during dumping.
v2: filter accoding with netns in all places remove an unused variable.
Cc: "David S. Miller" <davem@davemloft.net> Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> Cc: James Morris <jmorris@namei.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: Patrick McHardy <kaber@trash.net> Cc: Pavel Emelyanov <xemul@parallels.com> CC: Eric Dumazet <eric.dumazet@gmail.com> Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|