summaryrefslogtreecommitdiff
path: root/drivers/net/can/c_can/c_can_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-09-28can: c_can: don't cache TX messages for C_CAN coresMarc Kleine-Budde1-6/+5
2022-07-27can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol1-1/+1
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-3/+3
2022-07-19can: c_can: remove wrong commentDario Binacchi1-1/+0
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-15/+1
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-5/+2
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-2/+2
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-5/+0
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