aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-07hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon1-0/+4
2010-01-07hso: Attempt to recover from usb bus errorsJan Dumon1-10/+44
2010-01-07hso: don't change the state of a closed portJan Dumon1-5/+5
2010-01-07hso: Fix for endian issues on big endian machinesJan Dumon1-5/+7
2010-01-07hso: Add Vendor/Product ID's for new devicesJan Dumon1-0/+9
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-17/+17
2009-11-23hso: fix soft-lockupAntti Kaijanmäki1-1/+3
2009-11-23hso: fix debug routinesAntti Kaijanmäki1-2/+2
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy1-1/+1
2009-06-08hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas1-3/+2
2009-06-03rfkill: rewriteJohannes Berg1-20/+22
2009-05-01net: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-04-22rfkill: remove deprecated state constantsJohannes Berg1-2/+2
2009-04-02hso: fix for the 'invalid frame length' messagesJan Dumon1-4/+6
2009-04-02hso: fix for crash when unplugging the deviceJan Dumon1-8/+11
2009-04-02hso: add Vendor/Product ID's for new devicesJan Dumon1-2/+9