summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
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: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-12-07can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+11
2025-10-29can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde1-1/+1
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: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2025-10-02can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-1/+8
2025-10-02can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol1-0/+29
2025-10-02can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol1-0/+21
2025-10-02can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol3-6/+9
2025-10-02can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-5/+12
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-10-02can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula1-8/+8
2025-08-28can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2025-08-28can: kvaser_pciefd: Store device channel indexJimmy Assarsson1-0/+1
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-04can: c_can: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski1-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-10can: flexcan: disable transceiver during system PMHaibo Chen1-1/+11
2025-04-10can: flexcan: only change CAN state when link up in system PMHaibo Chen1-2/+4
2025-03-13can: c_can: fix unbalanced runtime PM disable in error pathKrzysztof Kozlowski1-2/+3
2024-12-14can: dev: can_set_termination(): allow sleeping GPIOsMarc Kleine-Budde1-1/+1
2024-12-14can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statisticsDario Binacchi1-25/+33
2024-12-14can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statisticsDario Binacchi1-5/+9
2024-12-14can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors statisticsDario Binacchi1-18/+40
2024-12-14can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statisticsDario Binacchi1-10/+23
2024-12-14can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULLDario Binacchi1-4/+4
2024-12-14can: c_can: c_can_handle_bus_err(): update statistics if skb allocation failsDario Binacchi1-9/+17
2024-12-14can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol27-108/+17
2024-12-14can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean3-3/+20
2024-11-14can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-10-17can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde1-1/+1
2024-09-12can: m_can: Release irq on error in m_can_openSimon Horman1-1/+4
2024-09-12can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_openSimon Arlott1-1/+1
2024-07-27can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni1-1/+1
2024-07-18can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson1-0/+1
2023-11-20can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is acc...Marc Kleine-Budde1-1/+5
2023-11-20can: dev: can_restart(): fix race condition between controller restart and ne...Marc Kleine-Budde1-3/+4
2023-11-20can: dev: can_restart(): don't crash kernel if carrier is OKMarc Kleine-Budde1-1/+2
2023-09-19can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde1-2/+3
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-6/+1
2023-08-03can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-05-24can: kvaser_pciefd: Disable interrupts in probe error pathJimmy Assarsson1-0/+2