Merge branch 'mptcp-miscellaneous-mptcp-fixes'
Mat Martineau says: ==================== mptcp: Miscellaneous MPTCP fixes This is a collection of small fixup and minor enhancement patches that have accumulated in the MPTCP tree while net-next was closed. These are prerequisites for larger changes we have queued up. Patch 1 refines receive buffer autotuning. Patches 2 and 4 are some minor locking and refactoring changes. Patch 3 improves GRO and RX coalescing with MPTCP skbs. Patches 5-7 add a sysctl for tuning ADD_ADDR retransmission timeout, corresponding test code, and documentation. v2: Add sysctl documentation and fix signoff tags. ==================== Link: https://lore.kernel.org/r/20201103190509.27416-1-mathew.j.martineau@linux.intel.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
No related branches found
No related tags found
Showing
- Documentation/networking/index.rst 1 addition, 0 deletionsDocumentation/networking/index.rst
- Documentation/networking/mptcp-sysctl.rst 26 additions, 0 deletionsDocumentation/networking/mptcp-sysctl.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- include/net/mptcp.h 20 additions, 1 deletioninclude/net/mptcp.h
- net/ipv4/tcp_output.c 3 additions, 0 deletionsnet/ipv4/tcp_output.c
- net/mptcp/ctrl.c 14 additions, 0 deletionsnet/mptcp/ctrl.c
- net/mptcp/pm_netlink.c 6 additions, 2 deletionsnet/mptcp/pm_netlink.c
- net/mptcp/protocol.c 47 additions, 20 deletionsnet/mptcp/protocol.c
- net/mptcp/protocol.h 1 addition, 0 deletionsnet/mptcp/protocol.h
- tools/testing/selftests/net/mptcp/config 10 additions, 0 deletionstools/testing/selftests/net/mptcp/config
- tools/testing/selftests/net/mptcp/mptcp_join.sh 70 additions, 24 deletionstools/testing/selftests/net/mptcp/mptcp_join.sh
Loading
Please register or sign in to comment