summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/peak_canfd
AgeCommit message (Expand)AuthorLines
2025-10-31can: peak_canfd: convert to use ndo_hwtstamp callbacksVadim Fedorenko-19/+16
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-1/+0
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean-7/+7
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol-3/+3
2024-09-03can: peak_canfd: Remove setting of RX software timestampGal Pressman-3/+0
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2022-11-07can: dev: fix skb drop checkOliver Hartkopp-1/+1
2022-07-28can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol-0/+48
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol-3/+3
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol-2/+1
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol-3/+4
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol-4/+0
2021-06-24can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde-1/+1
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol-1/+1
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp-6/+6
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp-1/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp-1/+1
2020-11-03can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean-3/+8
2020-09-21can: peak_canfd: Remove unused macrosWang Hai-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-15can: peak_canfd: Replace zero-length array with flexible-arrayGustavo A. R. Silva-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2019-11-11can: peak_canfd: provide hw timestamps in rx skbsStephane Grosjean-2/+16
2019-11-11can: peak_canfd: fix checkpatch warningsMarc Kleine-Budde-9/+7
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-07-27can: peak_canfd: rearrange the way resources are releasedStephane Grosjean-3/+6
2018-07-27can: peak_canfd: fix typo in error messageStephane Grosjean-1/+1
2018-07-27can: peak_canfd: use ndev irq instead of pci_dev oneStephane Grosjean-3/+3
2018-07-27can: peak_canfd: remove useless defined symbolsStephane Grosjean-3/+0
2018-07-27can: peak_canfd: improves 32-bit alignmentStephane Grosjean-1/+1
2018-07-23can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr onlyStephane Grosjean-0/+19
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-2/+1
2018-03-12can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean-11/+2
2018-03-12can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean-8/+12
2017-12-08can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean-6/+3
2017-12-01can: peak/pci: fix potential bug when probe() failsStephane Grosjean-1/+4
2017-11-10can: peak: Add support for new PCIe/M2 CAN FD interfacesStephane Grosjean-2/+12
2017-06-09can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean-1/+1
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean-0/+1716