summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
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 int...Chen 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/ne...Linus Torvalds25-335/+796
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+3
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2025-07-26Merge tag 'linux-can-next-for-6.17-20250725' of git://git.kernel.org/pub/scm/...Jakub 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...Marc 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
2025-07-15Merge tag 'linux-can-next-for-6.17-20250711' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-97/+5
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-11can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debu...Sean Nyekjaer1-1/+1
2025-07-11can: rcar_canfd: Drop unused macrosBiju Das1-93/+0
2025-07-11can: rcar_can: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+5
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman3-3/+3