index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
realtek
/
rtase
/
rtase_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
rtase: Use min() instead of min_t()
Justin Lai
1
-2
/
+2
2025-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2025-04-29
rtase: Modify the format specifier in snprintf to %u
Justin Lai
1
-1
/
+1
2025-04-26
rtase: Modify the condition used to detect overflow in rtase_calc_time_mitiga...
Justin Lai
1
-2
/
+2
2025-04-22
rtase: Add ndo_setup_tc support for CBS offload in traffic control setup
Justin Lai
1
-0
/
+60
2025-03-11
rtase: Fix improper release of ring list entries in rtase_sw_reset
Justin Lai
1
-0
/
+10
2025-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-09
rtase: Fix a check for error in rtase_alloc_msix()
Dan Carpenter
1
-1
/
+1
2024-12-08
rtase: Refine the if statement
Justin Lai
1
-6
/
+6
2024-12-05
rtase: Add support for RTL907XD-VA PCIe port
Justin Lai
1
-0
/
+2
2024-11-26
rtase: Corrects error handling of the rtase_check_mac_version_valid()
Justin Lai
1
-0
/
+2
2024-11-26
rtase: Correct the speed for RTL907XD-V1
Justin Lai
1
-1
/
+12
2024-11-26
rtase: Refactor the rtase_check_mac_version_valid() function
Justin Lai
1
-12
/
+16
2024-11-16
rtase: Modify the name of the goto label
Justin Lai
1
-5
/
+5
2024-09-14
rtase: Fix error code in rtase_init_board()
Dan Carpenter
1
-1
/
+2
2024-09-11
rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"
Colin Ian King
1
-3
/
+3
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
1
-0
/
+638