Re: [PATCH net-next v3 0/3] net: tls: add socket diag

2019-08-31 Thread David Miller
From: Davide Caratti Date: Fri, 30 Aug 2019 12:25:46 +0200 > The current kernel does not provide any diagnostic tool, except > getsockopt(TCP_ULP), to know more about TCP sockets that have an upper > layer protocol (ULP) on top of them. This series extends the set of > information exported by INE

[PATCH net-next v3 0/3] net: tls: add socket diag

2019-08-30 Thread Davide Caratti
The current kernel does not provide any diagnostic tool, except getsockopt(TCP_ULP), to know more about TCP sockets that have an upper layer protocol (ULP) on top of them. This series extends the set of information exported by INET_DIAG_INFO, to include data that are specific to the ULP (and that m