summaryrefslogtreecommitdiff
path: root/drivers/net/can/c_can/c_can_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-19can: c_can: cache frames to operate as a true FIFODario Binacchi1-5/+18
2021-08-19can: c_can: support tx ring algorithmDario Binacchi1-17/+50
2021-08-19can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi1-5/+6
2021-08-19can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde1-12/+14
2021-08-19can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde1-1/+1
2021-05-27can: c_can: add ethtool supportDario Binacchi1-0/+1354