]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit2d0f0ca2c7b56c1df29429dd5a768fc49e79ffae
tree39e468ad54a860f713eed3ed87314b50557fe11e
parent99e9acd85ccbdc8f5785f9e961d4956e96bd6aa5
parent208983f099d975b5da27907245b4c4ea5146210e
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>