From: Alan Ott Date: Sat, 1 Sep 2012 05:57:06 +0000 (+0000) Subject: 6lowpan: Make a copy of skb's delivered to 6lowpan X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a437d2744b0a4e5f405f6b9be284eb9e0a2d7741;p=pandora-kernel.git 6lowpan: Make a copy of skb's delivered to 6lowpan Since lowpan_process_data() modifies the skb (by calling skb_pull()), we need our own copy so that it doesn't affect the data received by other protcols (in this case, af_ieee802154). Signed-off-by: Alan Ott Signed-off-by: David S. Miller --- Reading git-diff-tree failed