From: Eric Dumazet Date: Wed, 28 Jan 2015 13:47:11 +0000 (-0800) Subject: tcp: ipv4: initialize unicast_sock sk_pacing_rate X-Git-Tag: fixes-v4.0-rc1~200^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811230cd85;p=pandora-kernel.git tcp: ipv4: initialize unicast_sock sk_pacing_rate When I added sk_pacing_rate field, I forgot to initialize its value in the per cpu unicast_sock used in ip_send_unicast_reply() This means that for sch_fq users, RST packets, or ACK packets sent on behalf of TIME_WAIT sockets might be sent to slowly or even dropped once we reach the per flow limit. Signed-off-by: Eric Dumazet Fixes: 95bd09eb2750 ("tcp: TSO packets automatic sizing") Signed-off-by: David S. Miller --- Reading git-diff-tree failed