index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
hso.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
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-04
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-06
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-06
net/usb/hso: Add support for Option GTM671WFS
Ricardo Ribalda
1
-0
/
+1
2014-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-33
/
+17
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+2
2014-07-15
hso: fix deadlock when receiving bursts of data
Olivier Sobrie
1
-21
/
+17
2014-07-15
hso: remove unused workqueue
Olivier Sobrie
1
-12
/
+0
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-02-07
hso: remove some dead code
Dan Carpenter
1
-21
/
+11
2014-01-07
hso: fix handling of modem port SERIAL_STATE notifications
Dan Williams
1
-2
/
+11
2013-08-22
hso: Fix stack corruption on some architectures
Daniel Gimpelevich
1
-1
/
+5
2013-08-22
hso: Earlier catch of error condition
Daniel Gimpelevich
1
-4
/
+5
2013-03-19
TTY: add tty_port_tty_hangup helper
Jiri Slaby
1
-6
/
+1
2013-03-19
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-11
/
+2
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-17
/
+15
2013-02-04
drivers: net: usb: Remove unnecessary alloc/OOM messages
Joe Perches
1
-18
/
+7
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-16
/
+15
2013-01-16
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-4
/
+3
2012-11-16
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-2
/
+3
2012-08-14
TTY: use tty_port_register_device
Jiri Slaby
1
-3
/
+4
2012-07-17
tty: move the termios object into the tty
Alan Cox
1
-7
/
+5
2012-05-23
Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-61
/
+44
2012-05-19
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
1
-0
/
+1
[next]