index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
net: ethernet: mediatek: fix module loading automatically based on MODULE_DEV...
Sean Wang
1
-0
/
+1
2016-09-01
net: ethernet: mediatek: fix error handling inside mtk_mdio_init
Sean Wang
1
-1
/
+1
2016-09-01
net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...
Sean Wang
1
-17
/
+6
2016-09-01
net: ethernet: mediatek: fix the missing of_node_put() after node is used don...
Sean Wang
1
-0
/
+1
2016-09-01
net: ethernet: mediatek: fix issue of driver removal with interface is up
Sean Wang
1
-0
/
+8
2016-09-01
net: ethernet: mediatek: fix logic unbalance between probe and remove
Sean Wang
1
-1
/
+1
2016-09-01
net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...
Sean Wang
1
-2
/
+0
2016-09-01
net: ethernet: mediatek: fix API usage with skb_free_frag
Sean Wang
1
-1
/
+1
2016-09-01
net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...
Sean Wang
2
-25
/
+36
2016-09-01
net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...
Sean Wang
1
-3
/
+4
2016-08-16
net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...
sean.wang@mediatek.com
1
-13
/
+13
2016-08-16
net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...
sean.wang@mediatek.com
1
-0
/
+5
2016-08-16
net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMAC
sean.wang@mediatek.com
1
-3
/
+12
2016-08-14
net: ethernet: mediatek: add the missing of_node_put() after node is used done
sean.wang@mediatek.com
1
-0
/
+2
2016-08-14
net: ethernet: mediatek: fixed that initializing u64_stats_sync is missing
sean.wang@mediatek.com
1
-0
/
+1
2016-07-12
net: mediatek: fix non static symbol warnings
Wei Yongjun
1
-3
/
+3
2016-07-07
net: mediatek: remove .owner field for driver
Wei Yongjun
1
-1
/
+0
2016-07-05
net-next: mediatek: remove superfluous free_irq() call
John Crispin
1
-1
/
+0
2016-07-02
net-next: mediatek: fix compile error inside mtk_poll_controller()
John Crispin
1
-1
/
+1
2016-06-30
net-next: mediatek: add support for IRQ grouping
John Crispin
2
-59
/
+111
2016-06-30
net-next: mediatek: add IRQ locking
John Crispin
2
-0
/
+8
2016-06-30
net-next: mediatek: don't use intermediate variables to store IRQ masks
John Crispin
1
-12
/
+10
2016-06-30
net-next: mediatek: remove superfluous register reads
John Crispin
1
-4
/
+0
2016-06-11
net: mediatek: remove superfluous queue wake up call
John Crispin
1
-5
/
+2
2016-06-11
net: mediatek: only wake the queue if it is stopped
John Crispin
1
-1
/
+16
2016-06-11
net: mediatek: fix off by one in the TX ring allocation
John Crispin
1
-2
/
+1
2016-06-11
net: mediatek: increase watchdog_timeo
John Crispin
1
-1
/
+1
2016-06-11
net: mediatek: fix threshold value
John Crispin
1
-2
/
+1
2016-06-11
net: mediatek: disable all interrupts during probe
John Crispin
1
-1
/
+1
2016-06-11
net: mediatek: add next data pointer coherency protection
John Crispin
2
-1
/
+2
2016-06-11
net: mediatek: dropped rx packets are not being counted properly
John Crispin
1
-0
/
+2
2016-06-11
net: mediatek: invalid buffer lookup in mtk_tx_map()
John Crispin
1
-1
/
+1
2016-06-11
net: mediatek: fix missing free of scratch memory
John Crispin
2
-5
/
+15
2016-06-11
net: mediatek: add missing return code check
John Crispin
1
-0
/
+3
2016-06-04
net-next: mediatek: properly handle RGMII modes
John Crispin
1
-0
/
+3
2016-06-04
net-next: mediatek: add fixed-phy support
John Crispin
1
-0
/
+3
2016-06-04
net-next: mediatek: fix gigabit and flow control advertisement
John Crispin
1
-4
/
+26
2016-06-04
net-next: mediatek: use mdiobus_free() in favour of kfree()
John Crispin
1
-2
/
+2
2016-04-13
net: mediatek: do not set the QID field in the TX DMA descriptors
John Crispin
1
-2
/
+1
2016-04-13
net: mediatek: move the pending_work struct to the device generic struct
John Crispin
2
-10
/
+7
2016-04-13
net: mediatek: fix mtk_pending_work
John Crispin
1
-8
/
+20
2016-04-13
net: mediatek: fix TX locking
John Crispin
1
-10
/
+10
2016-04-13
net: mediatek: fix stop and wakeup of queue
John Crispin
1
-10
/
+27
2016-04-13
net: mediatek: remove superfluous reset call
John Crispin
1
-4
/
+0
2016-04-13
net: mediatek: mtk_cal_txd_req() returns bad value
John Crispin
1
-1
/
+1
2016-04-13
net: mediatek: watchdog_timeo was not set
John Crispin
1
-0
/
+1
2016-03-23
net: mediatek: fix checking for NULL instead of IS_ERR() in .probe
Vladimir Zapolskiy
1
-2
/
+2
2016-03-19
mediatek: unlock on error in mtk_tx_map()
Dan Carpenter
1
-0
/
+2
2016-03-19
mediatek: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-2
/
+2
2016-03-14
net: mediatek: check device_reset return code
Arnd Bergmann
1
-1
/
+3
[next]