summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-041-1/+1
* can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer2023-07-282-15/+0
* can: peak_usb: Reorder include directives alphabeticallyLukas Magel2023-02-024-11/+12
* can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel2023-02-021-2/+2
* can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel2023-02-021-0/+25
* can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean2023-02-025-0/+101
* can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean2023-02-021-1/+1
* can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean2023-02-025-0/+63
* can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean2023-02-022-6/+30
* can: peak_usb: rename device_id to CAN channel IDStephane Grosjean2023-02-025-16/+17
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-285-0/+45
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-0/+1
* can: peak_usb: include support for a new MCUStephane Grosjean2022-07-191-10/+58
* can: peak_usb: correction of an initially misnamed field nameStephane Grosjean2022-07-192-2/+2
* can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2022-07-192-2/+2
* 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