index
:
pub/scm/linux/kernel/git/jth/linux.git
master
jth kernel tree
Johannes Thumshirn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
atm
/
ueagle-atm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
usb: atm: ueagle-atm: fix array-index-out-of-bounds in uea_bind()
Subasri S
1
-1
/
+2
2026-07-23
usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect
Diego Fernando Mancera Gomez
1
-0
/
+17
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
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-10-04
usb: atm: Correct some typos
Shen Lichuan
1
-3
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
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
2022-07-27
usb/atm: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2020-07-09
usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment ...
Lee Jones
1
-2
/
+2
2020-02-12
USB: atm: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-12-10
USB: atm: ueagle-atm: add missing endpoint check
Johan Hovold
1
-6
/
+12
2019-08-09
USB: ueagle-atm: convert to use dev_groups
Greg Kroah-Hartman
1
-12
/
+4
2019-06-03
USB: atm: ueagle-atm.c: remove redundant license text
Greg Kroah-Hartman
1
-45
/
+1
2019-06-03
USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2
Greg Kroah-Hartman
1
-1
/
+1
2018-01-24
USB: atm: fix up some remaining DEVICE_ATTR() usage
Greg Kroah-Hartman
1
-2
/
+2
2018-01-24
USB: move many drivers to use DEVICE_ATTR_RO
Greg Kroah-Hartman
1
-4
/
+4
2018-01-24
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
1
-3
/
+3
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-08-10
usb: atm: ueagle-atm: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-17
usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"
Colin Ian King
1
-1
/
+1
2016-08-30
usb: atm: ueagle-atm: don't print on ENOMEM
Wolfram Sang
1
-7
/
+2
2016-08-15
usb: atm: ueagle-atm: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+1
2016-04-28
Use "foo *bar" instead of "foo * bar".
Sandhya Bankar
1
-1
/
+1
2016-04-28
usb: Remove unnecessary space before function pointer arguments.
Sandhya Bankar
1
-4
/
+4
2015-06-23
module: add per-module param_lock
Dan Streetman
1
-2
/
+2
2015-03-18
ueagle-atm: Delete unnecessary checks before the function call "release_firmw...
Markus Elfring
1
-2
/
+2
2014-01-08
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+1
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-1
/
+1
2012-08-15
USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usage
Tim Gardner
1
-13
/
+66
2012-04-18
usb/atm/ueagle-atm: Don't test for NULL ptr before calling release_firmware()
Jesper Juhl
1
-10
/
+5
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
1
-30
/
+1
2011-07-08
drivers: usb: atm: ueagle-atm: Add missing const qualifier
Chris Forbes
1
-2
/
+2
2011-07-08
drivers: usb: atm: ueagle-atm: use __packed
Chris Forbes
1
-17
/
+17
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-4
/
+4
2011-01-22
USB: ueagle-atm: use system_wq instead of dedicated workqueues
Tejun Heo
1
-14
/
+5
2010-12-28
ueagle-atm: fix PHY signal initialization race
Dan Williams
1
-3
/
+19
2010-11-15
USB: atm: ueagle-atm: fix up some permissions on the sysfs files
Greg Kroah-Hartman
1
-4
/
+3
2010-08-11
param: simple locking for sysfs-writable charp parameters
Rusty Russell
1
-0
/
+2
2010-08-10
usb: throw away custom hex digit methods
Andy Shevchenko
1
-2
/
+3
2010-07-09
usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.
Karl Hiramoto
1
-3
/
+10
[next]