aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches1-18/+7
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-16/+15
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-4/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+3
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-3/+4
2012-07-16tty: move the termios object into the ttyAlan Cox1-7/+5
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-61/+44
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-09TTY: hso, use tty from tty_portJiri Slaby1-27/+13
2012-04-09TTY: hso, remove tty NULL checks fro tty->opsJiri Slaby1-17/+10
2012-04-09TTY: hso, add tty_portJiri Slaby1-12/+13
2012-04-09TTY: hso, free tty_driverJiri Slaby1-4/+8
2012-04-09TTY: hso, do not set TTY MAGICJiri Slaby1-1/+0
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-2/+0
2012-02-22hso: memsetting wrong data in hso_get_count()Dan Carpenter1-1/+1
2011-07-08hso: fix a use after free conditionGreg KH1-3/+4
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman1-6/+6
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-3/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-13Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl1-6/+6
2010-12-21usb: Use static const, consolidate codeJoe Perches1-23/+16
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2010-12-09hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer1-4/+0
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+6
2010-11-28hso: fix disable_netFilip Aben1-4/+6
2010-11-15hso: Fix unused variable warningAlan Cox1-1/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-9/+0
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-19/+16
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-09-16drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg1-0/+2
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-9/+0
2010-08-03hso: Add new product IDFilip Aben1-0/+1
2010-07-12hso: remove driver versionFilip Aben1-4/+1
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-06-22hso: remove setting of low_latency flagFilip Aben1-1/+0
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-25hso: add support for new productsFilip Aben1-0/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-03-15obsolete config in kernel source: HSO_AUTOPMChristoph Egger1-3/+0
2010-01-07hso: fixed missing newlinesJan Dumon1-8/+8