]> Pileus Git - ~andy/linux/commit
Merge branch 'ixgbe-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 23:35:08 +0000 (15:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 23:35:08 +0000 (15:35 -0800)
commitf7cbdb7d7b4dc85dc96edf3a81e3b58151a72825
tree39d0ca38a98f9ca6690b5653f1dc79108e473c9d
parent0864c158836c2d0edb61f7128475e192b09bc851
parentd3cec927ef9f5783b5658e27401425fda4a2d4d9
Merge branch 'ixgbe-next'

Aaron Brown says:

====================
Intel Wired LAN Driver Updates

This series contains updates to ixgbe and ixgbevf.

John adds rtnl lock / unlock semantics for ixgbe_reinit_locked()
which was being called without the rtnl lock being held.

Jacob corrects an issue where ixgbevf_qv_disable function does not
set the disabled bit correctly.

From the community, Wei uses a type of struct for pci driver-specific
data in ixgbevf_suspend()

Don changes the way we store ring arrays in a manner that allows
support of multiple queues on multiple nodes and creates new ring
initialization functions for work previously done across multiple
functions - making the code closer to ixgbe and hopefully more readable.
He also fixes incorrect fiber eeprom write logic.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>