summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-29can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva1-4/+5
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp2-12/+21
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp3-19/+19
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp1-1/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2-2/+2
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-04can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean1-5/+46
2020-11-04can: peak_usb: add range checking in decode operationsDan Carpenter1-11/+37
2020-09-21can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean1-16/+117
2020-09-21can: pcan_usb: Document the commands sent to the deviceStephane Grosjean1-7/+26
2020-09-21can: peak_usb: convert to use le32_add_cpu()Liu Shixin1-1/+1
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde2-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee1-5/+10
2019-11-04can: peak_usb: fix slab info leakJohan Hovold1-1/+1
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean1-5/+12
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+7
2019-08-02can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli1-1/+1
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-26can: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner6-54/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-07peak_usb: fix clang build warningArnd Bergmann1-1/+1
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+11
2018-01-16can: peak: fix potential bug in packet fragmentationStephane Grosjean1-10/+11
2018-01-05can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"Marc Kleine-Budde3-8/+5
2017-12-01can: peak_usb: use ktime_t consistentlyArnd Bergmann2-33/+15
2017-12-01can: peak_usb: remove some 'struct timeval' usersArnd Bergmann4-22/+14
2017-10-27drivers/net: can: Convert timers to use timer_setup()Kees Cook1-4/+6
2017-09-21drivers: net: can: usb: use setup_timer() helper.Allen Pais1-3/+2
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold1-3/+1
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+76
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean3-0/+76
2017-04-25can: peak: move header file to new can common subdirStephane Grosjean2-244/+1
2017-04-25can: peak: fix usage of const qualifier in pointers argsStephane Grosjean1-8/+8
2017-04-25can: peak: fix usage of usb specific data typeStephane Grosjean2-14/+14
2016-12-08can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean3-0/+76
2016-12-01can: peak: Fix bittiming fields size in bitsStephane Grosjean2-24/+45
2016-08-14net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang1-5/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde5-70/+82