summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb/pcan_usb_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* 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-281-13/+0
* can: peak_usb: Reorder include directives alphabeticallyLukas Magel2023-02-021-5/+5
* 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-021-0/+80
* can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean2023-02-021-1/+1
* can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean2023-02-021-2/+1
* can: peak_usb: rename device_id to CAN channel IDStephane Grosjean2023-02-021-4/+4
* 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-281-0/+41
* can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean2022-07-191-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-11/+9
* can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean2021-10-241-0/+13
* can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde2021-04-131-33/+24
* can: peak_usb: fix checkpatch warningsMarc Kleine-Budde2021-04-131-0/+1
* 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 ethtool set_phys_id()Stephane Grosjean2021-03-301-0/+4
* | can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+1
|/
* 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: 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
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* can: peak_usb: fix slab info leakJohan Hovold2019-11-041-1/+1
* can: peak_usb: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
* can: peak_usb: fix potential double kfree_skb()Stephane Grosjean2019-07-241-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva2018-07-271-0/+1
* can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"Marc Kleine-Budde2018-01-051-1/+1
* can: peak_usb: use ktime_t consistentlyArnd Bergmann2017-12-011-32/+14
* can: peak_usb: remove some 'struct timeval' usersArnd Bergmann2017-12-011-8/+7
* can: peak_usb: fix product-id endianness in error messageJohan Hovold2017-06-091-3/+1
* can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean2017-04-251-0/+2
* can: peak: fix bad memory access and free sequence추지호2016-12-081-2/+4
* can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean2016-12-011-0/+2
* net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang2016-08-131-5/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde2015-08-251-2/+2
* can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean2015-01-281-0/+4
* can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean2015-01-281-0/+15
* can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean2015-01-281-3/+5
* can: peak_usb: upgrade core to data bittiming specsStephane Grosjean2015-01-281-5/+31
* can: peak_usb: add adapter BEC callback definitionStephane Grosjean2015-01-281-0/+1
* can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean2015-01-281-2/+1
* can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde2015-01-281-4/+4