summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2023-04-04kvaser_usb: convert USB IDs to hexadecimal valuesOliver Hartkopp
2023-04-04can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGFrank Jungclaus
2023-03-24can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...Frank Jungclaus
2023-02-16can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messagesFrank Jungclaus
2023-02-16can: esd_usb: Make use of can_change_state() and relocate checking skb for NULLFrank Jungclaus
2023-02-16can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus
2023-02-02can: peak_usb: Reorder include directives alphabeticallyLukas Magel
2023-02-02can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel
2023-02-02can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel
2023-02-02can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean
2023-02-02can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean
2023-02-02can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean
2023-02-02can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean
2023-02-02can: peak_usb: rename device_id to CAN channel IDStephane Grosjean
2022-12-19can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde
2022-12-12can: gs_usb: remove gs_can::ifaceVincent Mailhol
2022-12-12can: ucan: remove unused ucan_priv::intfVincent Mailhol
2022-12-12can: ucan: use strscpy() to instead of strncpy()Xu Panda
2022-12-12can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol
2022-12-12can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol
2022-12-12can: etas_es58x: add devlink port supportVincent Mailhol
2022-12-12can: etas_es58x: add devlink supportVincent Mailhol
2022-12-12can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol
2022-12-10can: kvaser_usb: kvaser_usb_set_{,data}bittiming(): remove empty lines in var...Marc Kleine-Budde
2022-12-10can: kvaser_usb: kvaser_usb_set_bittiming(): fix redundant initialization war...Marc Kleine-Budde
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-07can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-24can: mcba_usb: Fix termination command argumentYasushi SHOJI
2022-11-24can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula
2022-10-26can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()Dongliang Mu
2022-10-26can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson
2022-10-26can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson
2022-10-26can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Ignore stale bus-off after startAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula
2022-10-26can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson
2022-10-20can: gs_usb: add support for reading error countersJeroen Hofstee
2022-10-20can: gs_usb: document GS_CAN_FEATURE_GET_STATEJeroen Hofstee
2022-10-20can: gs_usb: add ability to enable / disable berr reportingJeroen Hofstee
2022-10-20can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTINGJeroen Hofstee
2022-10-20can: gs_usb: gs_can_open(): merge setting of timestamp flags and initMarc Kleine-Budde