summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2026-08-09can: ctucanfd: mark error-active controller status validAvi Weiss1-1/+1
2026-08-09can: ctucanfd: handle bus error interruptsAvi Weiss1-2/+6
2026-08-09can: ctucanfd: unmap BAR0 using base addressAvi Weiss1-1/+1
2026-08-09can: ctucanfd: use self-test mode for PRESUME_ACKAvi Weiss1-2/+2
2026-08-09can: ctucanfd: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-09can: peak_usb: validate uCAN receive record lengthsPengpeng Hou1-1/+39
2026-08-09can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...Maoyi Xie1-1/+0
2026-08-09can: peak_usb: add bounds check for USB channel indexJames Gao1-4/+16
2026-08-09can: softing: fw_parse(): validate firmware record spansPengpeng Hou1-14/+32
2026-08-09can: rcar_canfd: change the initializing flow for clocks and resetsTu Nguyen1-16/+16
2026-08-09can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...Pengpeng Hou1-2/+11
2026-08-09can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...Abdun Nihaal1-0/+1
2026-08-09can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...Marc Kleine-Budde1-2/+2
2026-08-09can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...Guangshuo Li1-1/+0
2026-08-09can: ems_usb: validate CPC message lengthsPengpeng Hou1-0/+43
2026-08-09can: c_can: c_can_chip_config(): keep controller in init mode until bittiming...Lucas Martins Alves1-4/+4
2026-07-24can: esd_usb: kill anchored URBs before freeing netdevsFan Wu1-1/+4
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_ctrlmo...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
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-41/+41
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook19-53/+50
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+2
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp1-1/+1
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp1-22/+9
2026-02-05can: move frame_len to CAN skb extensionsOliver Hartkopp1-8/+21
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp1-5/+4
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp2-11/+58
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp1-2/+0
2026-02-03net: remove unnecessary module_init/exit functionsEthan Nelson-Moore1-16/+0