aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2026-08-17can: m_can: pci: Remove driver_dataMarkus Schneider-Pargmann (The Capable Hub)1-3/+3
2026-08-17drivers: gs_usb: gs_usb_probe(): fix typo in error messageFanbo He1-1/+1
2026-08-17can: m_can: Use of_property_present() for wakeup-sourcebui duc phuc1-1/+1
2026-08-17can: vxcan: support per-netns device unregistration.Kuniyuki Iwashima1-11/+15
2026-08-17can: rockchip: add RK3588 CAN supportCunhao Lu3-2/+34
2026-08-17can: tcan4x5x: put tcan into sleep when removing driverSean Nyekjaer1-4/+27
2026-07-29can: ems_usb: validate CPC message lengthsPengpeng Hou1-0/+43
2026-07-29can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failureGuangshuo Li1-1/+0
2026-07-29can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failureMarc Kleine-Budde1-2/+2
2026-07-29can: c_can: c_can_chip_config(): keep controller in init mode until bittiming is configuredLucas Martins Alves1-4/+4
2026-07-29can: softing: fw_parse(): validate firmware record spansPengpeng Hou1-14/+32
2026-07-29can: rcar_canfd: change the initializing flow for clocks and resetsTu Nguyen1-16/+16
2026-07-29can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extentsPengpeng Hou1-2/+11
2026-07-29can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_usb_hydra_get_busparams()Abdun Nihaal1-0/+1
2026-07-29can: peak_usb: validate uCAN receive record lengthsPengpeng Hou1-1/+39
2026-07-29can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit errorMaoyi Xie1-1/+0
2026-07-29can: peak_usb: add bounds check for USB channel indexJames Gao1-4/+16
2026-07-29can: ctucanfd: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-29can: ctucanfd: use self-test mode for PRESUME_ACKAvi Weiss1-2/+2
2026-07-29can: ctucanfd: handle bus error interruptsAvi Weiss1-2/+6
2026-07-29can: ctucanfd: mark error-active controller status validAvi Weiss1-1/+1
2026-07-29can: ctucanfd: unmap BAR0 using base addressAvi Weiss1-1/+1
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean11-15/+15
2026-07-14can: esd_usb: kill anchored URBs before freeing netdevsFan Wu1-1/+4
2026-07-14can: vxcan: Kconfig: fix description stating no local echo providedAlexander Hölzl1-5/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)2-2/+0
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+1035
2026-06-10can: virtio: Add virtio CAN driverMatias Ezequiel Vara Larsen3-0/+1035
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-101/+66
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-04-09can: ucan: fix devres lifetimeJohan Hovold1-1/+1
2026-04-01can: ucan: refactor endpoint lookupJohan Hovold1-29/+11
2026-04-01can: kvaser_usb: leaf: refactor endpoint lookupJohan Hovold1-17/+8
2026-04-01can: mcp251xfd: add support for XSTBYEN transceiver standby controlViken Dadhaniya2-0/+38
2026-04-01can: rcar_can: Convert to FIELD_MODIFY()Geert Uytterhoeven1-2/+1
2026-04-01net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macroEthan Nelson-Moore1-8/+0
2026-03-19can: mcp251x: add error handling for power enable in open and resumeWenyuan Li1-5/+24
2026-03-19can: netlink: can_changelink(): add missing error handling to call can_ctrlmode_changelink()Marc Kleine-Budde1-1/+3
2026-03-10can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li1-1/+4
2026-03-10can: dev: keep the max bitrate error at 5%Haibo Chen1-1/+1
2026-03-02can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde1-6/+16
2026-03-02can: usb: f81604: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman1-2/+13
2026-03-02can: usb: f81604: handle bulk write errors properlyGreg Kroah-Hartman1-3/+21
2026-03-02can: usb: f81604: handle short interrupt urb messages properlyGreg Kroah-Hartman1-0/+6
2026-03-02can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman1-1/+7
2026-03-02can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman1-1/+1
2026-03-02can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman1-1/+6
2026-03-02can: esd_usb: add endpoint type validationZiyi Guo1-13/+17
2026-03-02can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel1-1/+14
2026-03-02can: dummy_can: dummy_can_init(): fix packet statisticsOliver Hartkopp1-0/+1