Age | Commit message (Expand) | Author |
2020-01-02 | can: gs_usb: gs_usb_probe(): use descriptors of current altsetting | Johan Hovold |
2020-01-02 | can: kvaser_usb: fix interface sanity check | Johan Hovold |
2019-12-08 | can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices | Xiaolong Huang |
2019-12-03 | can: ucan: fix non-atomic allocation in completion handler | Johan Hovold |
2019-11-04 | can: peak_usb: report bus recovery as well | Jeroen Hofstee |
2019-11-04 | can: peak_usb: fix slab info leak | Johan Hovold |
2019-11-04 | can: peak_usb: fix a potential out-of-sync while decoding packets | Stephane Grosjean |
2019-11-04 | can: usb_8dev: fix use-after-free on disconnect | Johan Hovold |
2019-11-04 | can: mcba_usb: fix use-after-free on disconnect | Johan Hovold |
2019-11-04 | can: gs_usb: gs_can_open(): prevent memory leak | Navid Emamdoost |
2019-09-26 | drivers: net: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-08-02 | can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices | Tomas Bortoli |
2019-08-02 | can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices | Tomas Bortoli |
2019-08-02 | can: peak_usb: force the string buffer NULL-terminated | Wang Xiayang |
2019-07-25 | can: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-07-24 | can: peak_usb: fix potential double kfree_skb() | Stephane Grosjean |
2019-07-24 | can: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-07-24 | can: kvaser_usb: Use struct_size() in alloc_candev() | Gustavo A. R. Silva |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-06-07 | can: usb: Kconfig: Remove duplicate menu entry | Alexander Dahl |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 412 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 | Thomas Gleixner |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-03-07 | peak_usb: fix clang build warning | Arnd Bergmann |
2018-11-28 | can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting" | Colin Ian King |
2018-11-09 | can: ucan: remove duplicated include from ucan.c | YueHaibing |
2018-11-09 | can: ucan: remove set but not used variable 'udev' | YueHaibing |
2018-11-09 | can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit() | Jimmy Assarsson |
2018-11-09 | can: kvaser_usb: Fix potential uninitialized variable use | Jimmy Assarsson |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-30 | can: ems_usb: Fix memory leak on ems_usb_disconnect() | Anton Vasilyev |
2018-07-27 | can: kvaser_usb: Simplify struct kvaser_cmd_cardinfo | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Add support for Kvaser USB hydra family | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.c | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Add SPDX GPL-2.0 license identifier | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Fix typos | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Improve logging messages | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Refactor kvaser_usb_init_one() | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Refactor kvaser_usb_get_endpoints() | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usb | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Replace USB timeout constants with one define | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Rename message/msg to command/cmd | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Remove unused commands and defines | Jimmy Assarsson |
2018-07-27 | can: kvaser_usb: Remove unnecessary return | Jimmy Assarsson |
2018-07-27 | can: peak_usb: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-07-27 | can: ucan: add driver for Theobroma Systems UCAN devices | Jakob Unterwurzacher |
2018-07-27 | can: usb: Kconfig/Makefile: sort alphabetically | Marc Kleine-Budde |