index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2025-05-21
rtase: Use min() instead of min_t()
Justin Lai
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-28
rtase: Modify the format specifier in snprintf to %u
Justin Lai
2025-04-25
rtase: Modify the condition used to detect overflow in rtase_calc_time_mitiga...
Justin Lai
2025-04-22
rtase: Add ndo_setup_tc support for CBS offload in traffic control setup
Justin Lai
2025-03-11
rtase: Fix improper release of ring list entries in rtase_sw_reset
Justin Lai
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-09
rtase: Fix a check for error in rtase_alloc_msix()
Dan Carpenter
2024-12-07
rtase: Refine the if statement
Justin Lai
2024-12-04
rtase: Add support for RTL907XD-VA PCIe port
Justin Lai
2024-11-26
rtase: Corrects error handling of the rtase_check_mac_version_valid()
Justin Lai
2024-11-26
rtase: Correct the speed for RTL907XD-V1
Justin Lai
2024-11-26
rtase: Refactor the rtase_check_mac_version_valid() function
Justin Lai
2024-11-15
rtase: Modify the name of the goto label
Justin Lai
2024-09-13
rtase: Fix error code in rtase_init_board()
Dan Carpenter
2024-09-10
rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"
Colin Ian King
2024-09-05
rtase: Implement ethtool function
Justin Lai
2024-09-05
rtase: Implement pci_driver suspend and resume function
Justin Lai
2024-09-05
rtase: Implement net_device_ops
Justin Lai
2024-09-05
rtase: Implement a function to receive packets
Justin Lai
2024-09-05
rtase: Implement .ndo_start_xmit function
Justin Lai
2024-09-05
rtase: Implement hardware configuration function
Justin Lai
2024-09-05
rtase: Implement the interrupt routine and rtase_poll
Justin Lai
2024-09-05
rtase: Implement the rtase_down function
Justin Lai
2024-09-05
rtase: Implement the .ndo_open function
Justin Lai
2024-09-05
rtase: Add support for a pci table in this module
Justin Lai