summaryrefslogtreecommitdiff
path: root/drivers/usb/atm
AgeCommit message (Expand)Author
16 hoursMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...HEADmasterLinus Torvalds
17 hoursusb: atm: usbatm: fix invalid ci_range initializationDeepanshu Kartikey
3 daysMerge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-08-14Merge 7.2-rc7 into usb-nextGreg Kroah-Hartman
2026-08-06usb: atm: cxacru: fix use-after-free in cxacru_poll_statusNguyen Quang Le Kien
2026-08-06usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh
2026-08-06usb: atm: ueagle-atm: fix array-index-out-of-bounds in uea_bind()Subasri S
2026-08-03usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()Aleksandr Nogikh
2026-07-27Merge 7.2-rc5 into usb-nextGreg Kroah-Hartman
2026-07-23usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnectDiego Fernando Mancera Gomez
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman
2026-07-10usb: xusbatm: don't rely on id table pointer arithmeticGary Guo
2026-06-25usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()Mauricio Faria de Oliveira
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-06-09atm: drv: Replace strcpy() + strlcat() with snprintf()David Laight
2026-05-21usb: atm: ueagle-atm: remove function entry/exit debug messagesMauricio Faria de Oliveira
2026-05-21usb: atm: ueagle-atm: use dev_dbg() for 'device found' messageMauricio Faria de Oliveira
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-07-24usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init()Nathan Chancellor
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-19usb: atm: cxacru: fix a flaw in existing endpoint checksNikita Zhandarovich
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman
2024-10-04usb: atm: Correct some typosShen Lichuan
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-06-20usb: atm: cxacru: fix endpoint checking in cxacru_bind()Nikita Zhandarovich
2024-01-04usb: ueagle-atm: Use wait_event_freezable_timeout() in uea_wait()Kevin Hao
2023-12-04usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones
2023-10-02usb: atm: Use size_add() in call to struct_size()Gustavo A. R. Silva
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-27usb/atm: fix repeated words in commentsJilin Yuan
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-10-05usb: atm: Use struct_size() helperGustavo A. R. Silva
2021-05-21usb: atm: cxacru: Fix typo in commentzuoqilin
2020-12-09drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()Enrico Weigelt, metux IT consult
2020-12-09drivers: usb: atm: use atm_info() instead of atm_printk(KERN_INFO ...Enrico Weigelt, metux IT consult
2020-12-09drivers: usb: atm: reduce noiseEnrico Weigelt, metux IT consult
2020-10-28usb: atm: Replace in_interrupt() usage in commentThomas Gleixner
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar
2020-08-18usb: atm: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones
2020-03-17USB: atm: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds