index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2016-03-14
net: mediatek: remove incorrect dma_mask assignment
Arnd Bergmann
1
-3
/
+0
2016-03-14
net: mediatek: use dma_addr_t correctly
Arnd Bergmann
1
-1
/
+1
2016-03-11
net-next: mediatek: add Kconfig and Makefile
John Crispin
2
-0
/
+22
2016-03-11
net-next: mediatek: add support for MT7623 ethernet
John Crispin
2
-0
/
+2228