summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)Author
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer
2023-02-02can: peak_usb: Reorder include directives alphabeticallyLukas Magel
2023-02-02can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel
2023-02-02can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel
2023-02-02can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean
2023-02-02can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean
2023-02-02can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean
2023-02-02can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean
2023-02-02can: peak_usb: rename device_id to CAN channel IDStephane Grosjean
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean
2022-05-23can: peak_usb: fix typo in commentJulia Lawall
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean
2021-07-24can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean
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