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
/
usb
Age
Commit message (
Expand
)
Author
Lines
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-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
-30
/
+30
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-41
/
+39
2026-01-23
can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
Marc Kleine-Budde
-2
/
+2
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-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-10
can: gs_usb: gs_can_open(): fix error handling
Marc Kleine-Budde
-1
/
+1
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-15
/
+89
2025-11-17
can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...
Marc Kleine-Budde
-5
/
+54
2025-11-16
can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...
Marc Kleine-Budde
-7
/
+19
2025-11-16
can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs
Marc Kleine-Budde
-2
/
+15
2025-11-16
can: kvaser_usb: leaf: Fix potential infinite loop in command parsers
Seungjin Bae
-2
/
+2
2025-10-31
can: peak_usb: convert to use ndo_hwtstamp callbacks
Vadim Fedorenko
-21
/
+18
2025-10-31
can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacks
Vadim Fedorenko
-5
/
+21
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
-11
/
+0
2025-10-08
can: gs_usb: gs_make_candev(): populate net_device->dev_port
Celeste Liu
-0
/
+1
2025-10-08
can: gs_usb: increase max interface to U8_MAX
Celeste Liu
-12
/
+10
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-34
/
+57
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+844
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-34
/
+57
2025-09-19
can: esd_usb: Avoid errors triggered from USB disconnect
Stefan Mätje
-8
/
+26
2025-09-19
can: esd_usb: Rework display of error messages
Stefan Mätje
-16
/
+20
2025-09-19
can: peak_usb: fix shift-out-of-bounds issue
Stéphane Grosjean
-1
/
+1
2025-09-19
can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-0
/
+1
2025-09-19
can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
-1
/
+2
2025-09-16
can: Add Nuvoton NCT6694 CANFD support
Ming Yu
-0
/
+844
2025-09-13
can: peak: Modification of references to email accounts being deleted
Stéphane Grosjean
-13
/
+14
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-57
/
+364
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+9
2025-07-25
can: kvaser_usb: Add devlink port support
Jimmy Assarsson
-3
/
+41
2025-07-25
can: kvaser_usb: Expose device information via devlink info_get()
Jimmy Assarsson
-0
/
+51
2025-07-25
can: kvaser_usb: Add devlink support
Jimmy Assarsson
-26
/
+63
2025-07-25
can: kvaser_usb: Store additional device information
Jimmy Assarsson
-2
/
+13
2025-07-25
can: kvaser_usb: Store the different firmware version components in a struct
Jimmy Assarsson
-9
/
+29
2025-07-25
can: kvaser_usb: Move comment regarding max_tx_urbs
Jimmy Assarsson
-2
/
+2
[next]