summaryrefslogtreecommitdiff
path: root/drivers/net/can/kvaser_pciefd.c
AgeCommit message (Expand)Author
2025-01-10can: kvaser_pciefd: Add support for CAN_CTRLMODE_BERR_REPORTINGJimmy Assarsson
2025-01-10can: kvaser_pciefd: Update stats and state even if alloc_can_err_skb() failsJimmy Assarsson
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-12can: kvaser_pciefd: Enable 64-bit DMA addressingMartin Jocic
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-30can: kvaser_pciefd: Use a single write when releasing RX buffersMartin Jocic
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic
2024-06-21can: kvaser_pciefd: Add MSI interruptsMartin Jocic
2024-06-21can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISRMartin Jocic
2024-06-21can: kvaser_pciefd: Change name of return code variableMartin Jocic
2024-06-21can: kvaser_pciefd: Rename board_irq to pci_irqMartin Jocic
2024-06-21can: kvaser_pciefd: Add unlikelyMartin Jocic
2024-06-21can: kvaser_pciefd: Add inlineMartin Jocic
2024-06-21can: kvaser_pciefd: Remove unnecessary commentMartin Jocic
2024-06-21can: kvaser_pciefd: Skip redundant NULL pointer check in ISRMartin Jocic
2024-06-21can: kvaser_pciefd: Group #defines togetherMartin Jocic
2024-03-19can: kvaser_pciefd: Add additional Xilinx interruptsMartin Jocić
2024-03-04can: kvaser_pciefd: Add support for Kvaser PCIe 8xCANMartin Jocić
2024-02-12can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCANJimmy Assarsson
2023-07-19can: kvaser_pciefd: Add support for new Kvaser pciefd devicesJimmy Assarsson
2023-07-19can: kvaser_pciefd: Move hardware specific constants and functions into a dri...Jimmy Assarsson
2023-06-22can: kvaser_pciefd: Use TX FIFO size read from CAN controllerJimmy Assarsson
2023-06-22can: kvaser_pciefd: Refactor codeJimmy Assarsson
2023-06-22can: kvaser_pciefd: Add len8_dlc supportJimmy Assarsson
2023-06-22can: kvaser_pciefd: Use FIELD_{GET,PREP} and GENMASK where appropriateJimmy Assarsson
2023-06-22can: kvaser_pciefd: Sort register definitionsJimmy Assarsson
2023-06-22can: kvaser_pciefd: Change return type for kvaser_pciefd_{receive,transmit,se...Jimmy Assarsson
2023-06-22can: kvaser_pciefd: Rename device ID definesJimmy Assarsson
2023-06-22can: kvaser_pciefd: Sort includes in alphabetic orderJimmy Assarsson
2023-06-22can: kvaser_pciefd: Remove SPI flash parameter read functionalityJimmy Assarsson
2023-06-22can: kvaser_pciefd: Define unsigned constants with type suffix 'U'Jimmy Assarsson
2023-06-22can: kvaser_pciefd: Set hardware timestamp on transmitted packetsJimmy Assarsson
2023-06-22can: kvaser_pciefd: Add function to set skb hwtstampsJimmy Assarsson
2023-06-22can: kvaser_pciefd: Remove handler for unused KVASER_PCIEFD_PACK_TYPE_EFRAME_ACKJimmy Assarsson
2023-06-22can: kvaser_pciefd: Remove useless write to interrupt registerJimmy Assarsson
2023-05-17can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson
2023-05-17can: kvaser_pciefd: Do not send EFLUSH command on TFD interruptJimmy Assarsson
2023-05-17can: kvaser_pciefd: Empty SRB buffer in probeJimmy Assarsson
2023-05-17can: kvaser_pciefd: Call request_irq() before enabling interruptsJimmy Assarsson
2023-05-17can: kvaser_pciefd: Clear listen-only bit if not explicitly requestedJimmy Assarsson
2023-05-17can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()Jimmy Assarsson
2023-03-24can: kvaser_pciefd: Remove redundant pci_clear_masterCai Huoqing
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui
2022-07-28can: kvaser_pciefd: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2021-12-09can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson
2021-03-16can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson