Re: [PATCH net-next v3 0/3] net: tls: add socket diag
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 06:44:46
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 06:44:46
From: Davide Caratti <redacted> 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 INET_DIAG_INFO, to include data that are specific to the ULP (and that might be meaningful for debug/testing purposes).
... Series applied, thanks Davide.