index
:
Linux
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
hso.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: hso: remove bogus check for EINPROGRESS
Oliver Neukum
2020-08-05
1
-2
/
+1
*
usb: hso: no complaint about kmalloc failure
Oliver Neukum
2020-08-05
1
-3
/
+2
*
hso: fix bailout in error case of probe
Oliver Neukum
2020-08-05
1
-4
/
+4
*
usb: hso: check for return value in hso_serial_common_create()
Rustam Kovhaev
2020-07-28
1
-1
/
+4
*
usb: hso: Fix debug compile warning on sparc32
Geert Uytterhoeven
2020-07-13
1
-2
/
+3
*
usb: hso: correct debug message
Oliver Neukum
2020-05-07
1
-1
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
net: hso: Fix -Wcast-function-type
Phong Tran
2019-11-26
1
-2
/
+3
*
usb: hso: obey DMA rules in tiocmget
Oliver Neukum
2019-10-17
1
-4
/
+9
*
hso: fix NULL-deref on tty open
Johan Hovold
2019-10-01
1
-4
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268
Thomas Gleixner
2019-06-05
1
-15
/
+1
*
USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
Hui Peng
2018-12-12
1
-2
/
+16
*
net: usb: hso: use swap macro in hso_kick_transmit
Gustavo A. R. Silva
2018-07-16
1
-6
/
+3
*
net: usb: hso: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-06-22
1
-14
/
+21
*
drivers/net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-4
/
+4
*
net: usb: hso.c: remove unneeded DRIVER_LICENSE #define
Greg Kroah-Hartman
2017-11-18
1
-2
/
+1
*
net: hso: remove redundant unused variable dev
Colin Ian King
2017-11-01
1
-2
/
+0
*
net: manual clean code which call skb_put_[data:zero]
yuan linyu
2017-06-20
1
-7
/
+6
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-7
/
+6
*
net: hso: register netdev later to avoid a race condition
Andreas Kemnade
2017-04-28
1
-7
/
+7
*
net: hso: fix module unloading
Andreas Kemnade
2017-04-25
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
hso: Convert printk to pr_<level>
Joe Perches
2016-09-06
1
-10
/
+11
*
hso: Use a more common logging style
Joe Perches
2016-09-06
1
-53
/
+44
*
net: usb: hso: don't print error when allocating urb fails
Wolfram Sang
2016-08-13
1
-15
/
+5
*
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
2016-04-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-03
1
-1
/
+1
|
\
|
*
hso: replace current->state by __set_current_state()
Fabian Frederick
2015-02-22
1
-1
/
+1
*
|
hso: always read interface number from the current altsetting
Aleksander Morgado
2015-02-20
1
-4
/
+9
|
/
*
hso: fix rx parsing logic when skb allocation fails
Aleksander Morgado
2015-02-13
1
-1
/
+1
*
hso: Use static attribute groups for sysfs entry
Takashi Iwai
2015-02-05
1
-7
/
+10
*
hso: fix rfkill name conflicts
Olivier Sobrie
2015-02-01
1
-2
/
+3
*
hso: add missing cancel_work_sync in disconnect()
Olivier Sobrie
2015-02-01
1
-0
/
+2
*
hso: update serial_table in usb disconnect method
Olivier Sobrie
2015-02-01
1
-1
/
+1
*
hso: move tty_unregister outside hso_serial_common_free()
Olivier Sobrie
2015-02-01
1
-3
/
+9
*
hso: replace reset_device work by usb_queue_reset_device()
Olivier Sobrie
2015-02-01
1
-24
/
+1
*
hso: rename hso_dev into serial in hso_free_interface()
Olivier Sobrie
2015-02-01
1
-6
/
+6
*
hso: fix small indentation error
Olivier Sobrie
2015-02-01
1
-2
/
+2
*
hso: fix memory leak in hso_create_rfkill()
Olivier Sobrie
2015-02-01
1
-9
/
+3
*
hso: fix memory leak when device disconnects
Olivier Sobrie
2015-02-01
1
-0
/
+1
*
hso: fix crash when device disappears while serial port is open
Olivier Sobrie
2015-02-01
1
-4
/
+13
*
hso: remove useless header file timer.h
Olivier Sobrie
2015-02-01
1
-1
/
+0
*
net: USB: Deletion of unnecessary checks before the function call "kfree"
Markus Elfring
2014-11-21
1
-2
/
+1
*
net/usb/hso: Add support for Option GTM671WFS
Ricardo Ribalda
2014-08-05
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
1
-33
/
+17
|
\
|
*
hso: fix deadlock when receiving bursts of data
Olivier Sobrie
2014-07-14
1
-21
/
+17
|
*
hso: remove unused workqueue
Olivier Sobrie
2014-07-14
1
-12
/
+0
*
|
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
1
-1
/
+2
|
/
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
hso: remove some dead code
Dan Carpenter
2014-02-06
1
-21
/
+11
[next]