summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/ucan.c
Commit message (Expand)AuthorAgeFilesLines
* can: ucan: Remove repeated wordMao Zhu2023-07-191-1/+1
* can: ucan: remove unused ucan_priv::intfVincent Mailhol2022-12-121-2/+0
* can: ucan: use strscpy() to instead of strncpy()Xu Panda2022-12-121-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-1/+1
|\
| * can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* | can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()Dongliang Mu2022-10-261-1/+1
* | can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-10-191-1/+2
|/
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* 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