From: Bjørn Mork Date: Fri, 30 May 2014 07:31:03 +0000 (+0200) Subject: net: cdc_ncm: reduce skb truesize in rx path X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~96^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2c611723420789e6098534fc0c57f12ee041b7;p=pandora-kernel.git net: cdc_ncm: reduce skb truesize in rx path Cloning the big skbs we use for USB buffering chokes up TCP and SCTP because the socket memory limits are hitting earlier than they should. It is better to unconditionally copy the unwrapped packets to freshly allocated skbs. Reported-by: Jim Baxter Acked-by: Eric Dumazet Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed