aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2014-11-17 23:06:20 -0800
committerBen Hutchings <ben@decadent.org.uk>2015-05-09 23:16:39 +0100
commit3e2eb8946907b2d53eb906e13e01d273c6534f5c (patch)
tree352425e08f01940baa491bb837d7a2a4a9077c58 /drivers/net
parent10c82cd7d46e4c525b046c399fcd285ce138198e (diff)
downloadkernel_samsung_smdk4412-3e2eb8946907b2d53eb906e13e01d273c6534f5c.zip
kernel_samsung_smdk4412-3e2eb8946907b2d53eb906e13e01d273c6534f5c.tar.gz
kernel_samsung_smdk4412-3e2eb8946907b2d53eb906e13e01d273c6534f5c.tar.bz2
tcp: make connect() mem charging friendly
[ Upstream commit 355a901e6cf1b2b763ec85caa2a9f04fbcc4ab4a ] While working on sk_forward_alloc problems reported by Denys Fedoryshchenko, we found that tcp connect() (and fastopen) do not call sk_wmem_schedule() for SYN packet (and/or SYN/DATA packet), so sk_forward_alloc is negative while connect is in progress. We can fix this by calling regular sk_stream_alloc_skb() both for the SYN packet (in tcp_connect()) and the syn_data packet in tcp_send_syn_data() Then, tcp_send_syn_data() can avoid copying syn_data as we simply can manipulate syn_data->cb[] to remove SYN flag (and increment seq) Instead of open coding memcpy_fromiovecend(), simply use this helper. This leaves in socket write queue clean fast clone skbs. This was tested against our fastopen packetdrill tests. Reported-by: Denys Fedoryshchenko <nuclearcat@nuclearcat.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> [bwh: Backported to 3.2: - Drop the Fast Open changes - Adjust context] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions