summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
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
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean
2019-07-24can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-24can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-07peak_usb: fix clang build warningArnd Bergmann
2018-11-28can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King
2018-11-09can: ucan: remove duplicated include from ucan.cYueHaibing
2018-11-09can: ucan: remove set but not used variable 'udev'YueHaibing
2018-11-09can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson
2018-11-09can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-30can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev
2018-07-27can: kvaser_usb: Simplify struct kvaser_cmd_cardinfoJimmy Assarsson
2018-07-27can: kvaser_usb: Add support for Kvaser USB hydra familyJimmy Assarsson
2018-07-27can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.cJimmy Assarsson
2018-07-27can: kvaser_usb: Add SPDX GPL-2.0 license identifierJimmy Assarsson
2018-07-27can: kvaser_usb: Fix typosJimmy Assarsson
2018-07-27can: kvaser_usb: Improve logging messagesJimmy Assarsson
2018-07-27can: kvaser_usb: Refactor kvaser_usb_init_one()Jimmy Assarsson
2018-07-27can: kvaser_usb: Refactor kvaser_usb_get_endpoints()Jimmy Assarsson
2018-07-27can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usbJimmy Assarsson
2018-07-27can: kvaser_usb: Replace USB timeout constants with one defineJimmy Assarsson
2018-07-27can: kvaser_usb: Rename message/msg to command/cmdJimmy Assarsson
2018-07-27can: kvaser_usb: Remove unused commands and definesJimmy Assarsson
2018-07-27can: kvaser_usb: Remove unnecessary returnJimmy Assarsson
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-27can: ucan: add driver for Theobroma Systems UCAN devicesJakob Unterwurzacher
2018-07-27can: usb: Kconfig/Makefile: sort alphabeticallyMarc Kleine-Budde