[PATCH v2 mptcp-next 0/7] mptcp: address stall under memory pressure
Paolo Abeni <[email protected]>
| Newsgroups | dev.linux.lists.mptcp |
|---|---|
| Message-ID | <[email protected]> |
This *should* address opus-5 feedback, as observed upstream. New iteration takes care of gemini review on v1. Paolo Abeni (7): mptcp: move the retrans loop to a separate helper mptcp: move the stale logic out of retrans scheduler mptcp: let the retrans scheduler do its job mptcp: explicitly drop over memory limits mptcp: enforce hard limit on backlog flushing mptcp: avoid code duplication in __mptcp_move_skb() mptcp: implemented OoO queue pruning net/mptcp/mib.c | 3 + net/mptcp/mib.h | 3 + net/mptcp/options.c | 32 ++++- net/mptcp/pm.c | 42 ++++--- net/mptcp/protocol.c | 290 ++++++++++++++++++++++++++++++------------- net/mptcp/protocol.h | 11 +- 6 files changed, 273 insertions(+), 108 deletions(-) -- 2.55.0