From: Geliang Tang <geliangtang@gmail.com>
To: mptcp@lists.01.org, mptcp@lists.linux.dev
Cc: Geliang Tang <geliangtang@gmail.com>
Subject: [MPTCP][PATCH mptcp-next 0/6] DSS checksum support
Date: Mon, 22 Mar 2021 19:37:24 +0800 [thread overview]
Message-ID: <cover.1616412490.git.geliangtang@gmail.com> (raw)
apply: export/20210320T065116 + "refactor mptcp_addr_info and cleanups"
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/134
Geliang Tang (6):
mptcp: add a new sysctl checksum_enabled
mptcp: add csum_enabled in mptcp_out_options
mptcp: add the csum_reqd fields
mptcp: add the DSS checksum sending
mptcp: add the DSS checksum receiving
mptcp: add trace event for DSS checksum
Documentation/networking/mptcp-sysctl.rst | 8 +++
include/net/mptcp.h | 4 +-
include/trace/events/mptcp.h | 51 +++++++++++++++
net/mptcp/ctrl.c | 14 +++++
net/mptcp/options.c | 76 ++++++++++++++++++++---
net/mptcp/protocol.c | 4 ++
net/mptcp/protocol.h | 14 ++++-
net/mptcp/subflow.c | 46 ++++++++++++++
8 files changed, 205 insertions(+), 12 deletions(-)
create mode 100644 include/trace/events/mptcp.h
--
2.30.2
next reply other threads:[~2021-03-22 11:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 11:37 Geliang Tang [this message]
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 1/6] mptcp: add a new sysctl checksum_enabled Geliang Tang
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 2/6] mptcp: add csum_enabled in mptcp_out_options Geliang Tang
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 3/6] mptcp: add the csum_reqd fields Geliang Tang
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 4/6] mptcp: add the DSS checksum sending Geliang Tang
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 5/6] mptcp: add the DSS checksum receiving Geliang Tang
2021-03-22 11:37 ` [MPTCP][PATCH mptcp-next 6/6] mptcp: add trace event for DSS checksum Geliang Tang
2021-03-22 23:40 ` [MPTCP][PATCH mptcp-next 5/6] mptcp: add the DSS checksum receiving Mat Martineau
2021-03-23 12:55 ` Geliang Tang
2021-03-24 0:52 ` Mat Martineau
2021-03-23 10:37 ` [MPTCP] " Paolo Abeni
2021-03-22 23:10 ` [MPTCP][PATCH mptcp-next 4/6] mptcp: add the DSS checksum sending Mat Martineau
2021-03-23 10:22 ` [MPTCP] " Paolo Abeni
2021-03-24 1:07 ` Mat Martineau
2021-03-23 17:07 ` [MPTCP] " Paolo Abeni
2021-03-22 22:52 ` [MPTCP][PATCH mptcp-next 3/6] mptcp: add the csum_reqd fields Mat Martineau
2021-03-23 10:12 ` [MPTCP] " Paolo Abeni
2021-03-24 1:05 ` Mat Martineau
2021-03-23 10:41 ` [MPTCP] [MPTCP][PATCH mptcp-next 2/6] mptcp: add csum_enabled in mptcp_out_options Paolo Abeni
2021-03-22 22:22 ` [MPTCP][PATCH mptcp-next 1/6] mptcp: add a new sysctl checksum_enabled Mat Martineau
2021-03-22 23:46 ` Mat Martineau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1616412490.git.geliangtang@gmail.com \
--to=geliangtang@gmail.com \
--cc=mptcp@lists.01.org \
--cc=mptcp@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.