From: Stephen Hemminger Date: Tue, 8 Aug 2006 23:48:51 +0000 (-0700) Subject: [IPX]: Another nonlinear receive fix X-Git-Tag: v2.6.18-rc5~121^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b1ba8de569460894efa892457af7a37c0d574f9;p=pandora-kernel.git [IPX]: Another nonlinear receive fix Need to check some more cases in IPX receive. If the skb is purely fragments, the IPX header needs to be extracted. The function pskb_may_pull() may in theory invalidate all the pointers in the skb, so references to ipx header must be refreshed. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed