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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-10
net: bfin_mac: do not reset PHY after phy_start()
Florian Fainelli
1
-1
/
+0
2013-12-10
net: greth: use phy_read_status()
Florian Fainelli
1
-1
/
+1
2013-12-10
net: phy: use phy_init_hw instead of open-coding it
Florian Fainelli
1
-5
/
+2
2013-12-10
net: phy: report link partner features through ethtool
Florian Fainelli
2
-0
/
+7
2013-12-10
tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()
Zhi Yong Wu
1
-5
/
+0
2013-12-10
macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()
Zhi Yong Wu
1
-5
/
+0
2013-12-10
xen-netback: improve guest-receive-side flow control
Paul Durrant
3
-185
/
+106
2013-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
15
-137
/
+231
2013-12-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
8
-107
/
+316
2013-12-10
wan: wanxl: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: pci200syn: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: pc300too: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
wan: lmc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
wan: dscc4: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
irda: vlsi_ir: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-3
/
+0
2013-12-10
irda: via-ircc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: forcedeth: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: ns83820: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: bna: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-10
net: sis900: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-10
net: sfc: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-12-07
i40e: Add a new variable to track number of pf instances
Anjali Singhai Jain
2
-0
/
+6
2013-12-07
i40e: add num_VFs message
Anjali Singhai Jain
1
-0
/
+3
2013-12-07
i40e: refactor ethtool tests
Shannon Nelson
1
-27
/
+30
2013-12-07
i40e: clear test state bit after all ethtool tests
Shannon Nelson
1
-2
/
+3
2013-12-07
i40e: only set up the rings to be used
Shannon Nelson
1
-7
/
+7
2013-12-07
i40e: Enable all PCTYPEs except FCOE for RSS.
Anjali Singhai Jain
1
-14
/
+24
2013-12-07
i40e: refactor reset code
Anjali Singhai Jain
1
-36
/
+95
2013-12-07
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2013-12-07
i40e: whitespace
Jeff Kirsher
1
-0
/
+1
2013-12-07
i40e: enable early hardware support
Jesse Brandeburg
4
-10
/
+68
2013-12-07
i40e: Add flag for L2 VEB filtering
Kevin Scott
3
-3
/
+12
2013-12-07
i40e: get media type during link info
Jesse Brandeburg
3
-0
/
+52
2013-12-07
i40e: check multi-bit state correctly
Jesse Brandeburg
1
-7
/
+9
2013-12-07
i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptor
Jacob Keller
1
-2
/
+7
2013-12-07
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
1
-3
/
+3
2013-12-07
net: mvneta: Fix incorrect DMA unmapping size
Ezequiel Garcia
1
-2
/
+2
2013-12-07
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
1
-0
/
+5
2013-12-07
virtio-net: determine type of bufs correctly
Andrey Vagin
1
-3
/
+3
2013-12-07
tun: remove unused parameter in tun_do_read()
Zhi Yong Wu
1
-4
/
+3
2013-12-07
macvtap: remove unused parameter in macvtap_do_read()
Zhi Yong Wu
1
-3
/
+3
2013-12-07
macvtap: remove the dead branch
Zhi Yong Wu
1
-6
/
+2
2013-12-07
vhost: remove the dead branch
Zhi Yong Wu
5
-24
/
+6
2013-12-07
bonding: fix packets_per_slave showing
Nikolay Aleksandrov
1
-2
/
+2
2013-12-07
tg3: Update version to 3.135
Nithin Sujir
1
-2
/
+2
2013-12-07
tg3: Expand multicast drop counter miscounting fix to 5762
Nithin Sujir
1
-0
/
+3
2013-12-07
tg3: Fix bit definition for the nvram Auto Power Down setting
Nithin Sujir
1
-1
/
+1
2013-12-07
tg3: Add flag to disable 1G Half Duplex advertisement
Nithin Sujir
2
-7
/
+25
2013-12-07
tg3: Don't add rxbds_empty to rx_over_errors
Nithin Sujir
1
-2
/
+0
2013-12-07
be2net: Free/delete pmacs (in be_clear()) only if they exist
Somnath Kotur
1
-8
/
+15
[prev]
[next]