summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork2013-03-282-27/+33
* net: qmi_wwan: set correct altsetting for Gobi 1K devicesBjørn Mork2013-03-281-33/+16
* usbnet: smsc95xx: fix suspend failureMing Lei2013-03-141-0/+6
* net: cdc_ncm: fix probing of devices with multiple control interface altsettingsBjørn Mork2013-02-281-3/+8
* net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork2013-02-121-0/+1
* net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork2013-02-061-0/+12
* net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork2013-02-061-0/+3
* net: usbnet: fix tx_dropped statisticsBjørn Mork2013-02-041-6/+4
* NET: qmi_wwan: add Telit LE920 supportDaniele Palmas2013-01-301-0/+1
* net: usbnet: prevent buggy devices from killing usBjørn Mork2013-01-301-0/+25
* dm9601: support dm9620 variantPeter Korsgaard2013-01-281-1/+29
* net: cdc_ncm: use IAD provided by the USB coreBjørn Mork2013-01-271-24/+4
* net: cdc_mbim: send ZLP only for the specific buggy deviceBjørn Mork2013-01-231-0/+19
* cdc_ncm: add support FLAG_NOARP for Infineon modem platformWei Shuai2013-01-211-0/+21
* usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai2013-01-211-0/+4
* net: cdc_ncm: fix error path for single interface probingBjørn Mork2013-01-211-1/+2
* net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork2013-01-211-1/+1
* net: cdc_ncm: workaround for missing CDC UnionBjørn Mork2013-01-211-0/+27
* net: qmi_wwan: add ONDA MT8205 4G LTEBjørn Mork2013-01-191-0/+1
* net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork2013-01-161-0/+1
* usbnet: dm9601: Fix incorrect commandTushar Behera2013-01-161-16/+6
* net: qmi_wwan: add Telekom Speedstick LTE IIBjørn Mork2012-12-281-0/+1
* net: qmi_wwan: add ZTE MF880Bjørn Mork2012-12-191-0/+1
* use generic usbnet_manage_power()Oliver Neukum2012-12-192-16/+4
* usbnet: generic manage_power()Oliver Neukum2012-12-191-0/+10
* usbnet: handle PM failure gracefullyOliver Neukum2012-12-191-7/+8
* cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362Dan Williams2012-12-171-16/+4
* qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDsDan Williams2012-12-172-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-1216-1387/+2956
|\
| * smsc95xx: fix async register writes on big endian platformsSteve Glendinning2012-12-101-5/+9
| * smsc95xx: fix register dump of last registerSteve Glendinning2012-12-101-1/+1
| * smsc75xx: only set mac address once on bindSteve Glendinning2012-12-101-2/+8
| * smsc95xx: expand check_ macrosSteve Glendinning2012-11-301-121/+391
| * smsc95xx: fix smsc_crc return typeSteve Glendinning2012-11-301-2/+3
| * smsc95xx: don't enable remote wakeup directlySteve Glendinning2012-11-301-25/+5
| * smsc95xx: fix error handling in suspend failure caseSteve Glendinning2012-11-301-21/+29
| * smsc95xx: fix suspend buffer overflowSteve Glendinning2012-11-301-1/+6
| * smsc75xx: expand check_ macrosSteve Glendinning2012-11-301-159/+576
| * smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning2012-11-301-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-0/+1
| |\
| * | smsc75xx: don't enable remote wakeup directlySteve Glendinning2012-11-281-35/+8
| * | smsc75xx: add support for USB dynamic autosuspendSteve Glendinning2012-11-281-4/+119
| * | smsc75xx: fix error handling in suspend failure caseSteve Glendinning2012-11-281-31/+38
| * | smsc75xx: support PHY wakeup sourceSteve Glendinning2012-11-281-17/+152
| * | smsc75xx: refactor entering suspend modesSteve Glendinning2012-11-281-24/+38
| * | smsc75xx: check return code from smsc75xx_resetSteve Glendinning2012-11-281-0/+1
| * | smsc: Add logging message newlinesJoe Perches2012-11-252-291/+296
| * | asix: use ramdom hw addr if the one read is not validJean-Christophe PLAGNIOL-VILLARD2012-11-231-3/+16
| * | smsc95xx: refactor entering suspend modesSteve Glendinning2012-11-231-79/+99
| * | smsc95xx: support PHY wakeup sourceSteve Glendinning2012-11-232-17/+164