Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
11 days | rtase: Modify the name of the goto label | Justin Lai | 1 | -5/+5 |
2024-09-14 | rtase: Fix error code in rtase_init_board() | Dan Carpenter | 1 | -1/+2 |
2024-09-11 | rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun" | Colin Ian King | 1 | -3/+3 |
2024-09-06 | rtase: Implement ethtool function | Justin Lai | 1 | -0/+74 |
2024-09-06 | rtase: Implement pci_driver suspend and resume function | Justin Lai | 1 | -0/+51 |
2024-09-06 | rtase: Implement net_device_ops | Justin Lai | 1 | -0/+235 |
2024-09-06 | rtase: Implement a function to receive packets | Justin Lai | 1 | -0/+144 |
2024-09-06 | rtase: Implement .ndo_start_xmit function | Justin Lai | 1 | -0/+283 |
2024-09-06 | rtase: Implement hardware configuration function | Justin Lai | 1 | -0/+238 |
2024-09-06 | rtase: Implement the interrupt routine and rtase_poll | Justin Lai | 1 | -0/+69 |
2024-09-06 | rtase: Implement the rtase_down function | Justin Lai | 1 | -0/+150 |
2024-09-06 | rtase: Implement the .ndo_open function | Justin Lai | 1 | -0/+405 |
2024-09-06 | rtase: Add support for a pci table in this module | Justin Lai | 1 | -0/+638 |