igb: only use vlan_gro_receive if vlans are registered
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 23 Mar 2010 18:35:18 +0000 (18:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Mar 2010 06:19:57 +0000 (23:19 -0700)
commit31b24b955c3ebbb6f3008a6374e61cf7c05a193c
tree51f3c5cfac926d7919679a4e6cb5eac194b16b16
parentd07f3e375f608e52a1f8958fbde105bb27b7629a
igb: only use vlan_gro_receive if vlans are registered

This change makes it so that vlan_gro_receive is only used if vlans have been
registered to the adapter structure.  Previously we were just sending all vlan
tagged frames in via this function but this results in a null pointer
dereference when vlans are not registered.

[ This fixes bugzilla entry 15582 -Eric Dumazet]

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c