summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb
Commit message (Expand)AuthorAgeFilesLines
* can: peak_usb: fix typo in commentJulia Lawall2022-05-231-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-052-12/+9
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-053-11/+14
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-053-7/+0
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* can: peak_usb: exchange the order of information messagesStephane Grosjean2021-11-061-5/+5
* can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean2021-11-061-9/+8
* can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean2021-10-243-3/+20
* can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean2021-10-171-2/+1
* can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean2021-10-171-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-4/+6
|\
| * can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean2021-07-241-4/+6
* | can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean2021-07-251-123/+43
* | can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean2021-07-251-2/+4
* | can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean2021-07-251-4/+49
* | can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean2021-07-251-1/+2
|/
* can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde2021-04-131-26/+11
* can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde2021-04-131-3/+1
* can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde2021-04-131-6/+2
* can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde2021-04-131-4/+5
* can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...Marc Kleine-Budde2021-04-132-4/+3
* can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde2021-04-131-33/+24
* can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde2021-04-134-7/+0
* can: peak_usb: remove unused variables from struct peak_usb_deviceMarc Kleine-Budde2021-04-131-4/+0
* can: peak_usb: pcan_usb_pro.h: remove double space in indentionMarc Kleine-Budde2021-04-131-38/+38
* can: peak_usb: fix checkpatch warningsMarc Kleine-Budde2021-04-134-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+5
|\
| * drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin2021-04-011-1/+5
* | can: peak_usb: add support of ONE_SHOT modeStephane Grosjean2021-03-302-5/+15
* | can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean2021-03-306-1/+126
* | can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...Stephane Grosjean2021-03-301-2/+2
* | can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
|/
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-173-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-4/+4
|\
| * can: peak_usb: fix use after free bugsVincent Mailhol2021-01-201-4/+4
* | can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* | can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
|/
* can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva2020-11-291-4/+5
* can: drivers: add len8_dlc support for various CAN adaptersOliver Hartkopp2020-11-202-12/+21
* can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2020-11-201-2/+2
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-203-19/+19
* can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2020-11-201-1/+1
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-202-2/+2
* can: peak_usb: fix potential integer overflow on shift of a intColin Ian King2020-11-151-2/+2
* can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean2020-11-031-5/+46
* can: peak_usb: add range checking in decode operationsDan Carpenter2020-11-031-11/+37
* can: pcan_usb: add support of rxerr/txerr countersStephane Grosjean2020-09-211-16/+117
* can: pcan_usb: Document the commands sent to the deviceStephane Grosjean2020-09-211-7/+26
* can: peak_usb: convert to use le32_add_cpu()Liu Shixin2020-09-211-1/+1
* can: drivers: fix spelling mistakesMarc Kleine-Budde2020-09-212-3/+3