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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2
-4
/
+2
2019-08-23
can: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2
-4
/
+2
2019-08-23
mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
10
-40
/
+20
2019-08-23
net: fec: add C45 MDIO read/write support
Marco Hartmann
1
-6
/
+64
2019-08-22
i40e: fix retrying in i40e_aq_get_phy_capabilities
Marcin Formela
1
-7
/
+10
2019-08-22
i40e: Persistent LLDP support
Sylwia Wnuczko
5
-1
/
+127
2019-08-22
i40e: allow reset in recovery mode
Piotr Kwapulinski
3
-8
/
+63
2019-08-22
i40e: Remove function i40e_update_dcb_config()
Grzegorz Siwik
1
-45
/
+1
2019-08-22
i40e: Fix crash caused by stress setting of VF MAC addresses
Slawomir Laba
1
-1
/
+6
2019-08-22
i40e: reset veb.tc_stats when resetting veb.stats
Jacob Keller
1
-0
/
+4
2019-08-22
i40e: Update FW API version to 1.9
Piotr Azarewicz
1
-2
/
+2
2019-08-22
i40e: check_recovery_mode had wrong if statement
Adrian Podlawski
2
-3
/
+20
2019-08-22
i40e: Add drop mode parameter to set mac config
Sylwia Wnuczko
3
-15
/
+19
2019-08-22
i40e: fix shifts of signed values
Beilei Xing
1
-12
/
+12
2019-08-22
i40e: add check on i40e_configure_tx_ring() return value
huhai
1
-1
/
+1
2019-08-22
i40e: Check if transceiver implements DDM before access
Mauro S. M. Rodrigues
2
-0
/
+7
2019-08-22
i40e: reduce stack usage in i40e_set_fc
Arnd Bergmann
1
-40
/
+51
2019-08-22
net/mlx5e: Add mlx5e HV VHCA stats agent
Eran Ben Elisha
6
-0
/
+205
2019-08-22
net/mlx5: Add HV VHCA control agent
Eran Ben Elisha
2
-2
/
+121
2019-08-22
net/mlx5: Add HV VHCA infrastructure
Eran Ben Elisha
4
-1
/
+363
2019-08-22
net/mlx5: Add wrappers for HyperV PCIe operations
Eran Ben Elisha
3
-0
/
+87
2019-08-22
PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface
Haiyang Zhang
5
-3
/
+85
2019-08-22
PCI: hv: Add a paravirtual backchannel in software
Dexuan Cui
1
-0
/
+302
2019-08-22
net/mlx5e: Add trace point for neigh update
Vlad Buslov
2
-0
/
+58
2019-08-22
net/mlx5e: Add trace point for neigh used value update
Vlad Buslov
2
-0
/
+33
2019-08-22
net/mlx5e: Add tc flower tracepoints
Dmytro Linkin
4
-1
/
+146
2019-08-22
net/mlx5e: Only access fully initialized flows in neigh update
Vlad Buslov
1
-0
/
+8
2019-08-22
net/mlx5e: Refactor neigh update for concurrent execution
Vlad Buslov
3
-38
/
+59
2019-08-22
net/mlx5e: Refactor neigh used value update for concurrent execution
Vlad Buslov
1
-4
/
+19
2019-08-22
net/mlx5e: Protect neigh hash encap list with spinlock and rcu
Vlad Buslov
3
-11
/
+66
2019-08-22
net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lock
Vlad Buslov
2
-6
/
+14
2019-08-22
net/mlx5e: Extend neigh hash entry with rcu
Vlad Buslov
2
-24
/
+46
2019-08-22
net/mlx5e: Always take reference to neigh entry
Vlad Buslov
2
-40
/
+39
2019-08-22
net/mlx5e: Extract code that queues neigh update work into function
Vlad Buslov
1
-15
/
+23
2019-08-21
net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify ...
YueHaibing
1
-3
/
+1
2019-08-21
net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...
YueHaibing
1
-3
/
+1
2019-08-21
net: systemport: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: bcmgenet: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
pxa168_eth: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-2
/
+1
2019-08-21
net: mvneta: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: fec: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
ezchip: nps_enet: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: sxgbe: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: ks8851-ml: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-5
/
+2
2019-08-21
net: socionext: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
via-rhine: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-21
net: ethernet: ti: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+2
[next]