index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
peak_usb
/
pcan_usb_core.c
Age
Commit message (
Expand
)
Author
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
2023-07-28
can: peak_usb: remove unused/legacy peak_usb_netif_rx() function
Peter Seiderer
2023-02-02
can: peak_usb: Reorder include directives alphabetically
Lukas Magel
2023-02-02
can: peak_usb: align CAN channel ID format in log with sysfs attribute
Lukas Magel
2023-02-02
can: peak_usb: export PCAN CAN channel ID as sysfs device attribute
Lukas Magel
2023-02-02
can: peak_usb: add ethtool interface to user-configurable CAN channel identifier
Stephane Grosjean
2023-02-02
can: peak_usb: replace unregister_netdev() with unregister_candev()
Stephane Grosjean
2023-02-02
can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devices
Stephane Grosjean
2023-02-02
can: peak_usb: rename device_id to CAN channel ID
Stephane Grosjean
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-28
can: peak_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-19
can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
Stephane Grosjean
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2021-10-24
can: peak_usb: CANFD: store 64-bits hw timestamps
Stephane Grosjean
2021-04-13
can: peak_usb: peak_usb_probe(): make use of driver_info
Marc Kleine-Budde
2021-04-13
can: peak_usb: fix checkpatch warnings
Marc Kleine-Budde
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-01
drivers: net: fix memory leak in peak_usb_create_dev
Pavel Skripkin
2021-03-30
can: peak_usb: add support of ethtool set_phys_id()
Stephane Grosjean
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
2020-11-29
can: pcan_usb_core: fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-15
can: peak_usb: fix potential integer overflow on shift of a int
Colin Ian King
2020-11-03
can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
Stephane Grosjean
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-11-04
can: peak_usb: fix slab info leak
Johan Hovold
2019-08-02
can: peak_usb: force the string buffer NULL-terminated
Wang Xiayang
2019-07-24
can: peak_usb: fix potential double kfree_skb()
Stephane Grosjean
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
2018-07-27
can: peak_usb: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-01-05
can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
Marc Kleine-Budde
2017-12-01
can: peak_usb: use ktime_t consistently
Arnd Bergmann
2017-12-01
can: peak_usb: remove some 'struct timeval' users
Arnd Bergmann
2017-06-09
can: peak_usb: fix product-id endianness in error message
Johan Hovold
2017-04-25
can: usb: Add support of PCAN-Chip USB stamp module
Stephane Grosjean
2016-12-08
can: peak: fix bad memory access and free sequence
추지호
2016-12-01
can: peak: Add support for PCAN-USB X6 USB interface
Stephane Grosjean
2016-08-13
net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...
Wolfram Sang
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2015-08-25
can: pcan_usb: don't provide CAN FD bittimings by non-FD adapters
Marc Kleine-Budde
2015-01-28
can: peak_usb: add support for PEAK new CANFD USB adapters
Stephane Grosjean
2015-01-28
can: peak_usb: add peak_usb_netif_rx() new function
Stephane Grosjean
2015-01-28
can: peak_usb: upgrade core to new struct canfd_frame
Stephane Grosjean
2015-01-28
can: peak_usb: upgrade core to data bittiming specs
Stephane Grosjean
2015-01-28
can: peak_usb: add adapter BEC callback definition
Stephane Grosjean
2015-01-28
can: peak_usb: export ctrlmode_supported to adapter specific definition
Stephane Grosjean
2015-01-28
can: peak_usb: constify struct peak_usb_adapter
Marc Kleine-Budde
[next]