summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
Commit message (Expand)AuthorAgeFilesLines
* hso: fixed missing newlinesJan Dumon2010-01-071-8/+8
* hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon2010-01-071-0/+4
* hso: Attempt to recover from usb bus errorsJan Dumon2010-01-071-10/+44
* hso: don't change the state of a closed portJan Dumon2010-01-071-5/+5
* hso: Fix for endian issues on big endian machinesJan Dumon2010-01-071-5/+7
* hso: Add Vendor/Product ID's for new devicesJan Dumon2010-01-071-0/+9
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-17/+17
* hso: fix soft-lockupAntti Kaijanmäki2009-11-231-1/+3
* hso: fix debug routinesAntti Kaijanmäki2009-11-231-2/+2
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy2009-06-131-1/+1
* hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas2009-06-081-3/+2Star
* rfkill: rewriteJohannes Berg2009-06-031-20/+22
* net: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-021-2/+2
* rfkill: remove deprecated state constantsJohannes Berg2009-04-221-2/+2
* hso: fix for the 'invalid frame length' messagesJan Dumon2009-04-031-4/+6
* hso: fix for crash when unplugging the deviceJan Dumon2009-04-031-8/+11
* hso: add Vendor/Product ID's for new devicesJan Dumon2009-04-021-2/+9
* usbnet: convert hso driver to net_device_opsStephen Hemminger2009-03-221-4/+8
* hso: remove hso_free_device()Paulius Zaleckas2009-02-271-10/+4Star
* hso: remove claiming and releasing of USB interfacePaulius Zaleckas2009-02-271-4/+0Star
* drivers/net/usb: fix sparse warnings: Should it be static?Hannes Eder2009-02-181-5/+5
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-051-1/+3
|\
| * hso: add new device id'sFilip Aben2009-02-041-1/+3
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-161-2/+2
|\
| * hso: driver fix for big endian machines.Denis Joseph Barrow2009-01-131-2/+2
* | hso serial throttled tty kref fix.Denis Joseph Barrow2009-01-151-1/+3
* | tty: Fix double grabbing of a spinlockDenis Joseph Barrow2009-01-151-2/+1Star
* | tty: Fix a kref leak in the HSO driver on re-openAlan Cox2009-01-151-0/+1
|/
* hso maintainers update patchDenis Joseph Barrow2009-01-021-0/+2
* hso modem detect fix patch against Alan Cox'es tty treeDenis Joseph Barrow2009-01-021-1/+1
* tty: Modem functions for the HSO driverDenis Joseph Barrow2009-01-021-13/+318
* tty: Fix the HSO termios handling a bitAlan Cox2009-01-021-24/+31
* hso: net driver using tty without lockingAlan Cox2009-01-021-12/+42
* drivers/net/usb: use USB API functions rather than constantsJulia Lawall2008-12-301-1/+1
* net: startup race in hso driverOliver Neukum2008-12-231-2/+1Star
* Revert "hso: Fix crashes on close."David S. Miller2008-11-251-9/+2Star
* Revert "hso: Fix free of mutexes still in use."David S. Miller2008-11-251-87/+23Star
* Revert "hso: Add TIOCM ioctl handling."David S. Miller2008-11-251-317/+12Star
* hso: Hook up ->reset_resumeDenis Joseph Barrow2008-11-251-0/+1
* hso: Add TIOCM ioctl handling.Denis Joseph Barrow2008-11-251-12/+317
* hso: Fix free of mutexes still in use.Denis Joseph Barrow2008-11-251-23/+87
* hso: Fix URB submission -EINVAL.Denis Joseph Barrow2008-11-251-11/+14
* hso: Fix crashes on close.Denis Joseph Barrow2008-11-251-2/+9
* hso: Add new usb device id's.Denis Joseph Barrow2008-11-251-0/+5
* [netdrvr] usb/hso: Cleanup rfkill error handlingJonathan McDowell2008-11-071-4/+6