summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2014-04-02usbnet: remove generic hard_header_len checkEmil Goode7-17/+33
2014-02-15dm9601: work around tx fifo sync issue on dm962xPeter Korsgaard1-8/+19
2014-02-15dm9601: fix reception of full size ethernet frames on dm9620/dm9621aPeter Korsgaard1-1/+6
2013-10-27dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard1-1/+1
2013-10-27net: usb: cdc_ether: Use wwan interface for Telit modulesFabio Porcedda1-0/+5
2013-09-10usbnet: do not pretend to support SG/TSOEric Dumazet1-9/+3
2013-04-10smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-01-03usb/ipheth: Add iPhone 5 supportJay Purohit1-0/+5
2012-11-16net: usb: Fix memory leak on Tx data pathHemant Kumar1-0/+3
2012-10-10sierra_net: Endianess bug fix.Lennart Sorensen1-1/+1
2012-10-10asix: Support DLink DUB-E100 H/W Ver C1Søren holm1-0/+4
2012-08-19USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-07-25ipheth: add support for iPadDavide Gerhard1-0/+5
2012-06-20net: sierra_net: device IDs for Aircard 320U++Bjørn Mork1-4/+10
2012-06-10asix: allow full size 8021Q frames to be receivedEric Dumazet1-1/+2
2012-05-21cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams1-0/+16
2012-05-21usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38
2012-05-21cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork1-2/+12
2012-05-21asix: Fix tx transfer padding for full-speed USBIngo van Lil1-2/+2
2012-05-11smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati1-1/+1
2012-05-11net: usb: smsc75xx: fix mtuStephane Fillod1-0/+1
2012-04-13USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus"Guan Xin1-0/+5
2012-04-13net: usb: cdc_eem: fix mtuRabin Vincent1-0/+1
2012-04-02usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com1-1/+0
2012-04-02usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com1-0/+9
2012-03-19usb: asix: Patch for Sitecom LN-031Joerg Neikes1-0/+4
2012-03-12net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-03-12Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2-0/+14
2012-03-01ipheth: Add iPhone 4STim Gardner1-0/+5
2012-01-26asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna1-0/+8
2012-01-26asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna1-0/+7
2012-01-12asix: fix infinite loop in rx_fixup()Aurelien Jacobs1-1/+1
2011-12-20asix: new device idAurelien Jacobs1-0/+4
2011-11-16net-next:asix: V2 Update VERSIONGrant Grundler1-1/+1
2011-11-16net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler1-7/+15
2011-11-16net-next:asix: reduce AX88772 init time by about 2 secondsGrant Grundler1-5/+25
2011-11-16net-next:asix:poll in asix_get_phyid in case phy not readyGrant Grundler1-2/+10
2011-11-16net-next:asix:PHY_MODE_RTL8211CL should be 0xCGrant Grundler1-1/+1
2011-11-14net/usb: Misc. fixes for the LG-VL600 LTE USB modemMark Kamichoff2-15/+12
2011-11-08Fix incorrect usage of NET_IP_ALIGNNico Erfurth1-3/+4
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov1-1/+2
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-10-20NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler1-0/+3
2011-10-08Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-1/+1
2011-10-05NET: white space/coding style cleanup of asix driverGrant Grundler1-71/+82
2011-10-05NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler1-62/+101
2011-10-05NET: fix phy init for AX88772 USB ethernetGrant Grundler1-54/+61
2011-10-03rtl8150: removal of forward declarations.françois romieu1-61/+50