summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
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
2022-09-23can: gs_usb: gs_can_open(): initialize time counter before starting deviceMarc Kleine-Budde
2022-09-23can: gs_usb: add missing lock to protect struct timecounter::cycle_lastMarc Kleine-Budde
2022-09-23can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_m...Marc Kleine-Budde
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...Marc Kleine-Budde
2022-09-21can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde
2022-09-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde
2022-07-29can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-26can: etas_es58x: remove DRV_VERSIONVincent Mailhol
2022-07-26can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol
2022-07-26can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-26can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-26can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-26can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-26can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol