| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | 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 |
| 2019-12-10 | USB: atm: ueagle-atm: add missing endpoint check | Johan Hovold | 1 | -6/+12 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-08-09 | USB: atm: cxacru: convert to use dev_groups | Greg Kroah-Hartman | 1 | -25/+33 |
| 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 |
| 2019-05-21 | usb: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2019-01-22 | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 1 | -0/+1 |
| 2018-01-24 | USB: atm: fix up some remaining DEVICE_ATTR() usage | Greg Kroah-Hartman | 2 | -12/+10 |
| 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-21 | usb: usbatm: Convert timers to use timer_setup() | Kees Cook | 3 | -20/+29 |
| 2017-11-13 | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -85/+13 |
| 2017-11-04 | USB: atm: Remove redundant license text | Greg Kroah-Hartman | 5 | -75/+0 |
| 2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 6 | -0/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-27 | usb: atm: cxacru: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2017-10-04 | drivers: usb: speedtch: use setup_timer() helper. | Allen Pais | 1 | -7/+4 |
| 2017-10-04 | drivers: usb: atm: cxacru: use setup_timer() helper. | Allen Pais | 1 | -3/+1 |
| 2017-08-10 | usb: atm: ueagle-atm: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-08-10 | USB: atm: make atmdev_ops const | Bhumika Goyal | 1 | -1/+1 |
| 2017-08-10 | usb: speedtch: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-07-22 | USB: atm: remove unneeded MODULE_VERSION() usage | Greg Kroah-Hartman | 4 | -9/+2 |
| 2017-07-17 | usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission" | Colin Ian King | 1 | -1/+1 |
| 2017-03-16 | usb: atm: remove unnecessary code | Gustavo A. R. Silva | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-08-30 | usb: atm: usbatm: don't print on ENOMEM | Wolfram Sang | 1 | -6/+1 |
| 2016-08-30 | usb: atm: ueagle-atm: don't print on ENOMEM | Wolfram Sang | 1 | -7/+2 |
| 2016-08-30 | usb: atm: speedtch: don't print on ENOMEM | Wolfram Sang | 1 | -1/+0 |
| 2016-08-30 | usb: atm: cxacru: don't print on ENOMEM | Wolfram Sang | 1 | -3/+1 |
| 2016-08-15 | usb: atm: usbatm: don't print error when allocating urb fails | Wolfram Sang | 1 | -1/+0 |
| 2016-08-15 | usb: atm: ueagle-atm: don't print error when allocating urb fails | Wolfram Sang | 1 | -3/+1 |
| 2016-08-15 | usb: atm: cxacru: don't print error when allocating urb fails | Wolfram Sang | 1 | -2/+0 |
| 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 |
| 2016-02-03 | USB: cxacru: fix an bounds check warning | Dan Carpenter | 1 | -0/+2 |
| 2015-07-22 | USB: atm: cxacru: fix blank line after declaration | Aaron Raimist | 1 | -1/+6 |
| 2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2015-06-23 | module: add per-module param_lock | Dan Streetman | 1 | -2/+2 |
| 2015-05-10 | USB: xusbatm.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -2/+4 |
| 2015-05-10 | USB: usbatm.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -2/+4 |
| 2015-05-10 | USB: speedtch.c: move assignment out of if () block | Greg Kroah-Hartman | 1 | -6/+12 |
| 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 | 3 | -3/+0 |
| 2013-12-08 | Usb: atm: usbatm: fixed a pointer variable format issue | Seth Archer Brown | 1 | -4/+4 |
| 2013-10-29 | usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macros | Joe Perches | 1 | -7/+7 |
| 2013-07-25 | usb: atm: speedtch: be careful with bInterval | Felipe Balbi | 1 | -1/+1 |
| 2013-07-23 | USB: usbatm: remove CONFIG_USB_DEBUG dependancy | Greg Kroah-Hartman | 2 | -7/+3 |
| 2013-07-23 | USB: usbatm: move the atm_dbg() call to use dynamic debug | Greg Kroah-Hartman | 1 | -11/+5 |
| 2013-07-23 | USB: usbatm: don't rely on CONFIG_USB_DEBUG | Greg Kroah-Hartman | 1 | -6/+1 |
| 2013-07-23 | USB: usbatm: remove unneeded trace printk calls | Greg Kroah-Hartman | 1 | -34/+0 |
| 2013-07-23 | USB: usbatm: remove unused UDSL_ASSERT macro | Greg Kroah-Hartman | 2 | -20/+0 |
| 2013-07-03 | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 1 | -2/+3 |
| 2013-05-20 | USB: cxacru: potential underflow in cxacru_cm_get_array() | Dan Carpenter | 1 | -1/+2 |
| 2013-04-19 | usbatm: fix potential NULL pointer dereference | Wei Yongjun | 1 | -3/+3 |
| 2013-04-09 | USB: regroup all depends on USB within an if USB block | Florian Fainelli | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -2/+2 |
| 2012-09-13 | USB: atm: usbatm: fix up debug printing code | Greg Kroah-Hartman | 1 | -18/+28 |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2 | -2/+2 |
| 2012-08-15 | USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usage | Tim Gardner | 1 | -13/+66 |
| 2012-07-16 | usb: Use eth_random_addr | Joe Perches | 1 | -2/+2 |
| 2012-05-01 | USB: xusbatm.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -4/+0 |
| 2012-05-01 | USB: usbatm.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -21/+9 |
| 2012-05-01 | USB: speedtch.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-05-01 | USB: cxacru.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -17/+17 |
| 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 | 2 | -4/+4 |
| 2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 3 | -58/+3 |
| 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-07-01 | drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit() | Manuel Zerpies | 1 | -2/+2 |
| 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 |
| 2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -14/+16 |
| 2010-12-28 | ueagle-atm: fix PHY signal initialization race | Dan Williams | 1 | -3/+19 |
| 2010-12-24 | usb: don't use flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
| 2010-12-24 | speedtch: don't abuse struct delayed_work | Tejun Heo | 1 | -12/+14 |
| 2010-12-15 | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 1 | -1/+1 |
| 2010-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -12/+3 |
| 2010-12-10 | atm: correct sysfs 'device' link creation and parent relationships | Dan Williams | 1 | -12/+3 |
| 2010-11-15 | USB: atm: ueagle-atm: fix up some permissions on the sysfs files | Greg Kroah-Hartman | 1 | -4/+3 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+17 |
| 2010-10-22 | usb: makefile cleanup | matt mooney | 1 | -2/+2 |
| 2010-10-22 | usb: change to new flag variable | matt mooney | 1 | -3/+1 |
| 2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+22 |
| 2010-09-08 | cxacru: ignore cx82310_eth devices | Ondrej Zary | 1 | -1/+17 |
| 2010-09-03 | USB: cxacru: Use a bulk/int URB to access the command endpoint | Simon Arlott | 1 | -2/+22 |
| 2010-08-11 | param: simple locking for sysfs-writable charp parameters | Rusty Russell | 1 | -0/+2 |
| 2010-08-10 | usb: atm: fixed spacing and indentation coding style issues | Nicolas Kaiser | 2 | -16/+16 |
| 2010-08-10 | usb: conexant: fixed spacing and brace coding style issues | Nicolas Kaiser | 1 | -6/+5 |
| 2010-08-10 | usb: throw away custom hex digit methods | Andy Shevchenko | 1 | -2/+3 |
| 2010-08-10 | USB: speedtouch: fixed more brace and spacing coding style issues | Nicolas Kaiser | 2 | -11/+11 |
| 2010-08-10 | USB: speedtouch: fixed brace and spacing coding style issues | Nicolas Kaiser | 2 | -7/+6 |
| 2010-07-09 | usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -3/+10 |
| 2010-07-09 | usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -5/+5 |
| 2010-07-09 | usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes. | Karl Hiramoto | 1 | -9/+9 |
| 2010-05-25 | usb: atm: speedtch: use new hex_to_bin() method | Andy Shevchenko | 1 | -3/+2 |
| 2010-05-20 | USB: ueagle: fix Coding Styles | Javier Blanco de Torres (Neurowork) | 1 | -140/+207 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -1/+1 |
| 2010-03-02 | USB: atm: Use FIELD_SIZEOF, trivial cleanup. | Thiago Farina | 1 | -1/+1 |
| 2010-03-02 | USB: cxacru: increment driver version | Simon Arlott | 1 | -1/+2 |
| 2010-03-02 | USB: cxacru: remove cxacru-cf.bin loader | Simon Arlott | 1 | -28/+3 |
| 2010-03-02 | USB: cxacru: add write-only sysfs attribute for modem configuration | Simon Arlott | 1 | -1/+75 |
| 2010-03-02 | USB: cxacru: firmware writes on OHCI are slow, log progress | Simon Arlott | 1 | -2/+6 |
| 2010-03-02 | USB: cxacru: document how to interact with the flash memory | Simon Arlott | 1 | -0/+20 |
| 2010-03-02 | USB: cxacru: check device isn't being removed during sysfs calls | Simon Arlott | 3 | -20/+44 |
| 2010-03-02 | USB: cxacru: check data length is not negative | Simon Arlott | 1 | -1/+1 |
| 2010-03-02 | USB: cxacru: return an empty value for modulation if there is no connection | Simon Arlott | 1 | -2/+2 |
| 2009-12-11 | firmware_class: make request_firmware_nowait more useful | Johannes Berg | 1 | -3/+4 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-06-15 | firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removal | Samuel Ortiz | 1 | -4/+5 |
| 2009-05-08 | USB: cxacru: Fix negative dB output | Simon Arlott | 1 | -2/+8 |
| 2009-03-30 | trivial: Fix misspelling of firmware | Nick Andrew | 1 | -1/+1 |
| 2009-03-17 | USB: atm/cxacru, fix lock imbalance | Jiri Slaby | 1 | -1/+2 |
| 2008-10-27 | net: convert more to %pM | Johannes Berg | 2 | -7/+2 |
| 2008-10-22 | USB: Speedtouch: add pre_reset and post_reset routines | Alan Stern | 1 | -0/+12 |
| 2008-10-17 | USB: remove warn() macro from usb drivers | Greg Kroah-Hartman | 3 | -8/+14 |
| 2008-09-23 | usbatm: Use skb_queue_walk_safe() instead of by-hand implementation. | David S. Miller | 1 | -3/+2 |
| 2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 1 | -1/+0 |
| 2008-08-13 | USB: cxacru: Fix printk format flag in error message | Simon Arlott | 1 | -1/+1 |
| 2008-07-21 | USB: AccessRunner: avoid unnecessary memset | Christophe Jaillet | 1 | -1/+0 |
| 2008-07-21 | USB: speedtch.c fix sparse shadowed variable warning | Harvey Harrison | 1 | -1/+0 |
| 2008-07-10 | cxacru: treat firmware data as const | David Woodhouse | 1 | -1/+1 |
| 2008-07-10 | ueagle-atm: treat firmware data as const | David Woodhouse | 1 | -9/+11 |
| 2008-05-02 | USB: Remove redundant dependencies on USB_ATM. | Robert P. J. Day | 1 | -4/+0 |
| 2008-04-29 | usb: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -25/+23 |
| 2008-04-28 | drivers/usb annotations and fixes | Al Viro | 2 | -8/+10 |
| 2008-04-24 | USB: remove unnecessary type casting of urb->context | Ming Lei | 1 | -1/+1 |
| 2008-04-24 | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
| 2008-04-24 | USB: usbatm: convert heavy init dances to kthread API | Pavel Emelyanov | 2 | -12/+15 |
| 2008-04-18 | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
| 2008-02-01 | USB: Use menuconfig objects | Denis Cheng | 1 | -5/+4 |
| 2008-02-01 | USB: Spelling fixes | Joe Perches | 1 | -1/+1 |
| 2008-02-01 | USB: Add missing "space" to printk messages | Joe Perches | 1 | -2/+2 |
| 2007-10-14 | signedness: module_param_array nump argument | Al Viro | 2 | -2/+2 |
| 2007-10-12 | USB: cxacru: Use appropriate logging for errors | Simon Arlott | 1 | -15/+28 |
| 2007-10-12 | UEAGLE: Cosmetic | Stanislaw Gruszka | 1 | -4/+3 |
| 2007-10-12 | UEAGLE: Do not sleep when device is disconnected | Stanislaw Gruszka | 1 | -8/+19 |
| 2007-10-12 | UEAGLE: Avoid keyboard driver blocking | Stanislaw Gruszka | 1 | -11/+20 |
| 2007-10-12 | UEAGLE: Allow user to choose input interface alternate setting | Stanislaw Gruszka | 1 | -16/+12 |
| 2007-10-12 | UEAGLE: Devolo and Elsa chipsets support | Stanislaw Gruszka | 1 | -26/+88 |
| 2007-10-12 | UEAGLE: Eagle IV chipset support | Stanislaw Gruszka | 1 | -212/+977 |
| 2007-10-12 | USB: Remove unneeded pointer intf from speedtch_upload_firmware() | Micah Gruber | 1 | -2/+1 |
| 2007-08-22 | UEAGLE: Remove sysfs files on error case | Stanislaw Gruszka | 1 | -1/+4 |
| 2007-08-22 | USB: unkill cxacru atm driver | Oliver Neukum | 1 | -2/+1 |
| 2007-07-19 | USB: atm: usbatm: clean up urb->status usage | Greg Kroah-Hartman | 1 | -5/+6 |
| 2007-07-19 | USB: atm: ueagle-atm: clean up urb->status usage | Greg Kroah-Hartman | 1 | -2/+4 |
| 2007-07-19 | USB: atm: speedtch: clean up urb->status usage | Greg Kroah-Hartman | 1 | -3/+4 |
| 2007-07-19 | USB: atm: cxacru: clean up urb->status usage | Greg Kroah-Hartman | 1 | -2/+1 |
| 2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 1 | -0/+1 |
| 2007-07-12 | USB: cxacru: Cleanup sysfs attribute code | Simon Arlott | 1 | -42/+31 |
| 2007-06-08 | USB: cxacru: ignore error trying to start ADSL in atm_start | Simon Arlott | 1 | -6/+1 |
| 2007-06-08 | USB: cxacru: create sysfs attributes in atm_start instead of bind | Simon Arlott | 1 | -20/+25 |
| 2007-05-09 | usbatm_heavy_init: don't use CLONE_SIGHAND | Oleg Nesterov | 1 | -1/+1 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-27 | USB: cxacru: ADSL state management | Simon Arlott | 1 | -9/+227 |
| 2007-04-27 | usbatm: Detect usb device shutdown and ignore failed urbs | Simon Arlott | 1 | -0/+3 |
| 2007-04-27 | USB: cxacru: export detailed device info through sysfs | Simon Arlott | 1 | -5/+176 |
| 2007-04-27 | usbatm: create sysfs link "device" from atm class device to usb interface | Simon Arlott | 1 | -1/+13 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -2/+2 |