aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-02-12net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork1-0/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+15
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-4/+2
2013-02-06net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork1-0/+12
2013-02-06net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork1-0/+3
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+30
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches6-41/+17
2013-02-04net: usbnet: fix tx_dropped statisticsBjørn Mork1-6/+4
2013-01-30NET: qmi_wwan: add Telit LE920 supportDaniele Palmas1-0/+1
2013-01-30net: usbnet: prevent buggy devices from killing usBjørn Mork1-0/+25
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+90
2013-01-28dm9601: support dm9620 variantPeter Korsgaard1-1/+29
2013-01-27net: cdc_ncm: use IAD provided by the USB coreBjørn Mork1-24/+4
2013-01-23net: cdc_mbim: send ZLP only for the specific buggy deviceBjørn Mork1-0/+19
2013-01-21cdc_ncm: add support FLAG_NOARP for Infineon modem platformWei Shuai1-0/+21
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai1-0/+4
2013-01-21net: cdc_ncm: fix error path for single interface probingBjørn Mork1-1/+2
2013-01-21net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork1-1/+1
2013-01-21net: cdc_ncm: workaround for missing CDC UnionBjørn Mork1-0/+27
2013-01-20usbnet: pegasus: set wakeup enable in set_wolMing Lei1-1/+7
2013-01-19net: asix: ax88772_unbind() can be staticWu Fengguang1-1/+1
2013-01-19net: qmi_wwan: add ONDA MT8205 4G LTEBjørn Mork1-0/+1
2013-01-18net: usb: initialize tmp in dm9601.c to avoid warningSimon Que1-2/+2
2013-01-18net: asix: handle packets crossing URB boundariesLucas Stach4-30/+109
2013-01-18net: asix: init ASIX AX88772B MAC from EEPROMLucas Stach2-3/+30
2013-01-16net: qmi_wwan: add TP-LINK HSUPA Modem MA180Bjørn Mork1-0/+1
2013-01-16usbnet: dm9601: Fix incorrect commandTushar Behera1-16/+6
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko2-2/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko6-15/+16
2013-01-04smsc95xx: enable dynamic autosuspendSteve Glendinning1-1/+150
2013-01-04smsc95xx: eliminate duplicate warnings on io failureSteve Glendinning1-217/+67
2012-12-28net: qmi_wwan: add Telekom Speedstick LTE IIBjørn Mork1-0/+1
2012-12-19net: qmi_wwan: add ZTE MF880Bjørn Mork1-0/+1
2012-12-19use generic usbnet_manage_power()Oliver Neukum2-16/+4
2012-12-19usbnet: generic manage_power()Oliver Neukum1-0/+10
2012-12-19usbnet: handle PM failure gracefullyOliver Neukum1-7/+8
2012-12-17cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362Dan Williams1-16/+4
2012-12-17qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDsDan Williams2-0/+29
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-1387/+2956
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+3
2012-12-10smsc95xx: fix async register writes on big endian platformsSteve Glendinning1-5/+9
2012-12-10smsc95xx: fix register dump of last registerSteve Glendinning1-1/+1
2012-12-10smsc75xx: only set mac address once on bindSteve Glendinning1-2/+8
2012-11-30smsc95xx: expand check_ macrosSteve Glendinning1-121/+391
2012-11-30smsc95xx: fix smsc_crc return typeSteve Glendinning1-2/+3
2012-11-30smsc95xx: don't enable remote wakeup directlySteve Glendinning1-25/+5
2012-11-30smsc95xx: fix error handling in suspend failure caseSteve Glendinning1-21/+29