summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mediatek
Commit message (Expand)AuthorAgeFilesLines
* 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-08-311-1/+1
* net: ethernet: mediatek: modify GDM to send packets to the PDMA for RXNelson Chang2016-08-261-2/+1
* net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...Nelson Chang2016-08-262-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-151-13/+13
| * net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com2016-08-151-0/+5
| * net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com2016-08-151-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-151-1/+0
* | net: ethernet: mediatek: enhance the locking using the lightweight onesSean Wang2016-08-121-11/+8
|/
* net: mediatek: fix non static symbol warningsWei Yongjun2016-07-121-3/+3
* net: mediatek: remove .owner field for driverWei Yongjun2016-07-061-1/+0
* net-next: mediatek: remove superfluous free_irq() callJohn Crispin2016-07-041-1/+0
* 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/+10
* net-next: mediatek: remove superfluous register readsJohn Crispin2016-06-301-4/+0
* net: mediatek: remove superfluous queue wake up callJohn Crispin2016-06-101-5/+2
* net: mediatek: only wake the queue if it is stoppedJohn Crispin2016-06-101-1/+16
* net: mediatek: fix off by one in the TX ring allocationJohn Crispin2016-06-101-2/+1
* net: mediatek: increase watchdog_timeoJohn Crispin2016-06-101-1/+1
* net: mediatek: fix threshold valueJohn Crispin2016-06-101-2/+1
* net: mediatek: disable all interrupts during probeJohn Crispin2016-06-101-1/+1
* net: mediatek: add next data pointer coherency protectionJohn Crispin2016-06-102-1/+2
* net: mediatek: dropped rx packets are not being counted properlyJohn Crispin2016-06-101-0/+2
* net: mediatek: invalid buffer lookup in mtk_tx_map()John Crispin2016-06-101-1/+1
* net: mediatek: fix missing free of scratch memoryJohn Crispin2016-06-102-5/+15
* net: mediatek: add missing return code checkJohn Crispin2016-06-101-0/+3
* net-next: mediatek: properly handle RGMII modesJohn Crispin2016-06-031-0/+3
* net-next: mediatek: add fixed-phy supportJohn Crispin2016-06-031-0/+3
* net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin2016-06-031-4/+26
* net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin2016-06-031-2/+2
* net: mediatek: do not set the QID field in the TX DMA descriptorsJohn Crispin2016-04-121-2/+1
* net: mediatek: move the pending_work struct to the device generic structJohn Crispin2016-04-122-10/+7
* net: mediatek: fix mtk_pending_workJohn Crispin2016-04-121-8/+20
* net: mediatek: fix TX lockingJohn Crispin2016-04-121-10/+10
* net: mediatek: fix stop and wakeup of queueJohn Crispin2016-04-121-10/+27
* net: mediatek: remove superfluous reset callJohn Crispin2016-04-121-4/+0
* net: mediatek: mtk_cal_txd_req() returns bad valueJohn Crispin2016-04-121-1/+1
* net: mediatek: watchdog_timeo was not setJohn Crispin2016-04-121-0/+1
* net: mediatek: fix checking for NULL instead of IS_ERR() in .probeVladimir Zapolskiy2016-03-231-2/+2
* mediatek: unlock on error in mtk_tx_map()Dan Carpenter2016-03-181-0/+2
* mediatek: checking for IS_ERR() instead of NULLDan Carpenter2016-03-181-2/+2
* net: mediatek: check device_reset return codeArnd Bergmann2016-03-141-1/+3
* net: mediatek: remove incorrect dma_mask assignmentArnd Bergmann2016-03-141-3/+0
* net: mediatek: use dma_addr_t correctlyArnd Bergmann2016-03-141-1/+1
OpenPOWER on IntegriCloud