summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol2022-07-291-8/+3
* can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-285-0/+45
* can: kvaser_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-282-2/+26
* can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-1/+8
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-286-0/+32
* can: etas_es58x: remove DRV_VERSIONVincent Mailhol2022-07-261-5/+2
* can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol2022-07-261-4/+3
* can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-3/+3
* can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-1/+1
* can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol2022-07-261-2/+2
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-205-1/+7
* can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-3/+4
* can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-2/+4
* can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol2022-07-201-4/+8
* can: peak_usb: include support for a new MCUStephane Grosjean2022-07-191-10/+58
* can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2022-07-192-2/+2
* can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2022-07-192-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-075-192/+264
|\
| * can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson2022-07-043-35/+47
| * can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson2022-07-043-21/+38
| * can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson2022-07-043-148/+172
| * can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman2022-07-041-2/+21
* | can/esd_usb: Update to copyright, M_AUTHOR and M_DESCRIPTIONFrank Jungclaus2022-06-251-4/+6
* | can/esd_usb: Fixed some checkpatch.pl warningsFrank Jungclaus2022-06-251-23/+8
* | can/esd_usb: Rename all terms USB2 to USBFrank Jungclaus2022-06-251-104/+109
* | can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus2022-06-253-5/+12
* | can: etas_es58x: fix signedness of USB RX and TX pipesVincent Mailhol2022-06-111-2/+2
* | can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol2022-06-112-5/+2
|/
* can: kvaser_usb: silence a GCC 12 -Warray-bounds warningJakub Kicinski2022-05-231-0/+5
* can: peak_usb: fix typo in commentJulia Lawall2022-05-231-1/+1
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-192-19/+0
* can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde2022-03-311-0/+2
* can: mcba_usb: properly check endpoint typePavel Skripkin2022-03-311-10/+16
* can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua2022-03-311-1/+0
* can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-16/+14
* can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-1/+0
* can: ucan: fix typos in commentsJulia Lawall2022-03-161-2/+2
* can: gs_usb: add VID/PID for ABE CAN Debugger devicesBen Evans2022-03-101-0/+5
* can: gs_usb: add VID/PID for CES CANext FD devicesPeter Fink2022-03-101-0/+5
* can: gs_usb: add extended bt_const featurePeter Fink2022-03-101-2/+68
* can: gs_usb: activate quirks for CANtact Pro unconditionallyPeter Fink2022-03-101-0/+23
* can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ valueMarc Kleine-Budde2022-03-101-1/+13
* can: gs_usb: add usb quirk for NXP LPC546xx controllersPeter Fink2022-03-101-2/+27
* can: gs_usb: add CAN-FD supportPeter Fink2022-03-101-16/+108
* can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_framePeter Fink2022-03-101-11/+26
* can: gs_usb: support up to 3 channels per deviceMarc Kleine-Budde2022-03-101-2/+2
* can: gs_usb: gs_usb_probe(): introduce udev and make use of itMarc Kleine-Budde2022-03-101-5/+4
* can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE featureMarc Kleine-Budde2022-03-101-0/+2