aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
Commit message (Expand)AuthorAge
* net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva2018-07-16
* net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-22
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-11-17
* net: hso: remove redundant unused variable devColin Ian King2017-11-01
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-20
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* net: hso: register netdev later to avoid a race conditionAndreas Kemnade2017-04-28
* net: hso: fix module unloadingAndreas Kemnade2017-04-25
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* hso: Convert printk to pr_<level>Joe Perches2016-09-06
* hso: Use a more common logging styleJoe Perches2016-09-06
* net: usb: hso: don't print error when allocating urb failsWolfram Sang2016-08-13
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-03
|\
| * hso: replace current->state by __set_current_state()Fabian Frederick2015-02-22
* | hso: always read interface number from the current altsettingAleksander Morgado2015-02-20
|/
* hso: fix rx parsing logic when skb allocation failsAleksander Morgado2015-02-13
* hso: Use static attribute groups for sysfs entryTakashi Iwai2015-02-05
* hso: fix rfkill name conflictsOlivier Sobrie2015-02-01
* hso: add missing cancel_work_sync in disconnect()Olivier Sobrie2015-02-01
* hso: update serial_table in usb disconnect methodOlivier Sobrie2015-02-01
* hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie2015-02-01
* hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie2015-02-01
* hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie2015-02-01
* hso: fix small indentation errorOlivier Sobrie2015-02-01
* hso: fix memory leak in hso_create_rfkill()Olivier Sobrie2015-02-01
* hso: fix memory leak when device disconnectsOlivier Sobrie2015-02-01
* hso: fix crash when device disappears while serial port is openOlivier Sobrie2015-02-01
* hso: remove useless header file timer.hOlivier Sobrie2015-02-01
* net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring2014-11-21
* net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda2014-08-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\
| * hso: fix deadlock when receiving bursts of dataOlivier Sobrie2014-07-14
| * hso: remove unused workqueueOlivier Sobrie2014-07-14
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* hso: remove some dead codeDan Carpenter2014-02-07
* hso: fix handling of modem port SERIAL_STATE notificationsDan Williams2014-01-06
* hso: Fix stack corruption on some architecturesDaniel Gimpelevich2013-08-21
* hso: Earlier catch of error conditionDaniel Gimpelevich2013-08-21
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-18
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-18
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-16
* | drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-04
|/
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* TTY: use tty_port_register_deviceJiri Slaby2012-08-13
* tty: move the termios object into the ttyAlan Cox2012-07-16