summaryrefslogtreecommitdiff
path: root/drivers/net/usb/hso.c
Commit message (Expand)AuthorAgeFilesLines
* usb: hso: remove the bailout parameterDongliang Mu2021-10-061-3/+3
* usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-10-061-10/+23
* hso: fix bailout in error case of probeOliver Neukum2021-10-061-4/+4
* net: hso: fix muxed tty registrationJohan Hovold2021-10-061-7/+5
* net: hso: fix control-request directionsJohan Hovold2021-06-031-2/+2
* net: hso: fix NULL-deref on disconnect regressionJohan Hovold2021-04-281-1/+1
* net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam2021-04-141-21/+12
* usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev2020-08-111-1/+4
* usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven2020-08-051-2/+3
* hso: fix NULL-deref on tty openJohan Hovold2019-10-071-4/+8
* USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng2018-12-291-2/+16
* net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva2018-07-161-6/+3
* net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-221-14/+21
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-4/+4
* net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-11-181-2/+1
* net: hso: remove redundant unused variable devColin Ian King2017-11-011-2/+0
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-7/+6
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-7/+6
* net: hso: register netdev later to avoid a race conditionAndreas Kemnade2017-04-281-7/+7
* net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* hso: Convert printk to pr_<level>Joe Perches2016-09-061-10/+11
* hso: Use a more common logging styleJoe Perches2016-09-061-53/+44
* net: usb: hso: don't print error when allocating urb failsWolfram Sang2016-08-131-15/+5
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-031-1/+1
|\
| * hso: replace current->state by __set_current_state()Fabian Frederick2015-02-221-1/+1
* | hso: always read interface number from the current altsettingAleksander Morgado2015-02-201-4/+9
|/
* hso: fix rx parsing logic when skb allocation failsAleksander Morgado2015-02-131-1/+1
* hso: Use static attribute groups for sysfs entryTakashi Iwai2015-02-051-7/+10
* hso: fix rfkill name conflictsOlivier Sobrie2015-02-011-2/+3
* hso: add missing cancel_work_sync in disconnect()Olivier Sobrie2015-02-011-0/+2
* hso: update serial_table in usb disconnect methodOlivier Sobrie2015-02-011-1/+1
* hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie2015-02-011-3/+9
* hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie2015-02-011-24/+1
* hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie2015-02-011-6/+6
* hso: fix small indentation errorOlivier Sobrie2015-02-011-2/+2
* hso: fix memory leak in hso_create_rfkill()Olivier Sobrie2015-02-011-9/+3
* hso: fix memory leak when device disconnectsOlivier Sobrie2015-02-011-0/+1
* hso: fix crash when device disappears while serial port is openOlivier Sobrie2015-02-011-4/+13
* hso: remove useless header file timer.hOlivier Sobrie2015-02-011-1/+0
* net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring2014-11-211-2/+1
* net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda2014-08-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-33/+17
|\
| * hso: fix deadlock when receiving bursts of dataOlivier Sobrie2014-07-141-21/+17
| * hso: remove unused workqueueOlivier Sobrie2014-07-141-12/+0
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* hso: remove some dead codeDan Carpenter2014-02-061-21/+11
* hso: fix handling of modem port SERIAL_STATE notificationsDan Williams2014-01-061-2/+11