summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/peak_usb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+4
2025-10-31can: peak_usb: convert to use ndo_hwtstamp callbacksVadim Fedorenko-21/+18
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski-13/+14
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean-1/+1
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean-13/+14
2025-07-25can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean-8/+9
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-03can: peak_usb: Remove setting of RX software timestampGal Pressman-3/+0
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-2/+2
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-1/+1
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer-15/+0
2023-02-02can: peak_usb: Reorder include directives alphabeticallyLukas Magel-11/+12
2023-02-02can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel-2/+2
2023-02-02can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel-0/+25
2023-02-02can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean-0/+101
2023-02-02can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean-1/+1
2023-02-02can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean-0/+63
2023-02-02can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean-6/+30
2023-02-02can: peak_usb: rename device_id to CAN channel IDStephane Grosjean-16/+17
2022-11-07can: dev: fix skb drop checkOliver Hartkopp-1/+1
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-28can: peak_usb: advertise timestamping capabilities and add ioctl supportVincent Mailhol-0/+45
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol-0/+1
2022-07-19can: peak_usb: include support for a new MCUStephane Grosjean-10/+58
2022-07-19can: peak_usb: correction of an initially misnamed field nameStephane Grosjean-2/+2
2022-07-19can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as constStephane Grosjean-2/+2
2022-05-23can: peak_usb: fix typo in commentJulia Lawall-1/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol-12/+9
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol-11/+14
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol-7/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean-5/+5
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean-9/+8
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean-3/+20
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean-2/+1
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean-3/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+6
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean-123/+43
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean-2/+4
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean-4/+49
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean-1/+2
2021-07-24can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr valuesStephane Grosjean-4/+6
2021-04-13can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde-26/+11
2021-04-13can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde-3/+1
2021-04-13can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde-6/+2
2021-04-13can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde-4/+5