]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit67426dfc3ea48211757bd0e7e265b70f83b56354
tree22f31d9e0fef92d87b9236a302e86c9950d201b6
parenta6bcf8b0899d4180c6fad1e5500bd9992642b6ab
parent5ab1e5cb23404f010a2cdc4f424dc2804a03c253
Merge branch '10GbE' of git://git.kernel.org/pub/scm/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>