summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-27net: ethernet: mediatek: modify GDM to send packets to the PDMA for RXNelson Chang1-2/+1
2016-08-27net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...Nelson Chang1-32/+44
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+33
2016-08-16net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com1-13/+13
2016-08-16net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com1-0/+5
2016-08-16net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com1-3/+12
2016-08-16net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun1-1/+0
2016-08-14net: ethernet: mediatek: add the missing of_node_put() after node is used donesean.wang@mediatek.com1-0/+2
2016-08-14net: ethernet: mediatek: fixed that initializing u64_stats_sync is missingsean.wang@mediatek.com1-0/+1
2016-08-13net: ethernet: mediatek: enhance the locking using the lightweight onesSean Wang1-11/+8
2016-07-12net: mediatek: fix non static symbol warningsWei Yongjun1-3/+3
2016-07-07net: mediatek: remove .owner field for driverWei Yongjun1-1/+0
2016-07-05net-next: mediatek: remove superfluous free_irq() callJohn Crispin1-1/+0
2016-07-02net-next: mediatek: fix compile error inside mtk_poll_controller()John Crispin1-1/+1
2016-06-30net-next: mediatek: add support for IRQ groupingJohn Crispin1-57/+98
2016-06-30net-next: mediatek: add IRQ lockingJohn Crispin1-0/+7
2016-06-30net-next: mediatek: don't use intermediate variables to store IRQ masksJohn Crispin1-12/+10
2016-06-30net-next: mediatek: remove superfluous register readsJohn Crispin1-4/+0
2016-06-11net: mediatek: remove superfluous queue wake up callJohn Crispin1-5/+2
2016-06-11net: mediatek: only wake the queue if it is stoppedJohn Crispin1-1/+16
2016-06-11net: mediatek: fix off by one in the TX ring allocationJohn Crispin1-2/+1
2016-06-11net: mediatek: increase watchdog_timeoJohn Crispin1-1/+1
2016-06-11net: mediatek: fix threshold valueJohn Crispin1-2/+1
2016-06-11net: mediatek: disable all interrupts during probeJohn Crispin1-1/+1
2016-06-11net: mediatek: add next data pointer coherency protectionJohn Crispin1-1/+1
2016-06-11net: mediatek: dropped rx packets are not being counted properlyJohn Crispin1-0/+2
2016-06-11net: mediatek: invalid buffer lookup in mtk_tx_map()John Crispin1-1/+1
2016-06-11net: mediatek: fix missing free of scratch memoryJohn Crispin1-5/+13
2016-06-11net: mediatek: add missing return code checkJohn Crispin1-0/+3
2016-06-04net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-04net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-04net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-04net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-04-13net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin1-2/+1
2016-04-13net: mediatek: move the pending_work struct to the device generic structJohn Crispin1-8/+5
2016-04-13net: mediatek: fix mtk_pending_workJohn Crispin1-8/+20
2016-04-13net: mediatek: fix TX lockingJohn Crispin1-10/+10
2016-04-13net: mediatek: fix stop and wakeup of queueJohn Crispin1-10/+27
2016-04-13net: mediatek: remove superfluous reset callJohn Crispin1-4/+0
2016-04-13net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin1-1/+1
2016-04-13net: 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-19mediatek: unlock on error in mtk_tx_map()Dan Carpenter1-0/+2
2016-03-19mediatek: 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-11net-next: mediatek: add support for MT7623 ethernetJohn Crispin1-0/+1807