summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2022-01-16can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-16can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2021-12-14can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
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-14net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin1-1/+2
2021-06-23can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin1-2/+15
2021-04-14drivers: 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
2021-01-27can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2020-12-02can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde1-61/+70
2020-11-24can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson1-1/+1
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-01-14can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold1-2/+2
2020-01-14can: kvaser_usb: fix interface sanity checkJohan Hovold2-2/+2
2019-12-31can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang1-3/+3
2019-12-13can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee1-5/+10
2019-11-04can: peak_usb: fix slab info leakJohan Hovold1-1/+1
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean1-5/+12
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold1-2/+1
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost1-0/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-7/+7
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+7
2019-08-02can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-26can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2019-07-24can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-07-24can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva1-2/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+0
2019-06-08can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl1-6/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner2-24/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner7-63/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-03-07peak_usb: fix clang build warningArnd Bergmann1-1/+1
2018-11-28can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King1-1/+1
2018-11-09can: ucan: remove duplicated include from ucan.cYueHaibing1-4/+0