index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mediatek
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...
Sean Wang
2016-09-21
1
-1
/
+2
*
|
net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRO
Nelson Chang
2016-09-19
1
-0
/
+236
*
|
net: ethernet: mediatek: add HW LRO functions of PDMA RX rings
Nelson Chang
2016-09-19
2
-25
/
+265
*
|
net: ethernet: mediatek: avoid race condition during the reset process
Sean Wang
2016-09-16
2
-1
/
+38
*
|
net: ethernet: mediatek: add more resets for internal ethernet circuit block
Sean Wang
2016-09-16
2
-13
/
+20
*
|
net: ethernet: mediatek: add the whole ethernet reset into the reset process
Sean Wang
2016-09-16
2
-8
/
+51
*
|
net: ethernet: mediatek: add controlling power domain the ethernet belongs to
Sean Wang
2016-09-16
1
-0
/
+7
*
|
net: ethernet: mediatek: cleanup error path inside mtk_hw_init
Sean Wang
2016-09-16
1
-5
/
+29
*
|
net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini...
Sean Wang
2016-09-16
1
-4
/
+11
*
|
net: ethernet: mediatek: refactoring mtk_hw_init to be reused
Sean Wang
2016-09-16
1
-28
/
+34
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-13
2
-45
/
+55
|
\
|
|
*
net: ethernet: mediatek: fix error handling inside mtk_mdio_init
Sean Wang
2016-09-01
1
-1
/
+1
|
*
net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...
Sean Wang
2016-09-01
1
-17
/
+6
|
*
net: ethernet: mediatek: fix the missing of_node_put() after node is used don...
Sean Wang
2016-09-01
1
-0
/
+1
|
*
net: ethernet: mediatek: fix issue of driver removal with interface is up
Sean Wang
2016-09-01
1
-0
/
+8
|
*
net: ethernet: mediatek: fix logic unbalance between probe and remove
Sean Wang
2016-09-01
1
-1
/
+1
|
*
net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...
Sean Wang
2016-09-01
1
-2
/
+0
|
*
net: ethernet: mediatek: fix API usage with skb_free_frag
Sean Wang
2016-09-01
1
-1
/
+1
|
*
net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...
Sean Wang
2016-09-01
2
-25
/
+36
|
*
net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...
Sean Wang
2016-09-01
1
-3
/
+4
*
|
net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPI
Sean Wang
2016-09-06
1
-14
/
+17
*
|
net: ethernet: mediatek: enhance RX path by reducing the frequency of the mem...
Sean Wang
2016-09-06
1
-5
/
+6
*
|
net: mediatek: constify ethtool_ops structures
Julia Lawall
2016-09-01
1
-1
/
+1
*
|
net: ethernet: mediatek: modify GDM to send packets to the PDMA for RX
Nelson Chang
2016-08-27
1
-2
/
+1
*
|
net: ethernet: mediatek: modify to use the PDMA instead of the QDMA for Ether...
Nelson Chang
2016-08-27
2
-33
/
+74
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
1
-16
/
+33
|
\
|
|
*
net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...
sean.wang@mediatek.com
2016-08-16
1
-13
/
+13
|
*
net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...
sean.wang@mediatek.com
2016-08-16
1
-0
/
+5
|
*
net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC
sean.wang@mediatek.com
2016-08-16
1
-3
/
+12
|
*
net: ethernet: mediatek: add the missing of_node_put() after node is used done
sean.wang@mediatek.com
2016-08-13
1
-0
/
+2
|
*
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing
sean.wang@mediatek.com
2016-08-13
1
-0
/
+1
*
|
net: mediatek: remove unnecessary platform_set_drvdata()
Wei Yongjun
2016-08-16
1
-1
/
+0
*
|
net: ethernet: mediatek: enhance the locking using the lightweight ones
Sean Wang
2016-08-13
1
-11
/
+8
|
/
*
net: mediatek: fix non static symbol warnings
Wei Yongjun
2016-07-12
1
-3
/
+3
*
net: mediatek: remove .owner field for driver
Wei Yongjun
2016-07-07
1
-1
/
+0
*
net-next: mediatek: remove superfluous free_irq() call
John Crispin
2016-07-05
1
-1
/
+0
*
net-next: mediatek: fix compile error inside mtk_poll_controller()
John Crispin
2016-07-02
1
-1
/
+1
*
net-next: mediatek: add support for IRQ grouping
John Crispin
2016-06-30
2
-59
/
+111
*
net-next: mediatek: add IRQ locking
John Crispin
2016-06-30
2
-0
/
+8
*
net-next: mediatek: don't use intermediate variables to store IRQ masks
John Crispin
2016-06-30
1
-12
/
+10
*
net-next: mediatek: remove superfluous register reads
John Crispin
2016-06-30
1
-4
/
+0
*
net: mediatek: remove superfluous queue wake up call
John Crispin
2016-06-11
1
-5
/
+2
*
net: mediatek: only wake the queue if it is stopped
John Crispin
2016-06-11
1
-1
/
+16
*
net: mediatek: fix off by one in the TX ring allocation
John Crispin
2016-06-11
1
-2
/
+1
*
net: mediatek: increase watchdog_timeo
John Crispin
2016-06-11
1
-1
/
+1
*
net: mediatek: fix threshold value
John Crispin
2016-06-11
1
-2
/
+1
*
net: mediatek: disable all interrupts during probe
John Crispin
2016-06-11
1
-1
/
+1
*
net: mediatek: add next data pointer coherency protection
John Crispin
2016-06-11
2
-1
/
+2
*
net: mediatek: dropped rx packets are not being counted properly
John Crispin
2016-06-11
1
-0
/
+2
*
net: mediatek: invalid buffer lookup in mtk_tx_map()
John Crispin
2016-06-11
1
-1
/
+1
[prev]
[next]