summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/ucan.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19can: ucan: Remove repeated wordMao Zhu1-1/+1
2022-12-12can: ucan: remove unused ucan_priv::intfVincent Mailhol1-2/+0
2022-12-12can: ucan: use strscpy() to instead of strncpy()Xu Panda1-3/+2
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-10-26can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()Dongliang Mu1-1/+1
2022-10-19can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+2
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol1-0/+6
2022-03-16can: ucan: fix typos in commentsJulia Lawall1-2/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-7/+3
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-1/+2
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-2/+4
2021-03-30can: ucan: fix alignment constraintsArnd Bergmann1-1/+1
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-3/+3
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-4/+4
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde1-2/+2
2019-12-03can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2018-11-28can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King1-1/+1
2018-11-09can: ucan: remove duplicated include from ucan.cYueHaibing1-4/+0
2018-11-09can: ucan: remove set but not used variable 'udev'YueHaibing1-3/+0
2018-07-27can: ucan: add driver for Theobroma Systems UCAN devicesJakob Unterwurzacher1-0/+1613