summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
13 dayscan: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li
13 dayscan: dev: keep the max bitrate error at 5%Haibo Chen
2026-03-02can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde
2026-03-02can: usb: f81604: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman
2026-03-02can: usb: f81604: handle bulk write errors properlyGreg Kroah-Hartman
2026-03-02can: usb: f81604: handle short interrupt urb messages properlyGreg Kroah-Hartman
2026-03-02can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman
2026-03-02can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman
2026-03-02can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman
2026-03-02can: esd_usb: add endpoint type validationZiyi Guo
2026-03-02can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel
2026-03-02can: dummy_can: dummy_can_init(): fix packet statisticsOliver Hartkopp
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp
2026-02-05can: move frame_len to CAN skb extensionsOliver Hartkopp
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore
2026-01-31Merge tag 'linux-can-next-for-6.20-20260131' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2026-01-23can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde
2026-01-23can: sja1000: sja1000_err(): use error counter for error stateMichael Tretter
2026-01-23can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...Marc Kleine-Budde
2026-01-22can: at91_can: Fix memory leak in at91_can_probe()Zilin Guan
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-16can: rcar_canfd: Add RZ/T2H supportLad Prabhakar
2026-01-16can: rcar_canfd: Add support for FD-Only modeBiju Das
2026-01-16can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-16can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-16can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-16can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-16can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-16can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...Marc Kleine-Budde
2026-01-16can: dev: alloc_candev_mqs(): add missing default CAN capabilitiesMarc Kleine-Budde
2026-01-15can: propagate CAN device capabilities via ml_privOliver Hartkopp
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp
2026-01-09can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit.Ondrej Ille
2026-01-09can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-01-09can: etas_es58x: allow partial RX URB allocation to succeedSzymon Wilczek
2025-12-18can: fix build dependencyMarc Kleine-Budde
2025-12-10can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde
2025-12-10can: fix build dependencyArnd Bergmann
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-26can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das
2025-11-26can: rcar_canfd: Add suspend/resume supportGeert Uytterhoeven