summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2023-07-28can: sun4i_can: Add support for the Allwinner D1John Watts
2023-07-28can: sun4i_can: Add acceptance register quirkJohn Watts
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde
2023-07-19Merge tag 'linux-can-next-for-6.6-20230719' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2023-07-19can: ucan: Remove repeated wordMao Zhu
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-07-19can: xilinx_can: Add support for controller resetSrinivas Neeli
2023-07-19can: Explicitly include correct DT includesRob Herring
2023-07-18can: ems_pci: Remove unnecessary (void*) conversionsWu Yunchuan
2023-07-17can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll timeoutFedor Ross
2023-07-17can: m_can: Add hrtimer to generate software interruptJudith Mendez
2023-07-17can: gs_usb: fix time stamp counter initializationMarc Kleine-Budde
2023-07-17can: gs_usb: gs_can_open(): improve error handlingMarc Kleine-Budde
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-06-22can: length: refactor frame lengths definition to add size in bitsVincent Mailhol
2023-06-22can: ti_hecc: fix coding styleMarc Kleine-Budde
2023-06-22can: rx-offload: fix coding styleMarc Kleine-Budde
2023-06-22can: m_can: fix coding styleMarc Kleine-Budde
2023-06-22can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCsMiquel Raynal
2023-06-22can: sja1000: Prepare the use of a threaded handlerMiquel Raynal
2023-06-22can: esd_usb: Use consistent prefix ESD_USB_ for macrosFrank Jungclaus
2023-06-22can: esd_usb: Make use of kernel macros BIT() and GENMASK()Frank Jungclaus
2023-06-22can: esd_usb: Don't bother the user with nonessential log messageFrank Jungclaus
2023-06-22can: esd_usb: Replace hardcoded message length given to USB commandsFrank Jungclaus
2023-06-22can: esd_usb: Prefix all structures with the device nameFrank Jungclaus
2023-06-22can: esd_usb: Use consistent prefixes for macrosFrank Jungclaus
2023-06-22can: esd_usb: Replace initializer macros used for struct can_bittiming_constFrank Jungclaus
2023-05-22can: esd_usb: Make use of existing kernel macrosFrank Jungclaus
2023-05-22can: dev: add transceiver capabilities to xilinx_canMarcel Hellwig
2023-05-22can: kvaser_usb: Add len8_dlc supportCarsten Schmidt
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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