From: Sven Eckelmann Date: Sat, 4 Sep 2010 23:58:33 +0000 (+0200) Subject: Staging: batman-adv: Provide full headers and packets as linear skb X-Git-Tag: v2.6.37-rc1~60^2~3^2~690 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3264f6d1039e68ec9881447808327c0260ae61;p=pandora-kernel.git Staging: batman-adv: Provide full headers and packets as linear skb We must ensure that all interesting data is linear and not paged out to access all information in a header or a full batman-adv related packet. Otherwise we may drop packets which have non-linear headers but which hold valid data. This doesn't affect non-linear skbs which have all headers in a linear head unless we must process the whole packet like in ogms or vis packets. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed