summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/ucan.c
Commit message (Expand)AuthorAgeFilesLines
* can: ucan: fix typos in commentsJulia Lawall2022-03-161-2/+2
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-7/+3
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-1/+2
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-2/+4
* can: ucan: fix alignment constraintsArnd Bergmann2021-03-301-1/+1
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-3/+3
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-7/+7
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-4/+4
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-211-2/+2
* can: ucan: fix non-atomic allocation in completion handlerJohan Hovold2019-12-031-1/+1
* can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King2018-11-281-1/+1
* can: ucan: remove duplicated include from ucan.cYueHaibing2018-11-091-4/+0
* can: ucan: remove set but not used variable 'udev'YueHaibing2018-11-091-3/+0
* can: ucan: add driver for Theobroma Systems UCAN devicesJakob Unterwurzacher2018-07-271-0/+1613