summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
AgeCommit message (Expand)AuthorLines
2015-02-22hso: replace current->state by __set_current_state()Fabian Frederick-1/+1
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado-1/+1
2015-02-05hso: Use static attribute groups for sysfs entryTakashi Iwai-7/+10
2015-02-01hso: fix rfkill name conflictsOlivier Sobrie-2/+3
2015-02-01hso: add missing cancel_work_sync in disconnect()Olivier Sobrie-0/+2
2015-02-01hso: update serial_table in usb disconnect methodOlivier Sobrie-1/+1
2015-02-01hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie-3/+9
2015-02-01hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie-24/+1
2015-02-01hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie-6/+6
2015-02-01hso: fix small indentation errorOlivier Sobrie-2/+2
2015-02-01hso: fix memory leak in hso_create_rfkill()Olivier Sobrie-9/+3
2015-02-01hso: fix memory leak when device disconnectsOlivier Sobrie-0/+1
2015-02-01hso: fix crash when device disappears while serial port is openOlivier Sobrie-4/+13
2015-02-01hso: remove useless header file timer.hOlivier Sobrie-1/+0
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring-2/+1
2014-08-05net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda-0/+1
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-33/+17
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2014-07-14hso: fix deadlock when receiving bursts of dataOlivier Sobrie-21/+17
2014-07-14hso: remove unused workqueueOlivier Sobrie-12/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-02-06hso: remove some dead codeDan Carpenter-21/+11
2014-01-06hso: fix handling of modem port SERIAL_STATE notificationsDan Williams-2/+11
2013-08-21hso: Fix stack corruption on some architecturesDaniel Gimpelevich-1/+5
2013-08-21hso: Earlier catch of error conditionDaniel Gimpelevich-4/+5
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby-6/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-11/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-17/+15
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches-18/+7
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-16/+15
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-4/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby-2/+3
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-3/+4
2012-07-16tty: move the termios object into the ttyAlan Cox-7/+5
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-61/+44
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp-0/+1
2012-04-09TTY: hso, use tty from tty_portJiri Slaby-27/+13
2012-04-09TTY: hso, remove tty NULL checks fro tty->opsJiri Slaby-17/+10
2012-04-09TTY: hso, add tty_portJiri Slaby-12/+13
2012-04-09TTY: hso, free tty_driverJiri Slaby-4/+8
2012-04-09TTY: hso, do not set TTY MAGICJiri Slaby-1/+0
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-2/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby-2/+0
2012-02-22hso: memsetting wrong data in hso_get_count()Dan Carpenter-1/+1
2011-07-08hso: fix a use after free conditionGreg KH-3/+4
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman-6/+6
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox-3/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox-1/+1
2011-02-13Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl-6/+6