summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
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
2022-10-20can: gs_usb: gs_can_open(): sort checks for ctrlmodeMarc Kleine-Budde
2022-10-20can: gs_usb: gs_can_open(): allow loopback and listen only at the same timeMarc Kleine-Budde
2022-10-20can: gs_usb: gs_make_candev(): set netdev->dev_idMarc Kleine-Budde
2022-10-20can: gs_usb: mention candleLight as supported deviceMarc Kleine-Budde
2022-10-19can: kvaser_usb: Remove -Warray-bounds exceptionKees Cook
2022-10-19can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-10-11can: kvaser_usb_leaf: Fix CAN state after restartAnssi Hannula
2022-10-11can: kvaser_usb_leaf: Fix TX queue out of sync after restartAnssi Hannula
2022-10-11can: kvaser_usb: Fix use of uninitialized completionAnssi Hannula
2022-10-11can: kvaser_usb_leaf: Fix overread with an invalid commandAnssi Hannula
2022-09-23can: gs_usb: remove dma allocationsVasanth Sadhasivan
2022-09-23can: gs_usb: add switchable termination supportMarc Kleine-Budde
2022-09-23can: gs_usb: gs_make_candev(): clean up error handlingMarc Kleine-Budde
2022-09-23can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()Marc Kleine-Budde
2022-09-23can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to...Marc Kleine-Budde