summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)Author
2021-04-13can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde
2021-04-13can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde
2021-04-13can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde
2021-04-13can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde
2021-04-13can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...Marc Kleine-Budde
2021-04-13can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde
2021-04-13can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde
2021-04-13can: peak_usb: remove unused variables from struct peak_usb_deviceMarc Kleine-Budde
2021-04-13can: peak_usb: pcan_usb_pro.h: remove double space in indentionMarc Kleine-Budde
2021-04-13can: peak_usb: fix checkpatch warningsMarc Kleine-Budde
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-01drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin
2021-03-30can: peak_usb: add support of ONE_SHOT modeStephane Grosjean
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean
2021-03-30can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...Stephane Grosjean
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2020-11-29can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
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: drivers: fix spelling mistakesMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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