summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2021-04-01drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-20can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-16can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson
2021-03-16can: peak_usb: add forgotten supported devicesStephane Grosjean
2021-01-27can: mcba_usb: remove h from printk format specifierTom Rix
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-26can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-20can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson
2020-11-20can: kvaser_usb: kvaser_usb_hydra: Add support for new device variantChrister Beskow
2020-11-20can: kvaser_usb: Add new Kvaser Leaf v2 devicesJimmy Assarsson
2020-11-20can: kvaser_usb: Add USB_{LEAF,HYDRA}_PRODUCT_ID_END definesJimmy Assarsson
2020-11-20can: drivers: add len8_dlc support for esd_usb2 CAN adapterStefan Mätje
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-18can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King
2020-11-15can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_ec...Marc Kleine-Budde
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: mcba_usb: remove redundant initialization of variable errColin Ian King
2020-09-21can: drivers: fix spelling mistakesMarc Kleine-Budde
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-01-02can: gs_usb: gs_usb_probe(): use descriptors of current altsettingJohan Hovold
2020-01-02can: kvaser_usb: fix interface sanity checkJohan Hovold
2019-12-08can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devicesXiaolong Huang
2019-12-03can: ucan: fix non-atomic allocation in completion handlerJohan Hovold
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-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold
2019-11-04can: gs_usb: gs_can_open(): prevent memory leakNavid Emamdoost
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds