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)
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>

Trivial merge