Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2572da44a51192ad181482c1989e66e5eb47dcbe
/
drivers
/
usb
/
atm
/
usbatm.c
cead185
exit: Rename complete_and_exit to kthread_complete_and_exit
by Eric W. Biederman
· 3 years, 1 month ago
b626871
usb: atm: Use struct_size() helper
by Gustavo A. R. Silva
· 3 years, 3 months ago
ba7052f
drivers: usb: atm: use pr_err() and pr_warn() instead of raw printk()
by Enrico Weigelt, metux IT consult
· 4 years, 1 month ago
726c827
usb: atm: Replace in_interrupt() usage in comment
by Thomas Gleixner
· 4 years, 2 months ago
c05c932
usb: atm: convert tasklets to use new tasklet_setup() API
by Allen Pais
· 4 years, 4 months ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
72a9f9a
usb: usbatm: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
4a8635a
USB: atm: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
0f77354
USB: atm: make atmdev_ops const
by Bhumika Goyal
· 7 years ago
9acd6b2
USB: atm: remove unneeded MODULE_VERSION() usage
by Greg Kroah-Hartman
· 7 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
52879bb
usb: atm: usbatm: don't print on ENOMEM
by Wolfram Sang
· 8 years ago
4675e96
usb: atm: usbatm: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
f354c84
USB: usbatm.c: move assignment out of if () block
by Greg Kroah-Hartman
· 10 years ago
9058bdc
Usb: atm: usbatm: fixed a pointer variable format issue
by Seth Archer Brown
· 11 years ago
2c21c98
USB: usbatm: remove CONFIG_USB_DEBUG dependancy
by Greg Kroah-Hartman
· 12 years ago
0fef59d
USB: usbatm: remove unneeded trace printk calls
by Greg Kroah-Hartman
· 12 years ago
f55876d
USB: usbatm: remove unused UDSL_ASSERT macro
by Greg Kroah-Hartman
· 12 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
c33c888
usbatm: fix potential NULL pointer dereference
by Wei Yongjun
· 12 years ago
34ad569
USB: atm: usbatm: fix up debug printing code
by Greg Kroah-Hartman
· 12 years ago
4c2a47a
USB: usbatm.c: remove dbg() usage
by Greg Kroah-Hartman
· 13 years ago
bf929b3
drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 14 years ago
d9ca676
atm: correct sysfs 'device' link creation and parent relationships
by Dan Williams
· 14 years ago
9196cc7
USB: speedtouch: fixed more brace and spacing coding style issues
by Nicolas Kaiser
· 15 years ago
6c4b7f7
USB: speedtouch: fixed brace and spacing coding style issues
by Nicolas Kaiser
· 15 years ago
08add0c
USB: atm: Use FIELD_SIZEOF, trivial cleanup.
by Thiago Farina
· 15 years ago
9fc950d
USB: cxacru: check device isn't being removed during sysfs calls
by Simon Arlott
· 15 years ago
7c510e4
net: convert more to %pM
by Johannes Berg
· 16 years ago
3b6004f
USB: remove warn() macro from usb drivers
by Greg Kroah-Hartman
· 16 years ago
b5f61ab
usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.
by David S. Miller
· 16 years ago
c4504a7
USB: usbatm: convert heavy init dances to kthread API
by Pavel Emelyanov
· 17 years ago
33fea2b
USB: atm: usbatm: clean up urb->status usage
by Greg Kroah-Hartman
· 17 years ago
b8a124d
usbatm_heavy_init: don't use CLONE_SIGHAND
by Oleg Nesterov
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
7d5e1dd
usbatm: Detect usb device shutdown and ignore failed urbs
by Simon Arlott
· 18 years ago
e9b8daf
usbatm: create sysfs link "device" from atm class device to usb interface
by Simon Arlott
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4305b54
[SK_BUFF]: Convert skb->end to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
521b600
USB: fix usbatm tiny race
by Andrew Morton
· 18 years ago
ccf40d6
usbatm: fix tiny race
by Duncan Sands
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
fcf4830
[PATCH] USBATM: remove pointless inline
by Duncan Sands
· 19 years ago
6275cdf
[PATCH] USBATM: fix modinfo output
by Duncan Sands
· 19 years ago
ab3c81f
[PATCH] USBATM: semaphore to mutex conversion
by Arjan van de Ven
· 19 years ago
a3673d3
[PATCH] USBATM: -EILSEQ workaround
by Duncan Sands
· 19 years ago
9b0e54a
[PATCH] USBATM: bump version numbers
by Duncan Sands
· 19 years ago
e3fb2f6
[PATCH] USBATM: handle urbs containing partial cells
by Duncan Sands
· 19 years ago
80aae7a
[PATCH] USBATM: allow isochronous transfer
by Duncan Sands
· 19 years ago
6f74947
[PATCH] USBATM: measure buffer size in bytes; force valid sizes
by Duncan Sands
· 19 years ago
227d776
[PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skb
by Duncan Sands
· 19 years ago
72ef8ab
[PATCH] USBATM: return correct error code when out of memory
by Duncan Sands
· 19 years ago
0e42a62
[PATCH] USBATM: shutdown open connections when disconnected
by Duncan Sands
· 19 years ago
9a734ef
[PATCH] USBATM: kzalloc conversion
by Duncan Sands
· 19 years ago
35644b0
[PATCH] USBATM: add flags field
by Duncan Sands
· 19 years ago
0ec3c7e
[PATCH] USBATM: trivial modifications
by Duncan Sands
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
3d48586
[PATCH] USB: small cleanups
by Adrian Bunk
· 19 years ago
64bf69d
[ATM]: deregistration removes device from atm_devs list immediately
by Stanislaw Gruszka
· 19 years ago
7b842b6
[PATCH] USB: convert kcalloc to kzalloc
by Pekka Enberg
· 19 years ago
f070693
[PATCH] USB: usbatm kcalloc cleanup
by Duncan Sands
· 20 years ago
65412e4
[PATCH] USB ATM: avoid oops on bind failure; plug memory leak
by Duncan Sands
· 20 years ago
e20d664
[PATCH] USB ATM: reduce log spamming
by Duncan Sands
· 20 years ago
c59bba7
[PATCH] USB ATM: new usbatm core
by Duncan Sands
· 20 years ago