Merge branch 'tcp-mem-pressure-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Jun 2022 09:11:04 +0000 (10:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jun 2022 09:11:04 +0000 (10:11 +0100)
commite42134b57e20343e3c6db0a60af85f26d11a4dff
tree8500bb5c2188bc7a4c9fcb531c7d8c3965e95d63
parente8b03391b6a7353368d0d2d6ed2b5f03e0c6112f
parentf54755f6a11accb2db5ef17f8f75aad0875aefdc
Merge branch 'tcp-mem-pressure-fixes'

Eric Dumazet says:

====================
tcp: final (?) round of mem pressure fixes

While working on prior patch series (e10b02ee5b6c "Merge branch
'net-reduce-tcp_memory_allocated-inflation'"), I found that we
could still have frozen TCP flows under memory pressure.

I thought we had solved this in 2015, but the fix was not complete.

v2: deal with zerocopy tx paths.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>