aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)Author
2021-10-27can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean
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-24can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
2020-11-18can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean
2020-11-18can: peak_usb: add range checking in decode operationsDan Carpenter
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-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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-07peak_usb: fix clang build warningArnd Bergmann
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16can: peak: fix potential bug in packet fragmentationStephane Grosjean
2018-01-05can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"Marc Kleine-Budde
2017-12-01can: peak_usb: use ktime_t consistentlyArnd Bergmann
2017-12-01can: peak_usb: remove some 'struct timeval' usersArnd Bergmann
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: can: usb: use setup_timer() helper.Allen Pais
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean
2016-12-08can: peak: fix bad memory access and free sequence추지호
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean
2016-08-13net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-01can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...Marc Kleine-Budde
2015-03-22can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean
2015-03-22can: peak_usb: rename usb option cmds definition and structsStephane Grosjean
2015-03-09can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean
2015-01-28can: peak_usb: export pcan_usb_pro functionsStephane Grosjean
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean