Add support for specifying device name in the filter to ss. The kernel does not provide support for iface filtering, so if the user specifies 'dev == NAME' or 'dev != NAME' all filtering is done in userspace.
I will send a patch to add support for iface filtering in the kernel, but the reality is that ss will need to accommodate both (ie., lack of kernel support) for some time - which this set provides. v2 - fixed checkpatch errors and warnings David Ahern (3): ss: Refactor inet_show_sock ss: Allow ssfilter_bytecompile to return 0 ss: Add support to filter on device misc/ss.c | 159 +++++++++++++++++++++++++++++++++++++++++--------------- misc/ssfilter.h | 2 + misc/ssfilter.y | 22 +++++++- 3 files changed, 140 insertions(+), 43 deletions(-) -- 2.1.4