Re: [PATCH net-next] net: diag: Add support to filter on device index

2016-06-28 Thread David Miller
From: David Ahern Date: Thu, 23 Jun 2016 18:42:51 -0700 > Add support to inet_diag facility to filter sockets based on device > index. If an interface index is in the filter only sockets bound > to that index (sk_bound_dev_if) are returned. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] net: diag: Add support to filter on device index

2016-06-23 Thread David Ahern
Add support to inet_diag facility to filter sockets based on device index. If an interface index is in the filter only sockets bound to that index (sk_bound_dev_if) are returned. Signed-off-by: David Ahern --- include/uapi/linux/inet_diag.h | 1 + net/ipv4/inet_diag.c | 25 +++