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