From: Eric Dumazet Date: Fri, 19 Sep 2014 15:26:20 +0000 (-0700) Subject: tcp: add coalescing attempt in tcp_ofo_queue() X-Git-Tag: fixes-against-v3.18-rc2~81^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1e75abf4b3c666f61a5cf90c896aa928a735d5;p=pandora-kernel.git tcp: add coalescing attempt in tcp_ofo_queue() In order to make TCP more resilient in presence of reorders, we need to allow coalescing to happen when skbs from out of order queue are transferred into receive queue. LRO/GRO can be completely canceled in some pathological cases, like per packet load balancing on aggregated links. I had to move tcp_try_coalesce() up in the file above tcp_ofo_queue() Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed