index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
atm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+2
2026-08-27
usb: atm: usbatm: fix invalid ci_range initialization
Deepanshu Kartikey
1
-2
/
+2
2026-08-25
Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+4
2026-08-14
Merge 7.2-rc7 into usb-next
Greg Kroah-Hartman
1
-0
/
+2
2026-08-06
usb: atm: cxacru: fix use-after-free in cxacru_poll_status
Nguyen Quang Le Kien
1
-9
/
+1
2026-08-06
usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()
Aleksandr Nogikh
1
-0
/
+2
2026-08-06
usb: atm: ueagle-atm: fix array-index-out-of-bounds in uea_bind()
Subasri S
1
-1
/
+2
2026-08-03
usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()
Aleksandr Nogikh
1
-0
/
+2
2026-07-27
Merge 7.2-rc5 into usb-next
Greg Kroah-Hartman
1
-0
/
+17
2026-07-23
usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect
Diego Fernando Mancera Gomez
1
-0
/
+17
2026-07-13
Merge 7.2-rc3 into usb-next
Greg Kroah-Hartman
1
-5
/
+31
2026-07-10
usb: xusbatm: don't rely on id table pointer arithmetic
Gary Guo
1
-2
/
+4
2026-06-25
usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()
Mauricio Faria de Oliveira
1
-5
/
+31
2026-06-22
Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-51
/
+7
2026-06-09
atm: drv: Replace strcpy() + strlcat() with snprintf()
David Laight
1
-4
/
+2
2026-05-21
usb: atm: ueagle-atm: remove function entry/exit debug messages
Mauricio Faria de Oliveira
1
-50
/
+6
2026-05-21
usb: atm: ueagle-atm: use dev_dbg() for 'device found' message
Mauricio Faria de Oliveira
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-4
/
+4
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2
-0
/
+2
2025-07-24
usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init()
Nathan Chancellor
1
-57
/
+49
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
3
-6
/
+8
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-7
/
+7
2025-02-19
usb: atm: cxacru: fix a flaw in existing endpoint checks
Nikita Zhandarovich
1
-6
/
+7
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
2
-2
/
+2
2024-10-04
usb: atm: Correct some typos
Shen Lichuan
2
-4
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-06-20
usb: atm: cxacru: fix endpoint checking in cxacru_bind()
Nikita Zhandarovich
1
-0
/
+14
2024-01-04
usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()
Kevin Hao
1
-2
/
+1
2023-12-04
usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
Lee Jones
1
-8
/
+8
2023-10-02
usb: atm: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+2
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-27
usb/atm: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-04-23
usb: remove third argument of usb_maxpacket()
Vincent Mailhol
1
-1
/
+1
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
1
-1
/
+1
2021-10-05
usb: atm: Use struct_size() helper
Gustavo A. R. Silva
1
-1
/
+3
2021-05-21
usb: atm: cxacru: Fix typo in comment
zuoqilin
1
-1
/
+1
2020-12-09
drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()
Enrico Weigelt, metux IT consult
2
-2
/
+2
2020-12-09
drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...
Enrico Weigelt, metux IT consult
1
-3
/
+3
2020-12-09
drivers: usb: atm: reduce noise
Enrico Weigelt, metux IT consult
1
-3
/
+0
2020-10-28
usb: atm: Replace in_interrupt() usage in comment
Thomas Gleixner
1
-1
/
+1
2020-08-25
usb: atm: don't use snprintf() for sysfs attrs
Alex Dewar
1
-14
/
+13
2020-08-18
usb: atm: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-6
/
+8
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-09
usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...
Lee Jones
1
-2
/
+2
2020-03-17
USB: atm: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-02-23
USB: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-12
USB: atm: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-12-14
Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+12
[next]