summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2026-06-19can: ucan: fix devres lifetimeJohan Hovold1-1/+1
2026-06-19can: ucan: fix typos in commentsJulia Lawall1-2/+2
2026-04-18can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde1-4/+9
2026-04-18can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman1-1/+1
2026-04-18can: 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: 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
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-12/+11
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-08-28can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2024-07-27can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni1-1/+1
2024-07-18can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson1-0/+1
2023-09-19can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-03-11can: 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
2023-01-14can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson4-41/+284
2023-01-14can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson3-31/+27
2023-01-14can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula1-3/+3
2023-01-14can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula1-0/+4
2023-01-14can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula3-3/+81
2023-01-14can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula1-12/+8
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson1-0/+99
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson1-19/+19
2023-01-14can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson1-1/+143
2023-01-14can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2022-12-19can: mcba_usb: Fix termination command argumentYasushi SHOJI1-3/+7
2022-12-14can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-11-03can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula2-4/+4
2022-10-26can: kvaser_usb_leaf: Fix CAN state after restartAnssi Hannula1-0/+2
2022-10-26can: kvaser_usb_leaf: Fix TX queue out of sync after restartAnssi Hannula3-1/+5
2022-10-26can: kvaser_usb_leaf: Fix overread with an invalid commandAnssi Hannula1-0/+75
2022-10-26can: kvaser_usb: Fix use of uninitialized completionAnssi Hannula2-1/+2
2022-09-28can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-21can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-08-21can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-07-12can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson3-35/+47
2022-07-12can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson3-19/+36
2022-07-12can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson3-135/+155
2022-07-12can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman1-2/+21
2022-04-08can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-16/+14
2022-04-08can: mcba_usb: properly check endpoint typePavel Skripkin1-10/+16
2022-04-08can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua1-1/+0