aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-03usbnet: test off by oneroel kluin1-2/+2
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-11usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum2-29/+136
2009-12-03cdc-ether: Implement reset_resume()Oliver Neukum1-0/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches10-80/+80
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2009-11-23hso: fix soft-lockupAntti Kaijanmäki1-1/+3
2009-11-23hso: fix debug routinesAntti Kaijanmäki1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings4-9/+11
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+42
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+42
2009-11-04cdc_ether: additional Ericsson MBM PID's to the whitelistTorgny Johansson2-2/+42
2009-10-30USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar1-3/+3
2009-10-29convert kaweth to use usb_reset_configuration()Oliver Neukum1-10/+1
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2009-10-29netdev: usb: dm9601.c can drive a device not supported yet, add support for itJanusz Krzysztofik1-0/+4
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+18
2009-10-13net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor:Product IDsChris Rankin2-1/+18
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-07rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-10-05usbnet: Set device type for wlan and wwan devicesMarcel Holtmann1-0/+14
2009-10-05usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann2-6/+17
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-7/+10
2009-09-23USB: Fix CDC EEM host driver 'sentinel' CRC validationBrian Niebuhr1-7/+10
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning2-2/+2
2009-09-22kaweth: Fix memory leak in kaweth_control()Kevin Cernekee1-7/+11
2009-09-22smsc95xx: add additional USB product IDsSteve Glendinning1-0/+65
2009-09-14cdc-phonet: remove noisy debug statementRémi Denis-Courmont1-1/+0
2009-09-11cdc-phonet: autoconfigure Phonet addressRémi Denis-Courmont1-0/+15
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger10-11/+11
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger7-12/+17
2009-08-14pegasus: Add new device ID.Petko Manolov1-0/+2
2009-08-14usbnet: add rx queue pausingJussi Kivilinna1-1/+43
2009-08-04rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna1-21/+29
2009-08-04usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna1-14/+18
2009-08-02smsc95xx: remove EEPROM loaded checkSteve Glendinning1-5/+0
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+470