index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
2
-3
/
+0
10 days
can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...
Marc Kleine-Budde
1
-1
/
+1
10 days
can: esd_usb: kill anchored URBs before freeing netdevs
Fan Wu
1
-1
/
+4
10 days
can/esd_usb2: Rename esd_usb2.c to esd_usb.c
Frank Jungclaus
3
-5
/
+12
2026-08-19
can: peak_usb: validate uCAN receive record lengths
Pengpeng Hou
1
-1
/
+39
2026-08-19
can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...
Maoyi Xie
1
-1
/
+0
2026-08-19
can: peak_usb: add bounds check for USB channel index
James Gao
1
-4
/
+16
2026-08-19
can: softing: fw_parse(): validate firmware record spans
Pengpeng Hou
1
-14
/
+32
2026-08-19
can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...
Pengpeng Hou
1
-2
/
+11
2026-08-19
can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...
Abdun Nihaal
1
-0
/
+1
2026-08-19
can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...
Guangshuo Li
1
-1
/
+0
2026-08-19
can: ems_usb: validate CPC message lengths
Pengpeng Hou
1
-0
/
+43
2026-08-19
can: c_can: c_can_chip_config(): keep controller in init mode until bittiming...
Lucas Martins Alves
1
-4
/
+4
2026-06-19
can: ucan: fix devres lifetime
Johan Hovold
1
-1
/
+1
2026-06-19
can: ucan: fix typos in comments
Julia Lawall
1
-2
/
+2
2026-06-01
can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs
Marc Kleine-Budde
1
-2
/
+15
2026-06-01
can: mcp251x: add error handling for power enable in open and resume
Wenyuan Li
1
-5
/
+24
2026-04-18
can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
Marc Kleine-Budde
1
-2
/
+2
2026-04-18
can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...
Marc Kleine-Budde
1
-0
/
+7
2026-04-18
can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-0
/
+2
2026-04-18
can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value
Wenyuan Li
1
-1
/
+4
2026-04-18
can: mcp251x: fix deadlock in error path of mcp251x_open
Alban Bedel
1
-1
/
+14
2026-04-18
can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
Greg Kroah-Hartman
1
-1
/
+6
2026-04-18
can: ucan: Fix infinite loop from zero-length messages
Greg Kroah-Hartman
1
-1
/
+1
2026-04-18
can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
Greg Kroah-Hartman
1
-1
/
+6
2026-02-06
can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-1
/
+8
2026-02-06
can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-1
/
+7
2026-02-06
can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-1
/
+7
2026-02-06
can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-1
/
+8
2026-02-06
can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
1
-1
/
+7
2026-02-06
can: etas_es58x: allow partial RX URB allocation to succeed
Szymon Wilczek
1
-1
/
+1
2025-12-07
can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
Marc Kleine-Budde
1
-2
/
+2
2025-12-07
can: sja1000: fix max irq loop handling
Thomas Mühlbacher
1
-2
/
+2
2025-12-07
can: kvaser_usb: leaf: Fix potential infinite loop in command parsers
Seungjin Bae
1
-2
/
+2
2025-12-07
can: gs_usb: increase max interface to U8_MAX
Celeste Liu
1
-12
/
+11
2025-10-29
can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()
Marc Kleine-Budde
1
-1
/
+1
2025-10-02
can: peak_usb: fix shift-out-of-bounds issue
Stéphane Grosjean
1
-1
/
+1
2025-10-02
can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-10-02
can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-10-02
can: hi311x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-0
/
+1
2025-10-02
can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
1
-1
/
+2
2025-10-02
can: etas_es58x: sort the includes by alphabetic order
Vincent Mailhol
4
-11
/
+11
2025-10-02
can: etas_es58x: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
1
-1
/
+8
2025-10-02
can: dev: add generic function can_eth_ioctl_hwts()
Vincent Mailhol
1
-0
/
+29
2025-10-02
can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
Vincent Mailhol
1
-0
/
+21
2025-10-02
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
3
-6
/
+9
2025-10-02
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
2
-5
/
+12
2025-10-02
can: rcar_can: rcar_can_resume(): fix s2ram with PSCI
Geert Uytterhoeven
1
-7
/
+1
2025-10-02
can: xilinx_can: xcan_write_frame(): fix use-after-free of transmitted SKB
Anssi Hannula
1
-8
/
+8
2025-08-28
can: kvaser_usb: Assign netdev.dev_port based on device channel index
Jimmy Assarsson
1
-0
/
+1
[next]