linux/net/mptcp
Paolo Abeni 57040755a3 mptcp: allow collapsing consecutive sendpages on the same substream
If the current sendmsg() lands on the same subflow we used last, we
can try to collapse the data.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Christoph Paasch <cpaasch@apple.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-01-24 13:44:08 +01:00
..
crypto.c mptcp: Add key generation and token tree 2020-01-24 13:44:07 +01:00
Kconfig mptcp: Add MPTCP socket stubs 2020-01-24 13:44:07 +01:00
Makefile mptcp: Add key generation and token tree 2020-01-24 13:44:07 +01:00
options.c mptcp: Implement MPTCP receive path 2020-01-24 13:44:07 +01:00
protocol.c mptcp: allow collapsing consecutive sendpages on the same substream 2020-01-24 13:44:08 +01:00
protocol.h mptcp: add subflow write space signalling and mptcp_poll 2020-01-24 13:44:08 +01:00
subflow.c mptcp: add subflow write space signalling and mptcp_poll 2020-01-24 13:44:08 +01:00
token.c mptcp: Add key generation and token tree 2020-01-24 13:44:07 +01:00