summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/mtk_eth_soc.c
AgeCommit message (Expand)Author
2016-09-16net: ethernet: mediatek: add controlling power domain the ethernet belongs toSean Wang
2016-09-16net: ethernet: mediatek: cleanup error path inside mtk_hw_initSean Wang
2016-09-16net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini...Sean Wang
2016-09-16net: ethernet: mediatek: refactoring mtk_hw_init to be reusedSean Wang
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-06net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPISean Wang
2016-09-06net: ethernet: mediatek: enhance RX path by reducing the frequency of the mem...Sean Wang
2016-08-31net: ethernet: mediatek: fix error handling inside mtk_mdio_initSean Wang
2016-08-31net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...Sean Wang
2016-08-31net: ethernet: mediatek: fix the missing of_node_put() after node is used don...Sean Wang
2016-08-31net: ethernet: mediatek: fix issue of driver removal with interface is upSean Wang
2016-08-31net: ethernet: mediatek: fix logic unbalance between probe and removeSean Wang
2016-08-31net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...Sean Wang
2016-08-31net: ethernet: mediatek: fix API usage with skb_free_fragSean Wang
2016-08-31net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...Sean Wang
2016-08-31net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...Sean Wang
2016-08-31net: mediatek: constify ethtool_ops structuresJulia Lawall
2016-08-26net: ethernet: mediatek: modify GDM to send packets to the PDMA for RXNelson Chang
2016-08-26net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...Nelson Chang
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com
2016-08-15net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com
2016-08-15net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com
2016-08-15net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun
2016-08-13net: ethernet: mediatek: add the missing of_node_put() after node is used donesean.wang@mediatek.com
2016-08-13net: ethernet: mediatek: fixed that initializing u64_stats_sync is missingsean.wang@mediatek.com
2016-08-12net: ethernet: mediatek: enhance the locking using the lightweight onesSean Wang
2016-07-12net: mediatek: fix non static symbol warningsWei Yongjun
2016-07-06net: mediatek: remove .owner field for driverWei Yongjun
2016-07-04net-next: mediatek: remove superfluous free_irq() callJohn Crispin
2016-07-02net-next: mediatek: fix compile error inside mtk_poll_controller()John Crispin
2016-06-30net-next: mediatek: add support for IRQ groupingJohn Crispin
2016-06-30net-next: mediatek: add IRQ lockingJohn Crispin
2016-06-30net-next: mediatek: don't use intermediate variables to store IRQ masksJohn Crispin
2016-06-30net-next: mediatek: remove superfluous register readsJohn Crispin
2016-06-10net: mediatek: remove superfluous queue wake up callJohn Crispin
2016-06-10net: mediatek: only wake the queue if it is stoppedJohn Crispin
2016-06-10net: mediatek: fix off by one in the TX ring allocationJohn Crispin
2016-06-10net: mediatek: increase watchdog_timeoJohn Crispin
2016-06-10net: mediatek: fix threshold valueJohn Crispin
2016-06-10net: mediatek: disable all interrupts during probeJohn Crispin
2016-06-10net: mediatek: add next data pointer coherency protectionJohn Crispin
2016-06-10net: mediatek: dropped rx packets are not being counted properlyJohn Crispin
2016-06-10net: mediatek: invalid buffer lookup in mtk_tx_map()John Crispin
2016-06-10net: mediatek: fix missing free of scratch memoryJohn Crispin
2016-06-10net: mediatek: add missing return code checkJohn Crispin
2016-06-03net-next: mediatek: properly handle RGMII modesJohn Crispin
2016-06-03net-next: mediatek: add fixed-phy supportJohn Crispin
2016-06-03net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin
2016-06-03net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin