summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-8/+8
* can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold2020-01-021-2/+2
* can: kvaser_usb: fix interface sanity checkJohan Hovold2020-01-022-2/+2
* can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang2019-12-081-3/+3
* can: ucan: fix non-atomic allocation in completion handlerJohan Hovold2019-12-031-1/+1
* can: peak_usb: report bus recovery as wellJeroen Hofstee2019-11-041-5/+10
* can: peak_usb: fix slab info leakJohan Hovold2019-11-041-1/+1
* can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean2019-11-041-5/+12
* can: usb_8dev: fix use-after-free on disconnectJohan Hovold2019-11-041-2/+1
* can: mcba_usb: fix use-after-free on disconnectJohan Hovold2019-11-041-2/+1
* can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost2019-11-041-0/+1
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-063-7/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-063-7/+7
| |\
| | * can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli2019-08-021-1/+1
| | * can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli2019-08-021-1/+1
| | * can: peak_usb: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
| | * can: peak_usb: fix potential double kfree_skb()Stephane Grosjean2019-07-241-4/+4
| * | can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-1/+1
| |/
* | can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-241-1/+1
* | can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva2019-07-241-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-6/+0
|\
| * can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl2019-06-071-6/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412Thomas Gleixner2019-06-052-24/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-057-63/+7
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-302-26/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* peak_usb: fix clang build warningArnd Bergmann2019-03-071-1/+1
* can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King2018-11-281-1/+1
* can: ucan: remove duplicated include from ucan.cYueHaibing2018-11-091-4/+0
* can: ucan: remove set but not used variable 'udev'YueHaibing2018-11-091-3/+0
* can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson2018-11-091-2/+2
* can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson2018-11-091-5/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-0/+1
|\
| * can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev2018-07-301-0/+1
* | can: kvaser_usb: Simplify struct kvaser_cmd_cardinfoJimmy Assarsson2018-07-271-11/+3
* | can: kvaser_usb: Add support for Kvaser USB hydra familyJimmy Assarsson2018-07-276-12/+2151
* | can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.cJimmy Assarsson2018-07-276-2031/+2293
* | can: kvaser_usb: Add SPDX GPL-2.0 license identifierJimmy Assarsson2018-07-271-6/+2
* | can: kvaser_usb: Fix typosJimmy Assarsson2018-07-271-7/+7
* | can: kvaser_usb: Improve logging messagesJimmy Assarsson2018-07-271-23/+17
* | can: kvaser_usb: Refactor kvaser_usb_init_one()Jimmy Assarsson2018-07-271-6/+5
* | can: kvaser_usb: Refactor kvaser_usb_get_endpoints()Jimmy Assarsson2018-07-271-10/+8
* | can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usbJimmy Assarsson2018-07-271-0/+3
* | can: kvaser_usb: Replace USB timeout constants with one defineJimmy Assarsson2018-07-271-10/+6
* | can: kvaser_usb: Rename message/msg to command/cmdJimmy Assarsson2018-07-271-238/+237
* | can: kvaser_usb: Remove unused commands and definesJimmy Assarsson2018-07-271-38/+0
* | can: kvaser_usb: Remove unnecessary returnJimmy Assarsson2018-07-271-2/+0
* | can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva2018-07-273-0/+4
* | can: ucan: add driver for Theobroma Systems UCAN devicesJakob Unterwurzacher2018-07-273-0/+1630