summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/peak_canfd/peak_canfd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: peak_canfd: Remove setting of RX software timestampGal Pressman2024-09-041-3/+0
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* 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
* 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: provide hw timestamps in rx skbsStephane Grosjean2019-11-111-2/+16
* can: peak_canfd: fix checkpatch warningsMarc Kleine-Budde2019-11-111-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner2019-06-191-9/+1
* can: peak_canfd: improves 32-bit alignmentStephane Grosjean2018-07-271-1/+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-121-6/+6
* can: peak/pcie_fd: fix potential bug in restarting tx queueStephane Grosjean2017-12-081-6/+3
* 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-251-0/+801