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
2021-09-17
net: hso: fix muxed tty registration
Johan Hovold
1
-7
/
+5
2021-09-08
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+8
2021-09-02
net: hso: add failure handler for add_net_device
Ziyang Xuan
1
-3
/
+8
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+6
2021-08-14
net: hso: drop unused function argument
Pavel Skripkin
1
-4
/
+3
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
1
-10
/
+23
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+4
2021-07-21
usb: hso: remove the bailout parameter
Dongliang Mu
1
-3
/
+3
2021-07-21
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
1
-10
/
+23
2021-07-15
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
1
-10
/
+23
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+4
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
1
-23
/
+22
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-23
/
+22
2021-05-24
net: hso: fix control-request directions
Johan Hovold
1
-2
/
+2
2021-05-21
net: usb: hso: use DEVICE_ATTR_RO macro
YueHaibing
1
-4
/
+3
2021-05-19
net: hso: bail out on interrupt URB allocation failure
Johan Hovold
1
-7
/
+7
2021-05-17
net: hso: check for allocation failure in hso_create_bulk_serial_device()
Dan Carpenter
1
-19
/
+18
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-04-26
net: hso: fix NULL-deref on disconnect regression
Johan Hovold
1
-1
/
+1
2021-04-08
net: hso: fix null-ptr-deref during tty device unregistration
Anirudh Rayabharam
1
-21
/
+12
2021-02-03
net: usb: hso: use new tasklet API
Emil Renner Berthing
1
-5
/
+5
2021-01-06
net: usb: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2020-08-06
usb: hso: remove bogus check for EINPROGRESS
Oliver Neukum
1
-2
/
+1
2020-08-06
usb: hso: no complaint about kmalloc failure
Oliver Neukum
1
-3
/
+2
2020-08-06
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-14
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-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-27
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-02
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-13
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-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
[next]