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
ib_addr.h -rw-r--r-- 8.2 KB
ib_cache.h -rw-r--r-- 4.9 KB
ib_cm.h -rw-r--r-- 18.8 KB
ib_fmr_pool.h -rw-r--r-- 3.4 KB
ib_mad.h -rw-r--r-- 22.6 KB
ib_marshall.h -rw-r--r-- 2.0 KB
ib_pack.h -rw-r--r-- 8.0 KB
ib_pma.h -rw-r--r-- 5.4 KB
ib_sa.h -rw-r--r-- 15.3 KB
ib_smi.h -rw-r--r-- 4.3 KB
ib_umem.h -rw-r--r-- 2.6 KB
ib_verbs.h -rw-r--r-- 64.3 KB
iw_cm.h -rw-r--r-- 8.2 KB
rdma_cm.h -rw-r--r-- 12.0 KB
rdma_cm_ib.h -rw-r--r-- 2.1 KB
rdma_netlink.h -rw-r--r-- 1.7 KB

back to top