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