]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 17:27:20 +0000 (10:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2018 17:27:20 +0000 (10:27 -0700)
commit80c737b44a23697c6152f687df2c87a6cb0cf246
tree39e468ad54a860f713eed3ed87314b50557fe11e
parent123f33a8dafe3fd0cc0872a5dcac8e96d02fd389
parent4f0402c36461fe0b704476e0bc2513ac7afc8eb2
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
1GbE Intel Wired LAN Driver Updates 2018-10-17

This series adds support for the new igc driver.

The igc driver is the new client driver supporting the Intel I225
Ethernet Controller, which supports 2.5GbE speeds.  The reason for
creating a new client driver, instead of adding support for the new
device in e1000e, is that the silicon behaves more like devices
supported in igb driver.  It also did not make sense to add a client
part, to the igb driver which supports only 1GbE server parts.

This initial set of patches is designed for basic support (i.e. link and
pass traffic).  Follow-on patch series will add more advanced support
like VLAN, Wake-on-LAN, etc..
====================

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