lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 24 Sep 2020 17:19:50 -0700 (PDT) From: Mat Martineau <mathew.j.martineau@...ux.intel.com> To: Geliang Tang <geliangtang@...il.com> cc: Matthieu Baerts <matthieu.baerts@...sares.net>, "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org, mptcp@...ts.01.org, linux-kernel@...r.kernel.org Subject: Re: [MPTCP][PATCH net-next 03/16] mptcp: add the incoming RM_ADDR support On Thu, 24 Sep 2020, Geliang Tang wrote: > This patch added the RM_ADDR option parsing logic: > > We parsed the incoming options to find if the rm_addr option is received, > and called mptcp_pm_rm_addr_received to schedule PM work to a new status, > named MPTCP_PM_RM_ADDR_RECEIVED. > > PM work got this status, and called mptcp_pm_nl_rm_addr_received to handle > it. > > In mptcp_pm_nl_rm_addr_received, we closed the subflow matching the rm_id, > and updated PM counter. > > Suggested-by: Matthieu Baerts <matthieu.baerts@...sares.net> > Suggested-by: Paolo Abeni <pabeni@...hat.com> > Suggested-by: Mat Martineau <mathew.j.martineau@...ux.intel.com> > Signed-off-by: Geliang Tang <geliangtang@...il.com> > --- > net/mptcp/options.c | 5 +++++ > net/mptcp/pm.c | 12 ++++++++++++ > net/mptcp/pm_netlink.c | 34 ++++++++++++++++++++++++++++++++++ > net/mptcp/protocol.c | 12 ++++++++---- > net/mptcp/protocol.h | 7 +++++++ > 5 files changed, 66 insertions(+), 4 deletions(-) Reviewed-by: Mat Martineau <mathew.j.martineau@...ux.intel.com> -- Mat Martineau Intel
Powered by blists - more mailing lists