]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3801c112b59a05834254a6687ded68e21f0f84d1
tree21e0fb07250c7a35109cfbe7ef983acced732884
parent6d19233c8909e50b763d03bde3e03900d7575ba7
parent6aaaa43642d2661f7522b2ba73c8666afa368f5e
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>