summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2022-07-12can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman1-2/+21
2022-04-27can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-16/+14
2022-04-20can: mcba_usb: properly check endpoint typePavel Skripkin1-10/+16
2022-04-20can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua1-1/+0
2022-04-20can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua1-1/+0
2022-03-08can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-01-27can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-27can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2021-12-29can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-5/+36
2021-10-27can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean1-3/+2
2021-09-03can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje1-2/+2
2021-08-04can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-08-04can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-08-04can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-08-04can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2
2021-07-20net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin1-1/+2
2021-06-30can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin1-2/+15
2021-04-16drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-30can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2020-12-02can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde1-61/+70
2020-11-24can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-24can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde1-2/+2
2020-11-18can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean1-5/+46
2020-11-18can: peak_usb: add range checking in decode operationsDan Carpenter1-11/+37
2020-06-20can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang1-3/+3
2020-01-14can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold1-2/+2
2019-12-05can: peak_usb: report bus recovery as wellJeroen Hofstee1-5/+10
2019-11-12can: peak_usb: fix slab info leakJohan Hovold1-1/+1
2019-11-12can: mcba_usb: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-11-12can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost1-0/+1
2019-11-12can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean1-5/+12
2019-11-12can: usb_8dev: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-08-29can: peak_usb: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-08-16can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-16can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-16can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2018-08-06can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev1-0/+1
2018-05-16can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()Jimmy Assarsson1-1/+1
2018-01-23can: peak: fix potential bug in packet fragmentationStephane Grosjean1-10/+11
2018-01-17can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger1-1/+1
2017-12-14can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-14can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-14can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-14can: mcba_usb: cancel urb on -EPROTOMartin Kelly1-0/+1
2017-12-14can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-14can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson1-3/+4
2017-12-14can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson1-1/+1
2017-12-14can: kvaser_usb: free buf in error pathsJimmy Assarsson1-0/+2
2017-12-14can: mcba_usb: fix device disconnect bugMartin Kelly1-0/+1