summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24can: kvaser_usb: Ignore CMD_FLUSH_QUEUE_REPLY messagesJimmy Assarsson1-0/+6
2017-10-24can: kvaser_usb: Correct return value in printoutJimmy Assarsson1-1/+2
2017-10-19can: gs_usb: fix busy loop if no more TX context is availableWolfgang Grandegger1-8/+2
2017-10-19can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje1-1/+1
2017-06-09can: gs_usb: fix memory leak in gs_cmd_reset()Marc Kleine-Budde1-0/+2
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold1-3/+1
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+90
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau1-5/+12
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean1-0/+1
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean4-0/+77
2017-04-25can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj3-0/+911
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-244/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-03can: gs_usb: fix coding styleEthan Zonca1-6/+5