summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/peak_canfd/peak_canfd.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-1/+1
2022-07-28can: peak_canfd: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-0/+48
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol1-3/+3
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-2/+1
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol1-3/+4
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol1-4/+0
2021-06-24can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean1-2/+2
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-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-6/+6
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp1-1/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-1/+1
2020-11-03can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean1-3/+8
2019-11-11can: peak_canfd: provide hw timestamps in rx skbsStephane Grosjean1-2/+16
2019-11-11can: peak_canfd: fix checkpatch warningsMarc Kleine-Budde1-4/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner1-9/+1
2018-07-27can: peak_canfd: improves 32-bit alignmentStephane Grosjean1-1/+1
2018-03-12can: peak/pcie_fd: remove useless code when interface startsStephane Grosjean1-11/+2
2018-03-12can: peak/pcie_fd: fix echo_skb is occupied! bugStephane Grosjean1-6/+6
2017-12-08can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean1-6/+3
2017-06-09can: peak_canfd: fix uninitialized symbol warningsStephane Grosjean1-1/+1
2017-04-25can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean1-0/+801