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
7 days
can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value
Wenyuan Li
-1
/
+4
7 days
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
2026-01-09
can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit.
Ondrej Ille
-1
/
+1
2026-01-09
can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
Marc Kleine-Budde
-0
/
+2
2026-01-09
can: etas_es58x: allow partial RX URB allocation to succeed
Szymon Wilczek
-1
/
+1
2025-12-18
can: fix build dependency
Marc Kleine-Budde
-1
/
+1
2025-12-10
can: gs_usb: gs_can_open(): fix error handling
Marc Kleine-Budde
-1
/
+1
2025-12-10
can: fix build dependency
Arnd Bergmann
-8
/
+4
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-41
/
+124
2025-11-26
can: rcar_canfd: Fix CAN-FD mode as default
Biju Das
-22
/
+31
2025-11-26
can: rcar_canfd: Add suspend/resume support
Geert Uytterhoeven
-0
/
+53
[next]