mptcp: add MPTCP socket diag interface
authorPaolo Abeni <pabeni@redhat.com>
Thu, 9 Jul 2020 13:12:41 +0000 (15:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2020 19:38:41 +0000 (12:38 -0700)
commitac3b45f6095452a9731f8825be1513d326dbfa15
treefbdc9d263aa240d5d478b98c4097068e0524d45e
parent96d890daad05a3e47e914451f07b79275b325c95
mptcp: add MPTCP socket diag interface

exposes basic inet socket attribute, plus some MPTCP socket
fields comprising PM status and MPTCP-level sequence numbers.

Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/mptcp.h
net/mptcp/Kconfig
net/mptcp/Makefile
net/mptcp/mptcp_diag.c [new file with mode: 0644]