summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2025-09-19can: rcar_can: Add helper variable dev to rcar_can_probe()Geert Uytterhoeven
2025-09-19can: rcar_can: Consistently use ndev for net_device pointersGeert Uytterhoeven
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: rcar_canfd: Fix controller mode settingDuy Nguyen
2025-09-19can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng
2025-09-16can: Add Nuvoton NCT6694 CANFD supportMing Yu
2025-09-13can: rcar_canfd: Simplify data bit rate configBiju Das
2025-09-13can: rcar_canfd: Simplify nominal bit rate configBiju Das
2025-09-13can: rcar_canfd: Update RCANFD_CFG_* macrosBiju Das
2025-09-13can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4Biju Das
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean
2025-09-13can: dev: sort includes by alphabetical orderVincent Mailhol
2025-09-13can: m_can: use us_to_ktime() where appropriateXichao Zhao
2025-09-10can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven
2025-09-10can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-25Merge tag 'linux-can-next-for-6.17-20250725' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-07-25can: kvaser_usb: Add devlink port supportJimmy Assarsson
2025-07-25can: kvaser_usb: Expose device information via devlink info_get()Jimmy Assarsson
2025-07-25can: kvaser_usb: Add devlink supportJimmy Assarsson
2025-07-25can: kvaser_usb: Store additional device informationJimmy Assarsson
2025-07-25can: kvaser_usb: Store the different firmware version components in a structJimmy Assarsson
2025-07-25can: kvaser_usb: Move comment regarding max_tx_urbsJimmy Assarsson
2025-07-25can: kvaser_usb: Add intermediate variablesJimmy Assarsson
2025-07-25can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson
2025-07-25can: kvaser_usb: Add support for ethtool set_phys_id()Jimmy Assarsson
2025-07-25can: kvaser_usb: Add support to control CAN LEDs on deviceJimmy Assarsson
2025-07-25can: kvaser_pciefd: Add devlink port supportJimmy Assarsson
2025-07-25can: kvaser_pciefd: Expose device firmware version via devlink info_get()Jimmy Assarsson
2025-07-25can: kvaser_pciefd: Add devlink supportJimmy Assarsson
2025-07-25can: kvaser_pciefd: Split driver into C-file and header-file.Jimmy Assarsson
2025-07-25can: kvaser_pciefd: Store device channel indexJimmy Assarsson
2025-07-25can: kvaser_pciefd: Store the different firmware version components in a structJimmy Assarsson
2025-07-25can: kvaser_pciefd: Add intermediate variable for device struct in probe()Jimmy Assarsson
2025-07-25can: kvaser_pciefd: Add support for ethtool set_phys_id()Jimmy Assarsson
2025-07-25can: kvaser_pciefd: Add support to control CAN LEDs on deviceJimmy Assarsson
2025-07-25docs: Fix kernel-doc error in CAN driverLuis Felipe Hernandez
2025-07-25can: tscan1: CAN_TSCAN1 can depend on PC104Randy Dunlap
2025-07-25can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-22can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do...Marc Kleine-Budde
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-15can: tscan1: Kconfig: add COMPILE_TESTVincent Mailhol