aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-26net: hso: Fix -Wcast-function-typePhong Tran1-2/+3
2019-10-17usb: hso: obey DMA rules in tiocmgetOliver Neukum1-4/+9
2019-10-01hso: fix NULL-deref on tty openJohan Hovold1-4/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner1-15/+1
2018-12-12USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2018-07-16net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva1-6/+3
2018-06-22net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-14/+21
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-4/+4
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-2/+1
2017-11-01net: hso: remove redundant unused variable devColin Ian King1-2/+0
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-7/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-7/+6
2017-04-28net: hso: register netdev later to avoid a race conditionAndreas Kemnade1-7/+7
2017-04-25net: hso: fix module unloadingAndreas Kemnade1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-09-06hso: Convert printk to pr_<level>Joe Perches1-10/+11
2016-09-06hso: Use a more common logging styleJoe Perches1-53/+44
2016-08-13net: usb: hso: don't print error when allocating urb failsWolfram Sang1-15/+5
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-22hso: replace current->state by __set_current_state()Fabian Frederick1-1/+1
2015-02-20hso: always read interface number from the current altsettingAleksander Morgado1-4/+9
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado1-1/+1
2015-02-05hso: Use static attribute groups for sysfs entryTakashi Iwai1-7/+10
2015-02-01hso: fix rfkill name conflictsOlivier Sobrie1-2/+3
2015-02-01hso: add missing cancel_work_sync in disconnect()Olivier Sobrie1-0/+2
2015-02-01hso: update serial_table in usb disconnect methodOlivier Sobrie1-1/+1
2015-02-01hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie1-3/+9
2015-02-01hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie1-24/+1
2015-02-01hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie1-6/+6
2015-02-01hso: fix small indentation errorOlivier Sobrie1-2/+2
2015-02-01hso: fix memory leak in hso_create_rfkill()Olivier Sobrie1-9/+3
2015-02-01hso: fix memory leak when device disconnectsOlivier Sobrie1-0/+1
2015-02-01hso: fix crash when device disappears while serial port is openOlivier Sobrie1-4/+13
2015-02-01hso: remove useless header file timer.hOlivier Sobrie1-1/+0
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring1-2/+1
2014-08-05net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda1-0/+1
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+17
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14hso: fix deadlock when receiving bursts of dataOlivier Sobrie1-21/+17
2014-07-14hso: remove unused workqueueOlivier Sobrie1-12/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-02-06hso: remove some dead codeDan Carpenter1-21/+11
2014-01-06hso: fix handling of modem port SERIAL_STATE notificationsDan Williams1-2/+11
2013-08-21hso: Fix stack corruption on some architecturesDaniel Gimpelevich1-1/+5
2013-08-21hso: Earlier catch of error conditionDaniel Gimpelevich1-4/+5
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-6/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-11/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-17/+15