aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2022-04-08can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-04-08can: mcba_usb: properly check endpoint typePavel Skripkin
2022-04-08can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua
2022-04-08can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-08can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol
2022-01-16can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman
2022-01-16can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde
2021-12-14can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson
2021-10-27can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean
2021-09-03can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje
2021-08-04can: esd_usb2: fix memory leakPavel Skripkin
2021-08-04can: ems_usb: fix memory leakPavel Skripkin
2021-08-04can: usb_8dev: fix memory leakPavel Skripkin
2021-08-04can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin
2021-08-04can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean
2021-07-14net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin
2021-06-23can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin
2021-04-14drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde
2021-03-30can: peak_usb: add forgotten supported devicesStephane Grosjean
2021-01-27can: peak_usb: fix use after free bugsVincent Mailhol
2020-11-26can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde
2020-11-18can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
2020-11-15can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde
2020-11-03can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean
2020-11-03can: peak_usb: add range checking in decode operationsDan Carpenter
2020-09-21can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean
2020-09-21can: pcan_usb: Document the commands sent to the deviceStephane Grosjean
2020-09-21can: peak_usb: convert to use le32_add_cpu()Liu Shixin
2020-09-21can: mcba_usb: remove redundant initialization of variable errColin Ian King
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-01-02can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold
2020-01-02can: kvaser_usb: fix interface sanity checkJohan Hovold
2019-12-08can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang
2019-12-03can: ucan: fix non-atomic allocation in completion handlerJohan Hovold
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee
2019-11-04can: peak_usb: fix slab info leakJohan Hovold
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-02can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli
2019-08-02can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang