ChangeLog for e1000-8.0.30 ========================== * [FIX] fix for Screaming IRQ If Hardware asserted an interrupt and driver is down, then there is nothing to do so return IRQ_HANDLED instead of IRQ_NONE. Returning IRQ_NONE in above situation causes screaming IRQ on virtual machines. * [FIX] Compile warnings on GCC 4.6 * [FIX] Some Whitespace cleanup * [FIX] VLAN_GROUP_ARRAY_LEN is rename to VLAN_N_VID * [FIX] In 2.6.36 few vlan related APIs being deprecated causing oops. The fix is done by wraping these functions and features with appropriate defines.