summaryrefslogtreecommitdiff
path: root/drivers/net/usb/hso.c
AgeCommit message (Expand)Author
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-04-09TTY: hso, use tty from tty_portJiri Slaby
2012-04-09TTY: hso, remove tty NULL checks fro tty->opsJiri Slaby
2012-04-09TTY: hso, add tty_portJiri Slaby
2012-04-09TTY: hso, free tty_driverJiri Slaby
2012-04-09TTY: hso, do not set TTY MAGICJiri Slaby
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-02-22hso: memsetting wrong data in hso_get_count()Dan Carpenter
2011-07-08hso: fix a use after free conditionGreg KH
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-02-13Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl
2010-12-21usb: Use static const, consolidate codeJoe Perches
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-09hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-28hso: fix disable_netFilip Aben
2010-11-15hso: Fix unused variable warningAlan Cox
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-16drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-03hso: Add new product IDFilip Aben
2010-07-12hso: remove driver versionFilip Aben
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-22hso: remove setting of low_latency flagFilip Aben
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-25hso: add support for new productsFilip Aben
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-15obsolete config in kernel source: HSO_AUTOPMChristoph Egger
2010-01-07hso: fixed missing newlinesJan Dumon
2010-01-07hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon
2010-01-07hso: Attempt to recover from usb bus errorsJan Dumon
2010-01-07hso: don't change the state of a closed portJan Dumon
2010-01-07hso: Fix for endian issues on big endian machinesJan Dumon
2010-01-07hso: Add Vendor/Product ID's for new devicesJan Dumon
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-23hso: fix soft-lockupAntti Kaijanmäki
2009-11-23hso: fix debug routinesAntti Kaijanmäki
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger