summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
AgeCommit message (Expand)Author
2020-08-05usb: hso: remove bogus check for EINPROGRESSOliver Neukum
2020-08-05usb: hso: no complaint about kmalloc failureOliver Neukum
2020-08-05hso: fix bailout in error case of probeOliver Neukum
2020-07-28usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev
2020-07-13usb: hso: Fix debug compile warning on sparc32Geert Uytterhoeven
2020-05-07usb: hso: correct debug messageOliver Neukum
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-26net: hso: Fix -Wcast-function-typePhong Tran
2019-10-17usb: hso: obey DMA rules in tiocmgetOliver Neukum
2019-10-01hso: fix NULL-deref on tty openJohan Hovold
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner
2018-12-12USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng
2018-07-16net: usb: hso: use swap macro in hso_kick_transmitGustavo A. R. Silva
2018-06-22net: usb: hso: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman
2017-11-01net: hso: remove redundant unused variable devColin Ian King
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28net: hso: register netdev later to avoid a race conditionAndreas Kemnade
2017-04-25net: hso: fix module unloadingAndreas Kemnade
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-09-06hso: Convert printk to pr_<level>Joe Perches
2016-09-06hso: Use a more common logging styleJoe Perches
2016-08-13net: usb: hso: don't print error when allocating urb failsWolfram Sang
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-22hso: replace current->state by __set_current_state()Fabian Frederick
2015-02-20hso: always read interface number from the current altsettingAleksander Morgado
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado
2015-02-05hso: Use static attribute groups for sysfs entryTakashi Iwai
2015-02-01hso: fix rfkill name conflictsOlivier Sobrie
2015-02-01hso: add missing cancel_work_sync in disconnect()Olivier Sobrie
2015-02-01hso: update serial_table in usb disconnect methodOlivier Sobrie
2015-02-01hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie
2015-02-01hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie
2015-02-01hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie
2015-02-01hso: fix small indentation errorOlivier Sobrie
2015-02-01hso: fix memory leak in hso_create_rfkill()Olivier Sobrie
2015-02-01hso: fix memory leak when device disconnectsOlivier Sobrie
2015-02-01hso: fix crash when device disappears while serial port is openOlivier Sobrie
2015-02-01hso: remove useless header file timer.hOlivier Sobrie
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring
2014-08-05net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-14hso: fix deadlock when receiving bursts of dataOlivier Sobrie
2014-07-14hso: remove unused workqueueOlivier Sobrie
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-02-06hso: remove some dead codeDan Carpenter