]> 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>
Thu, 28 Mar 2013 18:38:54 +0000 (14:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Mar 2013 18:38:54 +0000 (14:38 -0400)
commit1c49cc81d30f9490c8aa190cf3d97eb7693526a4
treec2a89cc3dfee5405ba192afc0fe84268fc09c495
parent66f4f6967fd3e24138acf0a0290ce54a2946aced
parent4715cea6f0b9c28f277b5155d6dce1fae8332c2c
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, ixgbe and ixgbevf.

Majority of the changes are against e1000e (from Bruce Allan).
Bruce adds additional error handling on PHY register access, as
well as improve slow performance on 82579 when connected to a
10Mbit hub.  In addition, fixes LED blink logic for cathode
LED design.  Most notable is added EEE support which is enabled
by default and the added support for LTR on I217/I218.

The ixgbe and ixgbevf from Greg Rose changes the VM so that if a user
does not assign a MAC address, the MAC address is set to all zeros
instead of a random MAC address.  This ensures that we always know when
we have a random address and udev won't get upset about it.
====================

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