]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2013 23:18:17 +0000 (18:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2013 23:18:17 +0000 (18:18 -0500)
commite58b73fe813ac3d113113a4d7b24d7bc4fec9dd7
treefdc45501bbcb351723c11f7cd74195ecc0c47075
parentca89b2c48d61ea2cac9e77280822fd8ef98b2654
parenta6664a86bace4857482deef0ce5c036411c2463f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next

Jeff Kirsher says:

====================
This series contains updates to e1000e, ixgbevf, igb and igbvf.
Majority of the patches are code cleanups of e1000e where code
is removed (Yeah!).  The other two e1000e patches are fixes.  The
first is to fix the maximum frame size for 82579 devices.  The second
fix is to resolve an issue with devices other than 82579 that suffer
from dropped transactions on platforms with deep C-states when
jumbo frames are enabled.

The ixgbevf patch is to ensure that the driver fetches the correct,
refreshed value for link status and speed when the values have changed.

The igb and igbvf patches are a solution to an issue Stefan Assmann
reported, where when the PF is up and igbvf is loaded, the MAC address
is not generated using eth_hw_addr_random().
====================

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