commit | 080324c36ade319f57e505633ab54f6f53289b45 | [log] [tgz] |
---|---|---|
author | Andre Tomt <andre@tomt.net> | Mon May 07 04:24:39 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 07 23:47:58 2018 -0400 |
tree | 7e6788adfd15c650565938a3afa32b8f524aaebd | |
parent | 53bc017f72b3b7f7f1bad3043c2d6dd87331ea44 [diff] |
net/tls: Fix connection stall on partial tls record In the case of writing a partial tls record we forgot to clear the ctx->in_tcp_sendpages flag, causing some connections to stall. Fixes: c212d2c7fc47 ("net/tls: Don't recursively call push_record during tls_write_space callbacks") Signed-off-by: Andre Tomt <andre@tomt.net> Signed-off-by: David S. Miller <davem@davemloft.net>