Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sun, 21 Aug 2016 04:58:49 +0000 (21:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Aug 2016 04:58:49 +0000 (21:58 -0700)
commitf290040dc5de0dbfa85b64555e1b7d0425276357
tree22f31d9e0fef92d87b9236a302e86c9950d201b6
parent8238ac0ce27b9537a4c161e0382abfc613ee577b
parent92ed84300718de43fd7a92ebbd3dc1189c6dd091
Merge branch '10GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
10GbE Intel Wired LAN Driver Updates 2016-08-20

This series contains updates to ixgbe and ixgbevf.

Veola fixes how the backplane reports the media in ethtool, as KR, KX or
KX4 based on the backplane interface present.

Emil fixes ixgbevf since an incorrect size parameter for
ixgbevf_write_msg_read_ack() ended up only giving the PF the first 4
bytes of the MAC address, so correct the size by calculating it on the
fly for all instances where we call ixgbevf_write_msg_read_ack().  Added
geneve receive offload support for x550em_a.

Don fixes the LED interface for x557 since it uses a different interface.
Added support for the new x557 copper device.
====================

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