diff mbox series

[4/6] topmsg: mptcp: rework mptcp_sendmsg_frag to accept optional dfrag

Message ID 20200327155327.605375-5-matthieu.baerts@tessares.net
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series mptcp: remove all "inline" in foo.c files | expand

Commit Message

Matthieu Baerts March 27, 2020, 3:53 p.m. UTC
Add ChangeLog.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
 .topmsg | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/.topmsg b/.topmsg
index a6886a686d9d..0060d6b54385 100644
--- a/.topmsg
+++ b/.topmsg
@@ -23,6 +23,9 @@  this the mptcp sk_sndbuf limit.
 In the future we could add experiment with autotuning as TCP does in
 tcp_sndbuf_expand().
 
+v2 -> v3:
+ - remove 'inline' in foo.c files (David S. Miller)
+
 Co-developed-by: Florian Westphal <fw@strlen.de>
 Signed-off-by: Florian Westphal <fw@strlen.de>
 Signed-off-by: Paolo Abeni <pabeni@redhat.com>