summaryrefslogtreecommitdiff
path: root/drivers/net/can/rcar/rcar_can.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15can: rcar: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-0/+1
2022-07-20can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp1-8/+0
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski1-2/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-6/+5
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-5/+1
2021-10-17can: rcar_can: fix suspend/resumeYoshihiro Shimoda1-8/+12
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-7/+7
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2019-11-11can: rcar: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-20can: rcar_can: Remove unused platform data supportGeert Uytterhoeven1-13/+9
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2018-11-28can: rcar: use SPDX identifier for Renesas driversWolfram Sang1-5/+1
2018-11-09can: rcar_can: Fix erroneous registrationFabrizio Castro1-1/+4
2017-04-04can: rcar_can: Do not print virtual addressesGeert Uytterhoeven1-2/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-06-17can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram1-0/+929