Searched hist:d51991e2e31477853e5b9c1005ac617707077286 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | options.c | diff d51991e2e31477853e5b9c1005ac617707077286 Mon Jun 27 20:02:38 CDT 2022 Paolo Abeni <pabeni@redhat.com> mptcp: fix shutdown vs fallback race
If the MPTCP socket shutdown happens before a fallback to TCP, and all the pending data have been already spooled, we never close the TCP connection.
Address the issue explicitly checking for critical condition at fallback time.
Fixes: 1e39e5a32ad7 ("mptcp: infinite mapping sending") Fixes: 0348c690ed37 ("mptcp: add the fallback check") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | subflow.c | diff d51991e2e31477853e5b9c1005ac617707077286 Mon Jun 27 20:02:38 CDT 2022 Paolo Abeni <pabeni@redhat.com> mptcp: fix shutdown vs fallback race
If the MPTCP socket shutdown happens before a fallback to TCP, and all the pending data have been already spooled, we never close the TCP connection.
Address the issue explicitly checking for critical condition at fallback time.
Fixes: 1e39e5a32ad7 ("mptcp: infinite mapping sending") Fixes: 0348c690ed37 ("mptcp: add the fallback check") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | protocol.h | diff d51991e2e31477853e5b9c1005ac617707077286 Mon Jun 27 20:02:38 CDT 2022 Paolo Abeni <pabeni@redhat.com> mptcp: fix shutdown vs fallback race
If the MPTCP socket shutdown happens before a fallback to TCP, and all the pending data have been already spooled, we never close the TCP connection.
Address the issue explicitly checking for critical condition at fallback time.
Fixes: 1e39e5a32ad7 ("mptcp: infinite mapping sending") Fixes: 0348c690ed37 ("mptcp: add the fallback check") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | protocol.c | diff d51991e2e31477853e5b9c1005ac617707077286 Mon Jun 27 20:02:38 CDT 2022 Paolo Abeni <pabeni@redhat.com> mptcp: fix shutdown vs fallback race
If the MPTCP socket shutdown happens before a fallback to TCP, and all the pending data have been already spooled, we never close the TCP connection.
Address the issue explicitly checking for critical condition at fallback time.
Fixes: 1e39e5a32ad7 ("mptcp: infinite mapping sending") Fixes: 0348c690ed37 ("mptcp: add the fallback check") Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|