Re: [PATCH net-next 0/3] Socket destruction events via netlink sock_diag

2015-06-15 Thread David Miller
From: Craig Gallek Date: Mon, 15 Jun 2015 11:26:17 -0400 > This series extends the netlink sock_diag interface to broadcast > socket information as they are being destroyed. The current > interface is poll based and can not be used to retreive information > about sockets that are destroyed betwe

Re: [PATCH net-next 0/3] Socket destruction events via netlink sock_diag

2015-06-15 Thread Eric Dumazet
On Mon, 2015-06-15 at 11:26 -0400, Craig Gallek wrote: > This series extends the netlink sock_diag interface to broadcast > socket information as they are being destroyed. The current > interface is poll based and can not be used to retreive information > about sockets that are destroyed between p

Re: [PATCH net-next 0/3] Socket destruction events via netlink sock_diag

2015-06-15 Thread Marcelo Ricardo Leitner
On Mon, Jun 15, 2015 at 11:26:17AM -0400, Craig Gallek wrote: > This series extends the netlink sock_diag interface to broadcast > socket information as they are being destroyed. The current > interface is poll based and can not be used to retreive information > about sockets that are destroyed be

[PATCH net-next 0/3] Socket destruction events via netlink sock_diag

2015-06-15 Thread Craig Gallek
This series extends the netlink sock_diag interface to broadcast socket information as they are being destroyed. The current interface is poll based and can not be used to retreive information about sockets that are destroyed between poll intervals. Only inet sockets are broadcast in this impleme