Revision 465c0a165938992455357982d7f15ac105528b4a authored by David S. Miller on 26 March 2013, 16:21:31 UTC, committed by David S. Miller on 26 March 2013, 16:21:31 UTC
Jeff Kirsher says:

====================
This series contains updates to ixgbevf and igb.

The ixgbevf calls to pci_disable_msix() and to free the msix_entries
memory should not occur if device open fails.  Instead they should be
called during device driver removal to balance with the call to
pci_enable_msix() and the call to allocate msix_entries memory
during the device probe and driver load.

The remaining 4 of 5 igb patches are simple 1-3 line patches to fix
several issues such as possible null pointer dereference, PHC stopping
on max frequency, make sensor info static and SR-IOV initialization
reordering.

The remaining igb patch to fix anti-spoofing config fixes a problem
in i350 where anti spoofing configuration was written into a wrong
register.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 76a0e68 + 75517d9
History
File Mode Size
oss
seq
Kconfig -rw-r--r-- 6.0 KB
Makefile -rw-r--r-- 1.1 KB
compress_offload.c -rw-r--r-- 23.4 KB
control.c -rw-r--r-- 44.2 KB
control_compat.c -rw-r--r-- 11.5 KB
ctljack.c -rw-r--r-- 1.5 KB
device.c -rw-r--r-- 6.6 KB
hrtimer.c -rw-r--r-- 4.1 KB
hwdep.c -rw-r--r-- 13.4 KB
hwdep_compat.c -rw-r--r-- 2.3 KB
info.c -rw-r--r-- 22.9 KB
info_oss.c -rw-r--r-- 3.8 KB
init.c -rw-r--r-- 24.9 KB
isadma.c -rw-r--r-- 3.0 KB
jack.c -rw-r--r-- 6.2 KB
memalloc.c -rw-r--r-- 13.4 KB
memory.c -rw-r--r-- 2.5 KB
misc.c -rw-r--r-- 3.9 KB
pcm.c -rw-r--r-- 33.8 KB
pcm_compat.c -rw-r--r-- 15.1 KB
pcm_lib.c -rw-r--r-- 68.9 KB
pcm_memory.c -rw-r--r-- 13.7 KB
pcm_misc.c -rw-r--r-- 13.0 KB
pcm_native.c -rw-r--r-- 94.5 KB
pcm_timer.c -rw-r--r-- 3.7 KB
rawmidi.c -rw-r--r-- 47.8 KB
rawmidi_compat.c -rw-r--r-- 3.5 KB
rtctimer.c -rw-r--r-- 4.1 KB
sgbuf.c -rw-r--r-- 4.2 KB
sound.c -rw-r--r-- 12.0 KB
sound_oss.c -rw-r--r-- 7.6 KB
timer.c -rw-r--r-- 50.8 KB
timer_compat.c -rw-r--r-- 3.5 KB
vmaster.c -rw-r--r-- 12.2 KB

back to top