]> Pileus Git - ~andy/linux/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)
commit19e016d6be4178dd1b20ab95254089538e71adab
treec2a89cc3dfee5405ba192afc0fe84268fc09c495
parentea407f0b97ad6a1fed8e72121bd19d66f02524f6
parente1941a74338d8c655c92b058e72acc141fd9e813
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>