summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/rtase
AgeCommit message (Expand)AuthorFilesLines
2025-08-15rtase: Fix Rx descriptor CRC error bit definitionJustin Lai1-1/+1
2025-06-18rtase: Link queues to NAPI instancesJustin Lai2-2/+18
2025-06-18rtase: Link IRQs to NAPI instancesJustin Lai1-6/+14
2025-05-22rtase: Use min() instead of min_t()Justin Lai1-2/+2
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-04-29rtase: Modify the format specifier in snprintf to %uJustin Lai1-1/+1
2025-04-26rtase: Modify the condition used to detect overflow in rtase_calc_time_mitiga...Justin Lai1-2/+2
2025-04-22rtase: Add ndo_setup_tc support for CBS offload in traffic control setupJustin Lai2-0/+75
2025-03-11rtase: Fix improper release of ring list entries in rtase_sw_resetJustin Lai1-0/+10
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-09rtase: Fix a check for error in rtase_alloc_msix()Dan Carpenter1-1/+1
2024-12-08rtase: Refine the if statementJustin Lai1-6/+6
2024-12-05rtase: Add support for RTL907XD-VA PCIe portJustin Lai2-0/+3
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai1-0/+2
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai1-1/+12
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai2-13/+22
2024-11-16rtase: Modify the content format of the enum rtase_registersJustin Lai1-1/+1
2024-11-16rtase: Modify the name of the goto labelJustin Lai1-5/+5
2024-09-14rtase: Fix error code in rtase_init_board()Dan Carpenter1-1/+2
2024-09-11rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-3/+3
2024-09-06rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-06rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-06rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-06rtase: Implement net_device_opsJustin Lai1-0/+235
2024-09-06rtase: Implement a function to receive packetsJustin Lai1-0/+144
2024-09-06rtase: Implement .ndo_start_xmit functionJustin Lai1-0/+283
2024-09-06rtase: Implement hardware configuration functionJustin Lai1-0/+238
2024-09-06rtase: Implement the interrupt routine and rtase_pollJustin Lai1-0/+69
2024-09-06rtase: Implement the rtase_down functionJustin Lai1-0/+150
2024-09-06rtase: Implement the .ndo_open functionJustin Lai1-0/+405
2024-09-06rtase: Add support for a pci table in this moduleJustin Lai2-0/+978