Merge branch 'mptcp-next'
Mat Martineau says:
====================
mptcp: Cleanup, a new test case, and header trimming
Some more patches to include from the MPTCP tree:
Patches 1-6 refactor an address-related data structure and reduce some
duplicate code that handles IPv4 and IPv6 addresses.
Patch 7 adds a test case for the MPTCP netlink interface, passing a
specific ifindex to the kernel.
Patch 8 drops extra header options from IPv4 address echo packets,
improving consistency and testability between IPv4 and IPv6.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/mptcp.h 13 additions, 8 deletionsinclude/net/mptcp.h
- net/mptcp/options.c 61 additions, 114 deletionsnet/mptcp/options.c
- net/mptcp/pm_netlink.c 22 additions, 19 deletionsnet/mptcp/pm_netlink.c
- net/mptcp/protocol.h 7 additions, 31 deletionsnet/mptcp/protocol.h
- net/mptcp/subflow.c 4 additions, 3 deletionsnet/mptcp/subflow.c
- tools/testing/selftests/net/mptcp/mptcp_join.sh 8 additions, 0 deletionstools/testing/selftests/net/mptcp/mptcp_join.sh
Loading
Please register or sign in to comment