]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'sock_diag_destruction_events'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2015 02:49:22 +0000 (19:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2015 02:49:22 +0000 (19:49 -0700)
commit24029a3603cfa633e8bc2b3fb3e48e76c497831d
tree19ed0663ecfc90d53e8a449f28b25206e0c9a5f6
parent916035ddd3f453a9152db8755dc8a1f53505444c
parent35ac838a9b96470f999db04320f53a2033642bfb
Merge branch 'sock_diag_destruction_events'

Craig Gallek says:

====================
Socket destruction events via netlink sock_diag

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 implementation, but other
families could easily be added as needed in the future.

If this patch set is accepted, a follow-up patch to the ss utility
in the iproute2 suite will also be submitted.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>