summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/rtase
AgeCommit message (Expand)Author
2025-05-21rtase: Use min() instead of min_t()Justin Lai
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-28rtase: Modify the format specifier in snprintf to %uJustin Lai
2025-04-25rtase: Modify the condition used to detect overflow in rtase_calc_time_mitiga...Justin Lai
2025-04-22rtase: Add ndo_setup_tc support for CBS offload in traffic control setupJustin Lai
2025-03-11rtase: Fix improper release of ring list entries in rtase_sw_resetJustin Lai
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09rtase: Fix a check for error in rtase_alloc_msix()Dan Carpenter
2024-12-07rtase: Refine the if statementJustin Lai
2024-12-04rtase: Add support for RTL907XD-VA PCIe portJustin Lai
2024-11-26rtase: Corrects error handling of the rtase_check_mac_version_valid()Justin Lai
2024-11-26rtase: Correct the speed for RTL907XD-V1Justin Lai
2024-11-26rtase: Refactor the rtase_check_mac_version_valid() functionJustin Lai
2024-11-15rtase: Modify the content format of the enum rtase_registersJustin Lai
2024-11-15rtase: Modify the name of the goto labelJustin Lai
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter
2024-09-10rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai
2024-09-05rtase: Implement ethtool functionJustin Lai
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai
2024-09-05rtase: Implement net_device_opsJustin Lai
2024-09-05rtase: Implement a function to receive packetsJustin Lai
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai
2024-09-05rtase: Implement hardware configuration functionJustin Lai
2024-09-05rtase: Implement the interrupt routine and rtase_pollJustin Lai
2024-09-05rtase: Implement the rtase_down functionJustin Lai
2024-09-05rtase: Implement the .ndo_open functionJustin Lai
2024-09-05rtase: Add support for a pci table in this moduleJustin Lai