aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23can: m_can: fix CAN state in system PMMarc Kleine-Budde1-4/+3
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 ActiveMarc 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-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-09-19can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-09-19can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabledChen Yufeng1-16/+17
2025-09-10can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-09-10can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula1-8/+8
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-2/+2
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds25-335/+796
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2025-07-25Merge tag 'linux-can-next-for-6.17-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski17-131/+596
2025-07-25can: kvaser_usb: Add devlink port supportJimmy Assarsson3-3/+41
2025-07-25can: kvaser_usb: Expose device information via devlink info_get()Jimmy Assarsson1-0/+51
2025-07-25can: kvaser_usb: Add devlink supportJimmy Assarsson5-26/+63
2025-07-25can: kvaser_usb: Store additional device informationJimmy Assarsson3-2/+13
2025-07-25can: kvaser_usb: Store the different firmware version components in a structJimmy Assarsson4-9/+29
2025-07-25can: kvaser_usb: Move comment regarding max_tx_urbsJimmy Assarsson1-2/+2
2025-07-25can: kvaser_usb: Add intermediate variablesJimmy Assarsson1-7/+13
2025-07-25can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2025-07-25can: kvaser_usb: Add support for ethtool set_phys_id()Jimmy Assarsson1-0/+26
2025-07-25can: kvaser_usb: Add support to control CAN LEDs on deviceJimmy Assarsson3-0/+116
2025-07-25can: kvaser_pciefd: Add devlink port supportJimmy Assarsson3-0/+37
2025-07-25can: kvaser_pciefd: Expose device firmware version via devlink info_get()Jimmy Assarsson1-0/+24
2025-07-25can: kvaser_pciefd: Add devlink supportJimmy Assarsson5-4/+27
2025-07-25can: kvaser_pciefd: Split driver into C-file and header-file.Jimmy Assarsson4-71/+96
2025-07-25can: kvaser_pciefd: Store device channel indexJimmy Assarsson1-0/+1
2025-07-25can: kvaser_pciefd: Store the different firmware version components in a structJimmy Assarsson1-6/+11
2025-07-25can: kvaser_pciefd: Add intermediate variable for device struct in probe()Jimmy Assarsson1-3/+4
2025-07-25can: kvaser_pciefd: Add support for ethtool set_phys_id()Jimmy Assarsson1-0/+24
2025-07-25can: kvaser_pciefd: Add support to control CAN LEDs on deviceJimmy Assarsson1-0/+18
2025-07-25docs: Fix kernel-doc error in CAN driverLuis Felipe Hernandez1-5/+6
2025-07-25can: tscan1: CAN_TSCAN1 can depend on PC104Randy Dunlap1-1/+1
2025-07-25can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean1-8/+9
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+21
2025-07-22can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_modeMarc Kleine-Budde2-3/+21
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-20/+41
2025-07-15can: tscan1: Kconfig: add COMPILE_TESTVincent Mailhol1-1/+1
2025-07-15can: ti_hecc: Kconfig: add COMPILE_TESTVincent Mailhol1-1/+1
2025-07-15can: ti_hecc: fix -Woverflow compiler warningVincent Mailhol1-1/+1
2025-07-15can: tcan4x5x: fix reset gpio usage during probeBrett Werling1-20/+41
2025-07-15can: janz-ican3: use sysfs_emit() in fwinfo_show()Khaled Elnaggar1-1/+1