From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Sutter Subject: [iproute PATCH v2 0/3] ss: Allow excluding a socket table from being queried Date: Wed, 28 Mar 2018 01:51:53 +0200 Message-ID: <20180327235156.16680-1-phil@nwl.cc> Cc: netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from orbyte.nwl.cc ([151.80.46.58]:46676 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752510AbeC0XwX (ORCPT ); Tue, 27 Mar 2018 19:52:23 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The first patch in this series adds the new functionality, the remaining two refactor the code a bit. Note that Patch 1 creates warnings with checkpatch due to overlong lines, but patch 2 removes them again so for the sake of readability I left this as is. Changes since v1: - Fixed checkpatch errors in patch 2/3. Phil Sutter (3): ss: Allow excluding a socket table from being queried ss: Put filter DB parsing into a separate function ss: Drop filter_default_dbs() man/man8/ss.8 | 8 +++- misc/ss.c | 147 +++++++++++++++++++++++++++------------------------------- 2 files changed, 76 insertions(+), 79 deletions(-) -- 2.16.1