summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2025-12-07can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das1-23/+30
2025-12-07can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde1-2/+2
2025-12-07can: sja1000: fix max irq loop handlingThomas Mühlbacher1-2/+2
2025-12-07can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-5/+54
2025-12-07can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-7/+19
2025-12-07can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde1-2/+15
2025-12-07can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-10-29can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde1-2/+4
2025-10-29can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde1-1/+1
2025-10-29can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde1-1/+1
2025-10-29can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde1-1/+1
2025-10-23can: m_can: fix CAN state in system PMMarc Kleine-Budde1-4/+3
2025-10-23can: m_can: call deinit/init callback when going into suspend/resumeSean Nyekjaer1-4/+11
2025-10-23can: m_can: add deinit callbackSean Nyekjaer2-0/+8
2025-10-23can: m_can: m_can_chip_config(): bring up interface in correct stateMarc Kleine-Budde1-1/+1
2025-10-23can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Ac...Marc Kleine-Budde1-21/+32
2025-10-23can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde1-1/+1
2025-10-23can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+10
2025-10-23can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu1-0/+1
2025-10-12can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-10-12can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng1-16/+17
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-09-19can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula1-8/+8
2025-08-28Revert "can: ti_hecc: fix -Woverflow compiler warning"Greg Kroah-Hartman1-1/+1
2025-08-20can: ti_hecc: fix -Woverflow compiler warningVincent Mailhol1-1/+1
2025-08-15can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2025-08-15can: kvaser_pciefd: Store device channel indexJimmy Assarsson1-0/+1
2025-08-15can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean1-8/+9
2025-08-01can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do...Marc Kleine-Budde2-3/+21
2025-07-24can: tcan4x5x: fix reset gpio usage during probeBrett Werling1-20/+41
2025-07-24can: tcan4x5x: add option for selecting nWKRQ voltageSean Nyekjaer2-0/+21
2025-07-17can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debu...Sean Nyekjaer1-1/+1
2025-06-27can: tcan4x5x: fix power regulator retrieval during probeBrett Werling1-4/+5
2025-06-27can: kvaser_pciefd: refine error prone echo_skb_max handling logicFedor Pchelkin1-2/+1
2025-06-04can: kvaser_pciefd: Force IRQ edge in case of nested IRQAxel Forsman1-43/+38
2025-05-29can: kvaser_pciefd: Fix echo_skb raceAxel Forsman1-34/+59
2025-05-29can: kvaser_pciefd: Continue parsing DMA buf after dropped RXAxel Forsman1-3/+5
2025-05-29can: slcan: allow reception of short error messagesCarlos Sanchez1-6/+20
2025-05-29can: c_can: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski1-1/+1
2025-05-18can: mcp251xfd: fix TDC setting for low data bit ratesKelsey Maes1-8/+32
2025-05-18can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probeAntonios Salios1-0/+1
2025-05-18can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration callsMarc Kleine-Budde1-1/+1
2025-05-18can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration callsMarc Kleine-Budde1-1/+1
2025-05-18can: mcan: m_can_class_unregister(): fix order of unregistration callsMarc Kleine-Budde1-1/+1
2025-04-25can: rockchip_canfd: fix broken quirks checksWeizhao Ouyang1-3/+4