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