summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
Commit message (Expand)AuthorAgeFilesLines
* can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign modeMarc Kleine-Budde2024-03-041-1/+1
* can: kvaser_usb: Add support for Leaf v3Jimmy Assarsson2024-03-042-0/+4
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* can: etas_es58x: add missing a blank line after declarationVincent Mailhol2023-10-041-0/+1
* can: etas_es58x: rework the version check logic to silence -Wformat-truncationVincent Mailhol2023-10-042-21/+42
* can: esd_usb: Add support for esd CAN-USB/3Frank Jungclaus2023-08-031-31/+244
* can: gs_usb: convert to NAPI/rx-offload to avoid OoO receptionMarc Kleine-Budde2023-07-282-19/+67
* can: gs_usb: gs_usb_disconnect(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde2023-07-281-1/+0
* can: gs_usb: gs_destroy_candev(): remove not needed usb_kill_anchored_urbs()Marc Kleine-Budde2023-07-281-1/+0
* can: gs_usb: gs_can_close(): don't complain about failed device reset during ...Marc Kleine-Budde2023-07-281-3/+1
* can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error ...Marc Kleine-Budde2023-07-281-6/+3
* can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde2023-07-281-2/+3
* can: gs_usb: gs_usb_receive_bulk_callback(): make use of statsMarc Kleine-Budde2023-07-281-5/+5
* can: gs_usb: gs_usb_receive_bulk_callback(): make use of netdevMarc Kleine-Budde2023-07-281-2/+2
* can: gs_usb: uniformly use "parent" as variable name for struct gs_usbMarc Kleine-Budde2023-07-281-31/+31
* can: gs_usb: gs_usb_set_timestamp(): remove return statements form void functionMarc Kleine-Budde2023-07-281-2/+0
* can: gs_usb: gs_usb_probe(): align block commentMarc Kleine-Budde2023-07-281-2/+2
* can: gs_usb: remove leading space from goto labelsMarc Kleine-Budde2023-07-281-6/+6
* can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer2023-07-282-15/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-271-0/+2
|\
| * can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde2023-07-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-56/+74
|\|
| * can: gs_usb: fix time stamp counter initializationMarc Kleine-Budde2023-07-171-48/+53
| * can: gs_usb: gs_can_open(): improve error handlingMarc Kleine-Budde2023-07-171-9/+22
* | can: ucan: Remove repeated wordMao Zhu2023-07-191-1/+1
|/
* can: esd_usb: Use consistent prefix ESD_USB_ for macrosFrank Jungclaus2023-06-221-7/+6
* can: esd_usb: Make use of kernel macros BIT() and GENMASK()Frank Jungclaus2023-06-221-14/+14
* can: esd_usb: Don't bother the user with nonessential log messageFrank Jungclaus2023-06-221-1/+1
* can: esd_usb: Replace hardcoded message length given to USB commandsFrank Jungclaus2023-06-221-19/+21
* can: esd_usb: Prefix all structures with the device nameFrank Jungclaus2023-06-221-22/+22
* can: esd_usb: Use consistent prefixes for macrosFrank Jungclaus2023-06-221-99/+99
* can: esd_usb: Replace initializer macros used for struct can_bittiming_constFrank Jungclaus2023-06-221-20/+13
* can: esd_usb: Make use of existing kernel macrosFrank Jungclaus2023-05-221-19/+21
* can: kvaser_usb: Add len8_dlc supportCarsten Schmidt2023-05-223-8/+13
* can: usb: f81604: add Fintek F81604 supportJi-Ze Hong2023-05-153-0/+1214
* kvaser_usb: convert USB IDs to hexadecimal valuesOliver Hartkopp2023-04-041-51/+51
* can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGFrank Jungclaus2023-04-041-15/+20
* can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...Frank Jungclaus2023-03-241-84/+82
* can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messagesFrank Jungclaus2023-02-161-5/+13
* can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus2023-02-161-25/+25
* can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus2023-02-161-1/+3
* can: peak_usb: Reorder include directives alphabeticallyLukas Magel2023-02-024-11/+12
* can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel2023-02-021-2/+2
* can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel2023-02-021-0/+25
* can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean2023-02-025-0/+101
* can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean2023-02-021-1/+1
* can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean2023-02-025-0/+63
* can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean2023-02-022-6/+30
* can: peak_usb: rename device_id to CAN channel IDStephane Grosjean2023-02-025-16/+17
* can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde2022-12-191-9/+24