index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
realtek
/
rtase
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 content format of the enum rtase_registers
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: Add a Makefile in the rtase folder
Justin Lai
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