Merge branch 'mptcp-introduce-msk-diag-interface'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2020 19:38:41 +0000 (12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jul 2020 19:38:41 +0000 (12:38 -0700)
commit034508c4396919d915b14ee736d7cbdb79d6c307
tree21e0fb07250c7a35109cfbe7ef983acced732884
parent5ca670e58dc4452b8f47158f0e1238d7d756e8b0
parentdf62f2ec3df698e16bdc3dd44de1d337a9eac6b3
Merge branch 'mptcp-introduce-msk-diag-interface'

Paolo Abeni says:

====================
mptcp: introduce msk diag interface

This series implements the diag interface for the MPTCP sockets.

Since the MPTCP protocol value can't be represented with the
current diag uAPI, the first patch introduces an extended attribute
allowing user-space to specify lager protocol values.

The token APIs are then extended to allow traversing the
whole token container.

Patch 3 carries the actual diag interface implementation, and
later patch bring-in some functional self-tests.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>