index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
ucan.c
Age
Commit message (
Expand
)
Author
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-09
can: ucan: fix devres lifetime
Johan Hovold
2026-04-01
can: ucan: refactor endpoint lookup
Johan Hovold
2026-03-02
can: ucan: Fix infinite loop from zero-length messages
Greg Kroah-Hartman
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
2025-03-14
can: ucan: fix out of bound read in strscpy() source
Vincent Mailhol
2023-07-19
can: ucan: Remove repeated word
Mao Zhu
2022-12-12
can: ucan: remove unused ucan_priv::intf
Vincent Mailhol
2022-12-12
can: ucan: use strscpy() to instead of strncpy()
Xu Panda
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-10-26
can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()
Dongliang Mu
2022-10-19
can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-03-16
can: ucan: fix typos in comments
Julia Lawall
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2021-03-30
can: ucan: fix alignment constraints
Arnd Bergmann
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2019-12-03
can: ucan: fix non-atomic allocation in completion handler
Johan Hovold
2018-11-28
can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"
Colin Ian King
2018-11-09
can: ucan: remove duplicated include from ucan.c
YueHaibing
2018-11-09
can: ucan: remove set but not used variable 'udev'
YueHaibing
2018-07-27
can: ucan: add driver for Theobroma Systems UCAN devices
Jakob Unterwurzacher