summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
6 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp2-3/+0
10 dayscan: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...Marc Kleine-Budde1-1/+1
10 dayscan: esd_usb: kill anchored URBs before freeing netdevsFan Wu1-1/+4
10 dayscan/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus3-5/+12
2026-08-19can: peak_usb: validate uCAN receive record lengthsPengpeng Hou1-1/+39
2026-08-19can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...Maoyi Xie1-1/+0
2026-08-19can: peak_usb: add bounds check for USB channel indexJames Gao1-4/+16
2026-08-19can: softing: fw_parse(): validate firmware record spansPengpeng Hou1-14/+32
2026-08-19can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...Pengpeng Hou1-2/+11
2026-08-19can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...Abdun Nihaal1-0/+1
2026-08-19can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...Guangshuo Li1-1/+0
2026-08-19can: ems_usb: validate CPC message lengthsPengpeng Hou1-0/+43
2026-08-19can: c_can: c_can_chip_config(): keep controller in init mode until bittiming...Lucas Martins Alves1-4/+4
2026-06-19can: ucan: fix devres lifetimeJohan Hovold1-1/+1
2026-06-19can: ucan: fix typos in commentsJulia Lawall1-2/+2
2026-06-01can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde1-2/+15
2026-06-01can: mcp251x: add error handling for power enable in open and resumeWenyuan Li1-5/+24
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde1-2/+2
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...Marc Kleine-Budde1-0/+7
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-0/+2
2026-04-18can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li1-1/+4
2026-04-18can: mcp251x: fix deadlock in error path of mcp251x_openAlban Bedel1-1/+14
2026-04-18can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman1-1/+6
2026-04-18can: ucan: Fix infinite loop from zero-length messagesGreg Kroah-Hartman1-1/+1
2026-04-18can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a messageGreg Kroah-Hartman1-1/+6
2026-02-06can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+7
2026-02-06can: etas_es58x: allow partial RX URB allocation to succeedSzymon Wilczek1-1/+1
2025-12-07can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde1-2/+2
2025-12-07can: sja1000: fix max irq loop handlingThomas Mühlbacher1-2/+2
2025-12-07can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-12-07can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+11
2025-10-29can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde1-1/+1
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-10-02can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2025-10-02can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol1-1/+8
2025-10-02can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol1-0/+29
2025-10-02can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol1-0/+21
2025-10-02can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol3-6/+9
2025-10-02can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-5/+12
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-10-02can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKBAnssi Hannula1-8/+8
2025-08-28can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1