summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2026-06-19can: ucan: fix devres lifetimeJohan Hovold
2026-06-19can: ucan: fix typos in commentsJulia Lawall
2026-06-01can: mcp251x: add error handling for power enable in open and resumeWenyuan Li
2026-04-18can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde
2026-04-18can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li
2026-04-18can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel
2026-04-18can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman
2026-04-18can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman
2026-02-06can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-02-06can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-02-06can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-02-06can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2026-02-06can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde
2025-12-07can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde
2025-12-07can: sja1000: fix max irq loop handlingThomas Mühlbacher
2025-12-07can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae
2025-12-07can: gs_usb: increase max interface to U8_MAXCeleste Liu
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-10-02can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-10-02can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven
2025-08-28can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson
2025-08-28can: kvaser_pciefd: Store device channel indexJimmy Assarsson
2025-07-17can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debu...Sean Nyekjaer
2025-07-17can: tcan4x5x: fix power regulator retrieval during probeBrett Werling
2025-06-04can: c_can: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski
2025-06-04can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration callsMarc Kleine-Budde
2025-04-10can: flexcan: only change CAN state when link up in system PMHaibo Chen
2025-03-13can: c_can: fix unbalanced runtime PM disable in error pathKrzysztof Kozlowski
2024-12-14can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statisticsDario Binacchi
2024-12-14can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULLDario Binacchi
2024-11-17can: c_can: fix {rx,tx}_errors statisticsDario Binacchi
2024-10-17can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde
2024-10-17can: m_can: Add support for transceiver as phyFaiz Abbas
2024-09-12can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_openSimon Arlott
2024-07-27can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni
2024-07-18can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson
2023-11-20can: dev: can_restart(): fix race condition between controller restart and ne...Marc Kleine-Budde
2023-11-20can: dev: can_restart(): don't crash kernel if carrier is OKMarc Kleine-Budde
2023-09-19can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde
2023-05-30can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson
2023-05-30can: kvaser_pciefd: Do not send EFLUSH command on TFD interruptJimmy Assarsson
2023-05-30can: kvaser_pciefd: Clear listen-only bit if not explicitly requestedJimmy Assarsson
2023-05-30can: kvaser_pciefd: Empty SRB buffer in probeJimmy Assarsson
2023-05-30can: kvaser_pciefd: Call request_irq() before enabling interruptsJimmy Assarsson
2023-05-30can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()Jimmy Assarsson
2023-03-11can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus