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
i2c
ttm
drmP.h -rw-r--r-- 59.1 KB
drm_buffer.h -rw-r--r-- 4.5 KB
drm_cache.h -rw-r--r-- 1.5 KB
drm_core.h -rw-r--r-- 1.4 KB
drm_crtc.h -rw-r--r-- 39.5 KB
drm_crtc_helper.h -rw-r--r-- 6.4 KB
drm_dp_helper.h -rw-r--r-- 12.6 KB
drm_edid.h -rw-r--r-- 7.7 KB
drm_encoder_slave.h -rw-r--r-- 6.4 KB
drm_fb_cma_helper.h -rw-r--r-- 948 bytes
drm_fb_helper.h -rw-r--r-- 4.4 KB
drm_fixed.h -rw-r--r-- 2.2 KB
drm_gem_cma_helper.h -rw-r--r-- 1.5 KB
drm_global.h -rw-r--r-- 2.0 KB
drm_hashtab.h -rw-r--r-- 3.1 KB
drm_mem_util.h -rw-r--r-- 2.0 KB
drm_memory.h -rw-r--r-- 1.9 KB
drm_mm.h -rw-r--r-- 9.9 KB
drm_os_linux.h -rw-r--r-- 3.9 KB
drm_pciids.h -rw-r--r-- 57.4 KB
drm_sysfs.h -rw-r--r-- 300 bytes
drm_usb.h -rw-r--r-- 375 bytes
exynos_drm.h -rw-r--r-- 2.5 KB
gma_drm.h -rw-r--r-- 2.4 KB
i915_drm.h -rw-r--r-- 1.5 KB
intel-gtt.h -rw-r--r-- 860 bytes

back to top