| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-21 | net: hso: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-11-25 | tty: hso: don't initialize global serial_table | Jiri Slaby (SUSE) | 1 | -5/+0 |
| 2023-11-25 | tty: hso: don't emit load/unload info to the log | Jiri Slaby (SUSE) | 1 | -6/+0 |
| 2023-08-11 | tty: hso: simplify hso_serial_write() | Jiri Slaby (SUSE) | 1 | -11/+5 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+2 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+2 |
| 2022-02-15 | net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possible | Christophe JAILLET | 1 | -1/+1 |
| 2021-09-17 | net: hso: fix muxed tty registration | Johan Hovold | 1 | -7/+5 |
| 2021-09-07 | 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-13 | 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-05 | 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-20 | 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-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 |
| 2014-07-14 | hso: fix deadlock when receiving bursts of data | Olivier Sobrie | 1 | -21/+17 |
| 2014-07-14 | hso: remove unused workqueue | Olivier Sobrie | 1 | -12/+0 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
| 2014-02-06 | hso: remove some dead code | Dan Carpenter | 1 | -21/+11 |
| 2014-01-06 | hso: fix handling of modem port SERIAL_STATE notifications | Dan Williams | 1 | -2/+11 |
| 2013-08-21 | hso: Fix stack corruption on some architectures | Daniel Gimpelevich | 1 | -1/+5 |
| 2013-08-21 | hso: Earlier catch of error condition | Daniel Gimpelevich | 1 | -4/+5 |
| 2013-03-18 | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 1 | -6/+1 |
| 2013-03-18 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -11/+2 |
| 2013-02-21 | 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-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -16/+15 |
| 2013-01-15 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -4/+3 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -2/+3 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -3/+4 |
| 2012-07-16 | tty: move the termios object into the tty | Alan Cox | 1 | -7/+5 |
| 2012-05-22 | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -61/+44 |
| 2012-05-18 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 1 | -0/+1 |
| 2012-04-09 | TTY: hso, use tty from tty_port | Jiri Slaby | 1 | -27/+13 |
| 2012-04-09 | TTY: hso, remove tty NULL checks fro tty->ops | Jiri Slaby | 1 | -17/+10 |
| 2012-04-09 | TTY: hso, add tty_port | Jiri Slaby | 1 | -12/+13 |
| 2012-04-09 | TTY: hso, free tty_driver | Jiri Slaby | 1 | -4/+8 |
| 2012-04-09 | TTY: hso, do not set TTY MAGIC | Jiri Slaby | 1 | -1/+0 |
| 2012-03-20 | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -2/+0 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -2/+0 |
| 2012-02-22 | hso: memsetting wrong data in hso_get_count() | Dan Carpenter | 1 | -1/+1 |
| 2011-07-08 | hso: fix a use after free condition | Greg KH | 1 | -3/+4 |
| 2011-02-24 | Merge 2.6.38-rc6 into tty-next | Greg Kroah-Hartman | 1 | -6/+6 |
| 2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
| 2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -3/+3 |
| 2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
| 2011-02-13 | Net, USB, Option, hso: Do not dereference NULL pointer | Jesper Juhl | 1 | -6/+6 |
| 2010-12-21 | usb: Use static const, consolidate code | Joe Perches | 1 | -23/+16 |
| 2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+0 |
| 2010-12-09 | hso: IP checksuming doesn't work on GE0301 option cards | Thomas Bogendoerfer | 1 | -4/+0 |
| 2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+6 |
| 2010-11-28 | hso: fix disable_net | Filip Aben | 1 | -4/+6 |
| 2010-11-15 | hso: Fix unused variable warning | Alan Cox | 1 | -1/+0 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -9/+0 |
| 2010-10-22 | tty: Convert the USB drivers to the new icount interface | Alan Cox | 1 | -19/+16 |
| 2010-09-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+2 |
| 2010-09-16 | drivers/net/usb/hso.c: prevent reading uninitialized memory | Dan Rosenberg | 1 | -0/+2 |
| 2010-08-17 | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings | 1 | -9/+0 |
| 2010-08-03 | hso: Add new product ID | Filip Aben | 1 | -0/+1 |
| 2010-07-12 | hso: remove driver version | Filip Aben | 1 | -4/+1 |
| 2010-06-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
| 2010-06-22 | hso: remove setting of low_latency flag | Filip Aben | 1 | -1/+0 |
| 2010-06-03 | drivers/net: use __packed annotation | Eric Dumazet | 1 | -1/+1 |
| 2010-05-25 | hso: add support for new products | Filip Aben | 1 | -0/+3 |
| 2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -2/+0 |
| 2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -2/+0 |
| 2010-03-15 | obsolete config in kernel source: HSO_AUTOPM | Christoph Egger | 1 | -3/+0 |
| 2010-01-07 | hso: fixed missing newlines | Jan Dumon | 1 | -8/+8 |
| 2010-01-07 | hso: Fix for 5 sec timeouts with v2.x firmware | Jan Dumon | 1 | -0/+4 |
| 2010-01-07 | hso: Attempt to recover from usb bus errors | Jan Dumon | 1 | -10/+44 |
| 2010-01-07 | hso: don't change the state of a closed port | Jan Dumon | 1 | -5/+5 |
| 2010-01-07 | hso: Fix for endian issues on big endian machines | Jan Dumon | 1 | -5/+7 |
| 2010-01-07 | hso: Add Vendor/Product ID's for new devices | Jan Dumon | 1 | -0/+9 |
| 2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -17/+17 |
| 2009-11-23 | hso: fix soft-lockup | Antti Kaijanmäki | 1 | -1/+3 |
| 2009-11-23 | hso: fix debug routines | Antti Kaijanmäki | 1 | -2/+2 |
| 2009-09-11 | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 1 | -0/+5 |
| 2009-09-02 | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-01 | usbnet: convert to netdev_tx_t | Stephen Hemminger | 1 | -1/+2 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
| 2009-06-13 | net: fix network drivers ndo_start_xmit() return values (part 8) | Patrick McHardy | 1 | -1/+1 |
| 2009-06-08 | hso: convert dev_alloc_skb() to netdev_alloc_skb() | Paulius Zaleckas | 1 | -3/+2 |
| 2009-06-03 | rfkill: rewrite | Johannes Berg | 1 | -20/+22 |
| 2009-05-01 | net: remove driver_data direct access of struct device | Greg Kroah-Hartman | 1 | -2/+2 |
| 2009-04-22 | rfkill: remove deprecated state constants | Johannes Berg | 1 | -2/+2 |
| 2009-04-02 | hso: fix for the 'invalid frame length' messages | Jan Dumon | 1 | -4/+6 |
| 2009-04-02 | hso: fix for crash when unplugging the device | Jan Dumon | 1 | -8/+11 |
| 2009-04-02 | hso: add Vendor/Product ID's for new devices | Jan Dumon | 1 | -2/+9 |
| 2009-03-21 | usbnet: convert hso driver to net_device_ops | Stephen Hemminger | 1 | -4/+8 |
| 2009-02-26 | hso: remove hso_free_device() | Paulius Zaleckas | 1 | -10/+4 |
| 2009-02-26 | hso: remove claiming and releasing of USB interface | Paulius Zaleckas | 1 | -4/+0 |
| 2009-02-17 | drivers/net/usb: fix sparse warnings: Should it be static? | Hannes Eder | 1 | -5/+5 |
| 2009-02-04 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+3 |
| 2009-02-03 | hso: add new device id's | Filip Aben | 1 | -1/+3 |
| 2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -2/+1 |
| 2009-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2009-01-15 | hso serial throttled tty kref fix. | Denis Joseph Barrow | 1 | -1/+3 |
| 2009-01-15 | tty: Fix double grabbing of a spinlock | Denis Joseph Barrow | 1 | -2/+1 |
| 2009-01-15 | tty: Fix a kref leak in the HSO driver on re-open | Alan Cox | 1 | -0/+1 |
| 2009-01-12 | hso: driver fix for big endian machines. | Denis Joseph Barrow | 1 | -2/+2 |
| 2009-01-02 | hso maintainers update patch | Denis Joseph Barrow | 1 | -0/+2 |
| 2009-01-02 | hso modem detect fix patch against Alan Cox'es tty tree | Denis Joseph Barrow | 1 | -1/+1 |
| 2009-01-02 | tty: Modem functions for the HSO driver | Denis Joseph Barrow | 1 | -13/+318 |
| 2009-01-02 | tty: Fix the HSO termios handling a bit | Alan Cox | 1 | -24/+31 |
| 2009-01-02 | hso: net driver using tty without locking | Alan Cox | 1 | -12/+42 |
| 2008-12-29 | drivers/net/usb: use USB API functions rather than constants | Julia Lawall | 1 | -1/+1 |
| 2008-12-22 | net: startup race in hso driver | Oliver Neukum | 1 | -2/+1 |
| 2008-11-25 | Revert "hso: Fix crashes on close." | David S. Miller | 1 | -9/+2 |
| 2008-11-25 | Revert "hso: Fix free of mutexes still in use." | David S. Miller | 1 | -87/+23 |
| 2008-11-25 | Revert "hso: Add TIOCM ioctl handling." | David S. Miller | 1 | -317/+12 |
| 2008-11-25 | hso: Hook up ->reset_resume | Denis Joseph Barrow | 1 | -0/+1 |
| 2008-11-25 | hso: Add TIOCM ioctl handling. | Denis Joseph Barrow | 1 | -12/+317 |
| 2008-11-25 | hso: Fix free of mutexes still in use. | Denis Joseph Barrow | 1 | -23/+87 |
| 2008-11-25 | hso: Fix URB submission -EINVAL. | Denis Joseph Barrow | 1 | -11/+14 |
| 2008-11-25 | hso: Fix crashes on close. | Denis Joseph Barrow | 1 | -2/+9 |
| 2008-11-25 | hso: Add new usb device id's. | Denis Joseph Barrow | 1 | -0/+5 |
| 2008-11-07 | [netdrvr] usb/hso: Cleanup rfkill error handling | Jonathan McDowell | 1 | -4/+6 |
| 2008-11-07 | hso: rfkill type should be WWAN | Paulius Zaleckas | 1 | -1/+1 |
| 2008-09-24 | [netdrvr] usb/hso: throttle to prevent loss of serial data | Denis Joseph Barrow | 1 | -92/+234 |
| 2008-09-24 | [netdrvr/usb] hso_create_bulk_serial_device(): fix a double free | Adrian Bunk | 1 | -4/+5 |
| 2008-08-27 | [netdrvr] hso: dev_kfree_skb crash fix | Denis Joseph Barrow | 1 | -0/+1 |
| 2008-08-27 | [netdrvr] hso: icon 322 detection fix | Denis Joseph Barrow | 1 | -1/+1 |
| 2008-08-14 | USB: HSO: minor fixes due to code review | Greg Kroah-Hartman | 1 | -19/+24 |
| 2008-08-14 | USB: HSO: make tty_operations const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-08-14 | hso: fix refcounting on the ttyHSx devices | Olivier Blin | 1 | -1/+1 |
| 2008-08-14 | hso: fix oops in read/write callbacks | Olivier Blin | 1 | -2/+4 |
| 2008-06-11 | HSO: add option hso driver | Greg Kroah-Hartman | 1 | -0/+2836 |