Re: [PATCH net-next] mptcp: do nonce initialization at subflow creation time

2020-06-30 Thread David Miller
From: Paolo Abeni Date: Tue, 30 Jun 2020 16:38:26 +0200 > This clean-up the code a bit, reduces the number of > used hooks and indirect call requested, and allow > better error reporting from __mptcp_subflow_connect() > > Signed-off-by: Paolo Abeni Applied, thanks.

Re: [PATCH net-next] mptcp: do nonce initialization at subflow creation time

2020-06-30 Thread Mat Martineau
On Tue, 30 Jun 2020, Paolo Abeni wrote: This clean-up the code a bit, reduces the number of used hooks and indirect call requested, and allow better error reporting from __mptcp_subflow_connect() Signed-off-by: Paolo Abeni --- net/mptcp/subflow.c | 54 +---

[PATCH net-next] mptcp: do nonce initialization at subflow creation time

2020-06-30 Thread Paolo Abeni
This clean-up the code a bit, reduces the number of used hooks and indirect call requested, and allow better error reporting from __mptcp_subflow_connect() Signed-off-by: Paolo Abeni --- net/mptcp/subflow.c | 54 + 1 file changed, 20 insertions(+), 34