]> git.baikalelectronics.ru Git - kernel.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)
commite52555676c03756a9c451de11b52c9e799e37ff9
tree19ed0663ecfc90d53e8a449f28b25206e0c9a5f6
parent1170a354d4b9655f0abf8b30d23e347ecbc69010
parent8717f4e4da000b140958d8d93959fb22b2eefc9b
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>