summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/peak_usb/pcan_usb_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng1-1/+1
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer1-13/+0
2023-02-02can: peak_usb: Reorder include directives alphabeticallyLukas Magel1-5/+5
2023-02-02can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel1-2/+2
2023-02-02can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel1-0/+25
2023-02-02can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean1-0/+80
2023-02-02can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean1-1/+1
2023-02-02can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean1-2/+1
2023-02-02can: peak_usb: rename device_id to CAN channel IDStephane Grosjean1-4/+4
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-0/+41
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean1-1/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-11/+9
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean1-0/+13
2021-04-13can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde1-33/+24
2021-04-13can: peak_usb: fix checkpatch warningsMarc Kleine-Budde1-0/+1
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-04-02drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean1-0/+4
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2020-11-29can: pcan_usb_core: fix fall-through warnings for ClangGustavo A. R. Silva1-4/+5
2020-11-15can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-04can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean1-5/+46
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-04can: peak_usb: fix slab info leakJohan Hovold1-1/+1
2019-08-02can: peak_usb: force the string buffer NULL-terminatedWang Xiayang1-1/+1
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-01-05can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"Marc Kleine-Budde1-1/+1
2017-12-01can: peak_usb: use ktime_t consistentlyArnd Bergmann1-32/+14
2017-12-01can: peak_usb: remove some 'struct timeval' usersArnd Bergmann1-8/+7
2017-06-09can: peak_usb: fix product-id endianness in error messageJohan Hovold1-3/+1
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean1-0/+2
2016-12-08can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-01can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean1-0/+2
2016-08-14net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...Wolfram Sang1-5/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-08-25can: pcan_usb: don't provide CAN FD bittimings by non-FD adaptersMarc Kleine-Budde1-2/+2
2015-01-28can: peak_usb: add support for PEAK new CANFD USB adaptersStephane Grosjean1-0/+4
2015-01-28can: peak_usb: add peak_usb_netif_rx() new functionStephane Grosjean1-0/+15
2015-01-28can: peak_usb: upgrade core to new struct canfd_frameStephane Grosjean1-3/+5
2015-01-28can: peak_usb: upgrade core to data bittiming specsStephane Grosjean1-5/+31
2015-01-28can: peak_usb: add adapter BEC callback definitionStephane Grosjean1-0/+1
2015-01-28can: peak_usb: export ctrlmode_supported to adapter specific definitionStephane Grosjean1-2/+1
2015-01-28can: peak_usb: constify struct peak_usb_adapterMarc Kleine-Budde1-4/+4
2015-01-28can: peak_usb: use ARRAY_SIZE instead of NULL termination for peak_usb_adapte...Marc Kleine-Budde1-5/+5