From: Eric Dumazet Date: Mon, 15 Sep 2014 11:19:53 +0000 (-0700) Subject: tcp: do not copy headers in tcp_collapse() X-Git-Tag: fixes-against-v3.18-rc2~81^2~56^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d6cb92fd190d720a01075c4d20cdca896663fc;p=pandora-kernel.git tcp: do not copy headers in tcp_collapse() tcp_collapse() wants to shrink skb so that the overhead is minimal. Now we store tcp flags into TCP_SKB_CB(skb)->tcp_flags, we no longer need to keep around full headers. Whole available space is dedicated to the payload. Signed-off-by: Eric Dumazet Acked-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed