Merge branch 'dwc_ethernet'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2015 06:55:01 +0000 (23:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2015 06:55:01 +0000 (23:55 -0700)
commit6d85d0e38730c2a55beffe4a9617d89fbd34037c
treefd2f49ba482d8bb86a7741cf651da76760ecedc0
parent8c1a91f11174ed00bc8269150636a9ad638efe24
parent058999cce8f644aa4e806bd281520d5054372947
Merge branch 'dwc_ethernet'

Lars Persson says:

====================
dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS

This is a driver supporting version 4.10a of the Synopsys DWC Ethernet QoS
gigabit ethernet controller. The IP has changed significantly compared to the
dwmac1000 so a separate driver is justified.

The IP is highly configurable at synthesis time. This driver has been
developed for a subset of the total available feature set. Currently
it supports:
* TSO
* Checksum offload for RX and TX.
* Energy efficient ethernet.
* GMII phy interface.
* The statistics module.
* Single RX and TX queue.
====================

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