aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-03net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-03net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-03net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-03net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-04-12net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin1-2/+1
2016-04-12net: mediatek: move the pending_work struct to the device generic structJohn Crispin1-8/+5
2016-04-12net: mediatek: fix mtk_pending_workJohn Crispin1-8/+20
2016-04-12net: mediatek: fix TX lockingJohn Crispin1-10/+10
2016-04-12net: mediatek: fix stop and wakeup of queueJohn Crispin1-10/+27
2016-04-12net: mediatek: remove superfluous reset callJohn Crispin1-4/+0
2016-04-12net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin1-1/+1
2016-04-12net: mediatek: watchdog_timeo was not setJohn Crispin1-0/+1
2016-03-23net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy1-2/+2
2016-03-18mediatek: unlock on error in mtk_tx_map()Dan Carpenter1-0/+2
2016-03-18mediatek: checking for IS_ERR() instead of NULLDan Carpenter1-2/+2
2016-03-14net: mediatek: check device_reset return codeArnd Bergmann1-1/+3
2016-03-14net: mediatek: remove incorrect dma_mask assignmentArnd Bergmann1-3/+0
2016-03-14net: mediatek: use dma_addr_t correctlyArnd Bergmann1-1/+1
2016-03-10net-next: mediatek: add support for MT7623 ethernetJohn Crispin1-0/+1807