aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/tcp.c1
-rw-r--r--net/xfrm/xfrm_algo.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index f1813bc71088..d7a884c534a6 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2059,6 +2059,7 @@ int tcp_disconnect(struct sock *sk, int flags)
2059 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; 2059 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
2060 tp->snd_cwnd_cnt = 0; 2060 tp->snd_cwnd_cnt = 0;
2061 tp->bytes_acked = 0; 2061 tp->bytes_acked = 0;
2062 tp->window_clamp = 0;
2062 tcp_set_ca_state(sk, TCP_CA_Open); 2063 tcp_set_ca_state(sk, TCP_CA_Open);
2063 tcp_clear_retrans(tp); 2064 tcp_clear_retrans(tp);
2064 inet_csk_delack_init(sk); 2065 inet_csk_delack_init(sk);
diff --git a/net/xfrm/xfrm_algo.c b/net/xfrm/xfrm_algo.c
index faf54c6bf96b..348196df81ef 100644
--- a/net/xfrm/xfrm_algo.c
+++ b/net/xfrm/xfrm_algo.c
@@ -365,6 +365,7 @@ static struct xfrm_algo_desc ealg_list[] = {
365}, 365},
366{ 366{
367 .name = "cbc(camellia)", 367 .name = "cbc(camellia)",
368 .compat = "camellia",
368 369
369 .uinfo = { 370 .uinfo = {
370 .encr = { 371 .encr = {