mbox series

[iproute2-next,0/2] ss: MPTCP diag interface support

Message ID cover.1594388640.git.pabeni@redhat.com
Headers show
Series ss: MPTCP diag interface support | expand

Message

Paolo Abeni July 10, 2020, 1:52 p.m. UTC
This series implements support for the MPTCP diag interface, as recently
introduced on net-next.

The first patch updates the relevant uAPI definition to current net-next,
while the 2nd one brings in the actual implementation

Paolo Abeni (2):
  include: update mptcp uAPI
  ss: mptcp: add msk diag interface support

 include/uapi/linux/inet_diag.h |   1 +
 include/uapi/linux/mptcp.h     |  17 +++++
 misc/ss.c                      | 115 ++++++++++++++++++++++++++++++---
 3 files changed, 123 insertions(+), 10 deletions(-)