[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 10 Mar 2007 21:40:59 +0000 (18:40 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:48 +0000 (22:24 -0700)
commit7e28ecc282574a7d72ace365fc9bc86e27ba880f
tree6321d16c591694d6405b723f7bea80855b8040ce
parente2d1bca7e6134671bcb19810d004a252aa6a644d
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used

But only in the cases where its a newly allocated skb, i.e. one where skb->tail
is equal to skb->data, or just after skb_reserve, where this requirement is
maintained.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/aarp.c
net/ipv4/igmp.c
net/ipv4/raw.c
net/ipx/af_ipx.c
net/ipx/ipx_route.c