summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/peak_canfd
Commit message (Expand)AuthorAgeFilesLines
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-0/+48
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-3/+3
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+1
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+4
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-4/+0
* can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean2021-06-241-2/+2
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* 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: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2020-11-201-2/+2
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-6/+6
* can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2020-11-201-1/+1
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
* can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean2020-11-031-3/+8
* can: peak_canfd: Remove unused macrosWang Hai2020-09-211-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* can: peak_canfd: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* can: peak_canfd: provide hw timestamps in rx skbsStephane Grosjean2019-11-111-2/+16
* can: peak_canfd: fix checkpatch warningsMarc Kleine-Budde2019-11-113-9/+7
* can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner2019-06-192-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-9/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* can: peak_canfd: rearrange the way resources are releasedStephane Grosjean2018-07-271-3/+6
* can: peak_canfd: fix typo in error messageStephane Grosjean2018-07-271-1/+1
* can: peak_canfd: use ndev irq instead of pci_dev oneStephane Grosjean2018-07-271-3/+3
* can: peak_canfd: remove useless defined symbolsStephane Grosjean2018-07-271-3/+0
* can: peak_canfd: improves 32-bit alignmentStephane Grosjean2018-07-271-1/+1
* can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr onlyStephane Grosjean2018-07-231-0/+19
* treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+1
* can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean2018-03-121-11/+2
* can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean2018-03-122-8/+12
* can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean2017-12-081-6/+3
* can: peak/pci: fix potential bug when probe() failsStephane Grosjean2017-12-011-1/+4
* can: peak: Add support for new PCIe/M2 CAN FD interfacesStephane Grosjean2017-11-101-2/+12
* can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean2017-06-091-1/+1
* can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean2017-04-255-0/+1716