aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-24can: etas_es58x: Fix a couple of spelling mistakesColin Ian King1-2/+2
2021-04-24can: etas_es58x: Fix missing null check on netdev pointerColin Ian King1-1/+1
2021-04-14can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol1-1/+1
2021-04-13can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned dataMarc Kleine-Budde1-26/+11
2021-04-13can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde1-3/+1
2021-04-13can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde1-6/+2
2021-04-13can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde1-4/+5
2021-04-13can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for device_idMarc Kleine-Budde2-4/+3
2021-04-13can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde1-33/+24
2021-04-13can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde4-7/+0
2021-04-13can: peak_usb: remove unused variables from struct peak_usb_deviceMarc Kleine-Budde1-4/+0
2021-04-13can: peak_usb: pcan_usb_pro.h: remove double space in indentionMarc Kleine-Budde1-38/+38
2021-04-13can: peak_usb: fix checkpatch warningsMarc Kleine-Budde4-4/+5
2021-04-13can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfacesVincent Mailhol5-4/+828
2021-04-13can: etas_es58x: add support for ETAS ES581.4 CAN USB interfaceVincent Mailhol5-4/+726
2021-04-13can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesVincent Mailhol5-0/+2988
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-04-01drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-03-30can: peak_usb: add support of ONE_SHOT modeStephane Grosjean2-5/+15
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean6-1/+126
2021-03-30can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of plain integersStephane Grosjean1-2/+2
2021-03-30can: ucan: fix alignment constraintsArnd Bergmann1-1/+1
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde8-11/+11
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+4
2021-03-20can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-7/+0
2021-03-16can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson2-1/+4
2021-03-16can: peak_usb: add forgotten supported devicesStephane Grosjean1-0/+2
2021-01-27can: mcba_usb: remove h from printk format specifierTom Rix1-3/+3
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-Budde9-9/+9
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol8-8/+8
2020-11-29can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva1-4/+5
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-61/+70
2020-11-26can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde1-61/+70
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson2-1/+10
2020-11-20can: kvaser_usb: kvaser_usb_hydra: Add support for new device variantChrister Beskow1-0/+37
2020-11-20can: kvaser_usb: Add new Kvaser Leaf v2 devicesJimmy Assarsson2-1/+9
2020-11-20can: kvaser_usb: Add USB_{LEAF,HYDRA}_PRODUCT_ID_END definesJimmy Assarsson1-2/+6
2020-11-20can: drivers: add len8_dlc support for esd_usb2 CAN adapterStefan Mätje1-6/+8
2020-11-20can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp4-18/+29
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2-5/+5
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp12-78/+78
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2-2/+2
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp10-15/+15
2020-11-18can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limitsJimmy Assarsson1-1/+1
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-15can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then pass to can_put_echo_skb()Marc Kleine-Budde1-2/+2