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
2024-09-06
ice: make representor code generic
Michal Swiatkowski
7
-76
/
+121
2024-09-06
ice: implement netdev for subfunction
Piotr Raczynski
1
-1
/
+85
2024-09-06
ice: base subfunction aux driver
Piotr Raczynski
7
-1
/
+215
2024-09-06
ice: allocate devlink for subfunction
Piotr Raczynski
3
-0
/
+47
2024-09-06
ice: treat subfunction VSI the same as PF VSI
Michal Swiatkowski
1
-2
/
+3
2024-09-06
ice: add basic devlink subfunctions support
Piotr Raczynski
7
-2
/
+341
2024-09-06
ice: export ice ndo_ops functions
Piotr Raczynski
4
-29
/
+35
2024-09-06
ice: add new VSI type for subfunctions
Piotr Raczynski
6
-6
/
+35
2024-09-06
bnx2x: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
cxgb4: Remove setting of RX software timestamp
Gal Pressman
1
-8
/
+3
2024-09-06
ixgbe: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
igc: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
igb: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+1
2024-09-06
ice: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-09-06
i40e: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
net: netcp: Remove setting of RX software timestamp
Gal Pressman
1
-6
/
+1
2024-09-06
net: ti: icssg-prueth: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-09-06
net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestamp
Gal Pressman
1
-6
/
+1
2024-09-06
net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-09-06
mlxsw: spectrum: Remove setting of RX software timestamp
Gal Pressman
2
-20
/
+6
2024-09-06
net: sparx5: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
net: lan966x: Remove setting of RX software timestamp
Gal Pressman
1
-7
/
+4
2024-09-06
lan743x: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-09-06
net: dsa: microchip: replace unclear KSZ8830 strings
Pieter Van Trappen
5
-32
/
+32
2024-09-06
net: dsa: microchip: clean up ksz8_reg definition macros
Pieter Van Trappen
1
-4
/
+0
2024-09-06
net: dsa: microchip: rename ksz8 series files
Pieter Van Trappen
4
-9
/
+24
2024-09-06
realtek: Update the Makefile and Kconfig in the realtek folder
Justin Lai
2
-0
/
+20
2024-09-06
rtase: Add a Makefile in the rtase folder
Justin Lai
1
-0
/
+10
2024-09-06
rtase: Implement ethtool function
Justin Lai
1
-0
/
+74
2024-09-06
rtase: Implement pci_driver suspend and resume function
Justin Lai
1
-0
/
+51
2024-09-06
rtase: Implement net_device_ops
Justin Lai
1
-0
/
+235
2024-09-06
rtase: Implement a function to receive packets
Justin Lai
1
-0
/
+144
2024-09-06
rtase: Implement .ndo_start_xmit function
Justin Lai
1
-0
/
+283
2024-09-06
rtase: Implement hardware configuration function
Justin Lai
1
-0
/
+238
2024-09-06
rtase: Implement the interrupt routine and rtase_poll
Justin Lai
1
-0
/
+69
2024-09-06
rtase: Implement the rtase_down function
Justin Lai
1
-0
/
+150
2024-09-06
rtase: Implement the .ndo_open function
Justin Lai
1
-0
/
+405
2024-09-06
rtase: Add support for a pci table in this module
Justin Lai
2
-0
/
+978
2024-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
139
-995
/
+1731
2024-09-06
Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
36
-521
/
+620
2024-09-06
Merge tag 'spi-fix-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-18
/
+15
2024-09-05
Merge tag 'platform-drivers-x86-v6.11-6' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-2
/
+5
2024-09-05
net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy
Frank Sae
1
-4
/
+667
2024-09-05
net: phy: Optimize phy speed mask to be compatible to yt8821
Frank Sae
1
-8
/
+5
2024-09-05
Merge tag 'linux-can-next-for-6.12-20240904-2' of git://git.kernel.org/pub/sc...
Paolo Abeni
10
-0
/
+2187
2024-09-05
spi: spi-fsl-lpspi: Fix off-by-one in prescale max
Stefan Wahren
1
-2
/
+2
2024-09-05
ptp: ptp_idt82p33: Convert comma to semicolon
Chen Ni
1
-4
/
+4
2024-09-05
net: dsa: felix: Annotate struct action_gate_entry with __counted_by
Hongbo Li
1
-1
/
+1
2024-09-05
bonding: support xfrm state update
Hangbin Liu
1
-0
/
+25
2024-09-05
bonding: Add ESN support to IPSec HW offload
Hangbin Liu
1
-0
/
+25
[next]