summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2026-03-25can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde1-6/+16
2026-03-25can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman1-1/+7
2026-03-25can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman1-1/+1
2026-03-25can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman1-1/+6
2026-02-06can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde1-2/+2
2026-02-06can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...Marc Kleine-Budde1-0/+7
2026-02-06can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-0/+2
2026-02-06can: etas_es58x: allow partial RX URB allocation to succeedSzymon Wilczek1-1/+1
2026-01-11can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde1-1/+1
2025-12-07can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-7/+19
2025-12-07can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde1-2/+15
2025-12-07can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-12-07can: gs_usb: increase max interface to U8_MAXCeleste Liu1-11/+10
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-10-02can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2025-08-15can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2025-08-15can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean1-8/+9
2024-12-14can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statisticsDario Binacchi1-25/+33
2024-12-14can: gs_usb: add usb endpoint address detection at driver probe stepAlexander Kozhinov1-7/+18
2024-12-14can: gs_usb: add VID/PID for Xylanta SAINT3 product familyMarc Kleine-Budde1-0/+5
2024-12-14can: gs_usb: uniformly use "parent" as variable name for struct gs_usbMarc Kleine-Budde1-31/+31
2024-12-14can: gs_usb: gs_usb_probe(): align block commentMarc Kleine-Budde1-2/+2
2024-12-14can: gs_usb: remove leading space from goto labelsMarc Kleine-Budde1-6/+6
2024-07-25can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni1-1/+1
2024-07-11can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson1-0/+1
2023-09-13can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-08-03can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-07-27can: gs_usb: gs_can_open(): improve error handlingMarc Kleine-Budde1-9/+22
2023-03-10can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus1-25/+25
2023-03-10can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus1-1/+3
2023-02-25can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde1-9/+24
2022-12-31can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson4-41/+284
2022-12-31can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson3-31/+27
2022-12-31can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula1-3/+3
2022-12-31can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula1-0/+4
2022-12-31can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula3-3/+81
2022-12-31can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula1-12/+8
2022-12-31can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson1-0/+99
2022-12-31can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson1-19/+19
2022-12-31can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson1-1/+143
2022-12-07can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-11-24can: mcba_usb: Fix termination command argumentYasushi SHOJI1-3/+7
2022-11-24can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong1-1/+4