index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Lines
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2026-04-09
can: ucan: fix devres lifetime
Johan Hovold
-1
/
+1
2026-04-01
can: ucan: refactor endpoint lookup
Johan Hovold
-29
/
+11
2026-04-01
can: kvaser_usb: leaf: refactor endpoint lookup
Johan Hovold
-17
/
+8
2026-04-01
can: mcp251xfd: add support for XSTBYEN transceiver standby control
Viken Dadhaniya
-0
/
+38
2026-04-01
can: rcar_can: Convert to FIELD_MODIFY()
Geert Uytterhoeven
-2
/
+1
2026-04-01
net: can: ctucanfd: remove useless copy of PCI_DEVICE_DATA macro
Ethan Nelson-Moore
-8
/
+0
2026-03-19
can: mcp251x: add error handling for power enable in open and resume
Wenyuan Li
-5
/
+24
2026-03-19
can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...
Marc Kleine-Budde
-1
/
+3
2026-03-10
can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value
Wenyuan Li
-1
/
+4
2026-03-10
can: dev: keep the max bitrate error at 5%
Haibo Chen
-1
/
+1
2026-03-02
can: gs_usb: gs_can_open(): always configure bitrates before starting device
Marc Kleine-Budde
-6
/
+16
2026-03-02
can: usb: f81604: correctly anchor the urb in the read bulk callback
Greg Kroah-Hartman
-2
/
+13
2026-03-02
can: usb: f81604: handle bulk write errors properly
Greg Kroah-Hartman
-3
/
+21
2026-03-02
can: usb: f81604: handle short interrupt urb messages properly
Greg Kroah-Hartman
-0
/
+6
2026-03-02
can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
Greg Kroah-Hartman
-1
/
+7
2026-03-02
can: ucan: Fix infinite loop from zero-length messages
Greg Kroah-Hartman
-1
/
+1
2026-03-02
can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
Greg Kroah-Hartman
-1
/
+6
2026-03-02
can: esd_usb: add endpoint type validation
Ziyi Guo
-13
/
+17
2026-03-02
can: mcp251x: fix deadlock in error path of mcp251x_open
Alban Bedel
-1
/
+14
2026-03-02
can: dummy_can: dummy_can_init(): fix packet statistics
Oliver Hartkopp
-0
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-41
/
+41
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-53
/
+50
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+2
2026-02-05
can: gw: use can_gw_hops instead of sk_buff::csum_start
Oliver Hartkopp
-1
/
+1
2026-02-05
can: remove private CAN skb headroom infrastructure
Oliver Hartkopp
-22
/
+9
2026-02-05
can: move frame_len to CAN skb extensions
Oliver Hartkopp
-8
/
+21
2026-02-05
can: move ifindex to CAN skb extensions
Oliver Hartkopp
-5
/
+4
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
-11
/
+58
2026-02-05
can: use skb hash instead of private variable in headroom
Oliver Hartkopp
-2
/
+0
2026-02-02
net: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
-16
/
+0
2026-01-31
Merge tag 'linux-can-next-for-6.20-20260131' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-32
/
+42
2026-01-23
can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
Marc Kleine-Budde
-2
/
+2
2026-01-23
can: sja1000: sja1000_err(): use error counter for error state
Michael Tretter
-26
/
+7
2026-01-23
can: sja1000: sja1000_err(): make use of sja1000_get_berr_counter() to read e...
Marc Kleine-Budde
-7
/
+6
2026-01-22
can: at91_can: Fix memory leak in at91_can_probe()
Zilin Guan
-1
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+2
2026-01-16
can: rcar_canfd: Add RZ/T2H support
Lad Prabhakar
-0
/
+18
2026-01-16
can: rcar_canfd: Add support for FD-Only mode
Biju Das
-1
/
+13
2026-01-16
can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-1
/
+7
2026-01-16
can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-1
/
+7
2026-01-16
can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-1
/
+8
2026-01-16
can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-1
/
+8
2026-01-16
can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-1
/
+7
2026-01-16
can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...
Marc Kleine-Budde
-0
/
+7
2026-01-16
can: dev: alloc_candev_mqs(): add missing default CAN capabilities
Marc Kleine-Budde
-0
/
+1
2026-01-15
can: propagate CAN device capabilities via ml_priv
Oliver Hartkopp
-0
/
+58
2026-01-15
Revert "can: raw: instantly reject unsupported CAN frames"
Oliver Hartkopp
-5
/
+9
[next]