[IPX]: Another nonlinear receive fix
commita43a6210ce28978607dbbe09979ebd1b2baadb32
authorStephen Hemminger <shemminger@osdl.org>
Fri, 24 Nov 2006 01:59:07 +0000 (24 02:59 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 24 Nov 2006 01:59:07 +0000 (24 02:59 +0100)
tree64934ffa54dd4596e8b790fb55d8c34b7358cf63
parent20e121b94529b4880c2ce0bd0b56d1d0c001db63
[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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/ipx/af_ipx.c