summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...Sean Wang2016-09-211-1/+2
* net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRONelson Chang2016-09-191-0/+236
* net: ethernet: mediatek: add HW LRO functions of PDMA RX ringsNelson Chang2016-09-192-25/+265
* net: ethernet: mediatek: avoid race condition during the reset processSean Wang2016-09-162-1/+38
* net: ethernet: mediatek: add more resets for internal ethernet circuit blockSean Wang2016-09-162-13/+20
* net: ethernet: mediatek: add the whole ethernet reset into the reset processSean Wang2016-09-162-8/+51
* net: ethernet: mediatek: add controlling power domain the ethernet belongs toSean Wang2016-09-161-0/+7
* net: ethernet: mediatek: cleanup error path inside mtk_hw_initSean Wang2016-09-161-5/+29
* net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini...Sean Wang2016-09-161-4/+11
* net: ethernet: mediatek: refactoring mtk_hw_init to be reusedSean Wang2016-09-161-28/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-132-45/+55
|\
| * net: ethernet: mediatek: fix error handling inside mtk_mdio_initSean Wang2016-09-011-1/+1
| * net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...Sean Wang2016-09-011-17/+6Star
| * net: ethernet: mediatek: fix the missing of_node_put() after node is used don...Sean Wang2016-09-011-0/+1
| * net: ethernet: mediatek: fix issue of driver removal with interface is upSean Wang2016-09-011-0/+8
| * net: ethernet: mediatek: fix logic unbalance between probe and removeSean Wang2016-09-011-1/+1
| * net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...Sean Wang2016-09-011-2/+0Star
| * net: ethernet: mediatek: fix API usage with skb_free_fragSean Wang2016-09-011-1/+1
| * net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...Sean Wang2016-09-012-25/+36
| * net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...Sean Wang2016-09-011-3/+4
* | net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPISean Wang2016-09-061-14/+17
* | net: ethernet: mediatek: enhance RX path by reducing the frequency of the mem...Sean Wang2016-09-061-5/+6
* | net: mediatek: constify ethtool_ops structuresJulia Lawall2016-09-011-1/+1
* | net: ethernet: mediatek: modify GDM to send packets to the PDMA for RXNelson Chang2016-08-271-2/+1Star
* | net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...Nelson Chang2016-08-272-33/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-16/+33
|\|
| * net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com2016-08-161-13/+13
| * net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com2016-08-161-0/+5
| * net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com2016-08-161-3/+12
| * net: ethernet: mediatek: add the missing of_node_put() after node is used donesean.wang@mediatek.com2016-08-131-0/+2
| * net: ethernet: mediatek: fixed that initializing u64_stats_sync is missingsean.wang@mediatek.com2016-08-131-0/+1
* | net: mediatek: remove unnecessary platform_set_drvdata()Wei Yongjun2016-08-161-1/+0Star
* | net: ethernet: mediatek: enhance the locking using the lightweight onesSean Wang2016-08-131-11/+8Star
|/
* net: mediatek: fix non static symbol warningsWei Yongjun2016-07-121-3/+3
* net: mediatek: remove .owner field for driverWei Yongjun2016-07-071-1/+0Star
* net-next: mediatek: remove superfluous free_irq() callJohn Crispin2016-07-051-1/+0Star
* net-next: mediatek: fix compile error inside mtk_poll_controller()John Crispin2016-07-021-1/+1
* net-next: mediatek: add support for IRQ groupingJohn Crispin2016-06-302-59/+111
* net-next: mediatek: add IRQ lockingJohn Crispin2016-06-302-0/+8
* net-next: mediatek: don't use intermediate variables to store IRQ masksJohn Crispin2016-06-301-12/+10Star
* net-next: mediatek: remove superfluous register readsJohn Crispin2016-06-301-4/+0Star
* net: mediatek: remove superfluous queue wake up callJohn Crispin2016-06-111-5/+2Star
* net: mediatek: only wake the queue if it is stoppedJohn Crispin2016-06-111-1/+16
* net: mediatek: fix off by one in the TX ring allocationJohn Crispin2016-06-111-2/+1Star
* net: mediatek: increase watchdog_timeoJohn Crispin2016-06-111-1/+1
* net: mediatek: fix threshold valueJohn Crispin2016-06-111-2/+1Star
* net: mediatek: disable all interrupts during probeJohn Crispin2016-06-111-1/+1
* net: mediatek: add next data pointer coherency protectionJohn Crispin2016-06-112-1/+2
* net: mediatek: dropped rx packets are not being counted properlyJohn Crispin2016-06-111-0/+2
* net: mediatek: invalid buffer lookup in mtk_tx_map()John Crispin2016-06-111-1/+1