]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit000173253e86139808e84abf106d8f05b90a84a6
tree8500bb5c2188bc7a4c9fcb531c7d8c3965e95d63
parent803f3bacece7ef76718e37b81532b89b09be9132
parent63999d4072f08efbb21a1df588517b6d70b66c89
Merge branch 'tcp-mem-pressure-fixes'

Eric Dumazet says:

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

While working on prior patch series (6b686a8df09b "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>