summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
7 dayscan: ems_usb: validate CPC message lengthsPengpeng Hou
7 dayscan: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...Guangshuo Li
7 dayscan: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...Marc Kleine-Budde
7 dayscan: c_can: c_can_chip_config(): keep controller in init mode until bittiming...Lucas Martins Alves
7 dayscan: softing: fw_parse(): validate firmware record spansPengpeng Hou
7 dayscan: rcar_canfd: change the initializing flow for clocks and resetsTu Nguyen
7 dayscan: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...Pengpeng Hou
7 dayscan: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...Abdun Nihaal
7 dayscan: peak_usb: validate uCAN receive record lengthsPengpeng Hou
7 dayscan: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...Maoyi Xie
7 dayscan: peak_usb: add bounds check for USB channel indexJames Gao
7 dayscan: ctucanfd: add missing MODULE_DEVICE_TABLE()Pengpeng Hou
7 dayscan: ctucanfd: use self-test mode for PRESUME_ACKAvi Weiss
7 dayscan: ctucanfd: handle bus error interruptsAvi Weiss
7 dayscan: ctucanfd: mark error-active controller status validAvi Weiss
7 dayscan: ctucanfd: unmap BAR0 using base addressAvi Weiss
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean
2026-07-14can: esd_usb: kill anchored URBs before freeing netdevsFan Wu
2026-07-14can: vxcan: Kconfig: fix description stating no local echo providedAlexander Hölzl
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-06-10can: virtio: Add virtio CAN driverMatias Ezequiel Vara Larsen
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-09can: ucan: fix devres lifetimeJohan Hovold
2026-04-01can: ucan: refactor endpoint lookupJohan Hovold
2026-04-01can: kvaser_usb: leaf: refactor endpoint lookupJohan Hovold
2026-04-01can: mcp251xfd: add support for XSTBYEN transceiver standby controlViken Dadhaniya
2026-04-01can: rcar_can: Convert to FIELD_MODIFY()Geert Uytterhoeven
2026-04-01net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macroEthan Nelson-Moore
2026-03-19can: mcp251x: add error handling for power enable in open and resumeWenyuan Li
2026-03-19can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...Marc Kleine-Budde
2026-03-10can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li
2026-03-10can: dev: keep the max bitrate error at 5%Haibo Chen
2026-03-02can: gs_usb: gs_can_open(): always configure bitrates before starting deviceMarc Kleine-Budde
2026-03-02can: usb: f81604: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman
2026-03-02can: usb: f81604: handle bulk write errors properlyGreg Kroah-Hartman
2026-03-02can: usb: f81604: handle short interrupt urb messages properlyGreg Kroah-Hartman
2026-03-02can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman
2026-03-02can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman
2026-03-02can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman
2026-03-02can: esd_usb: add endpoint type validationZiyi Guo
2026-03-02can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel
2026-03-02can: dummy_can: dummy_can_init(): fix packet statisticsOliver Hartkopp
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp