]> 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)
commit9d4080b05bf80f715fb1ed966e0b96fb9c1583c8
treec2a89cc3dfee5405ba192afc0fe84268fc09c495
parent56f69c0aef0c7bdde9dc0de3048ec7529d22ded4
parent852bc9d7c3f8323257cf20b43649a150a48a9bbe
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>