summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: usb: convert drivers to spdxOleksij Rempel2018-12-072-30/+4
* usbnet: increase bulk message timeoutNikita Yushchenko2018-05-021-1/+1
* net: usb: use minimum timeout when polling for new packetsSascha Hauer2016-07-141-1/+1
* net: usb: asix: fix 'no previous prototype' warningAntony Pavlov2015-11-231-1/+1
* net: usb: asix: make rx_fixup ax_skb buffer alignedAntony Pavlov2015-11-231-1/+1
* net: Make set_ethaddr argument constSascha Hauer2015-06-262-2/+2
* net: usb: asix: Add D-link DUB-E100 H/W Ver C1 supportMayur Nande2015-04-281-0/+4
* net: asix: handle packets crossing URB boundariesLucas Stach2014-09-221-32/+91
* USB: Use descriptors from ch9.hSascha Hauer2014-07-181-5/+0
* USB: introduce usb_interface/usb_configuration structsSascha Hauer2014-07-181-6/+6
* USB: Kconfig: introduce USB_HOST symbolSascha Hauer2014-07-181-1/+1
* net: Pass eth_device to net_receiveSascha Hauer2014-05-153-4/+4
* net: usb: asix: fix formatingAntony Pavlov2014-04-231-9/+8
* net: usb: asix: properly propagate error codeLucas Stach2014-02-101-2/+2
* net: usb: smsc95xx: fix wrong phy reset conditionLucas Stach2014-02-101-1/+1
* net usb asix: add AX88772B USB IDPhilipp Zabel2014-01-291-0/+14
* net usb asix: read MAC from EEPROM on AX88772BPhilipp Zabel2014-01-291-3/+15
* net usb asix: Use only 11 bits of header for data sizeMarek Vasut2014-01-231-2/+2
* net usb asix: Simplify condition in rx_fixup()Marek Vasut2014-01-231-1/+1
* net usb asix: Add missing line breaks in dev_* messagesSascha Hauer2012-11-011-28/+28
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-032-8/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-172-8/+0
* | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-254-48/+37
|/
* usb net: fix unregistrationSascha Hauer2012-02-141-4/+2
* usb net smsc95xx: add missing mii_unregisterSascha Hauer2012-02-141-0/+3
* usb net smsc95xx: remove unused variableSascha Hauer2012-02-141-4/+0
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-152-0/+2
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-151-0/+1
* Merge branch 'omap-drivers' into nextSascha Hauer2011-04-064-0/+1199
|\
| * usb net: Add SMSC95xx supportSascha Hauer2011-03-304-0/+1199
* | usbnet: do not initialize ethernet device from usb deviceSascha Hauer2011-04-041-1/+0
|/
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-273-19/+15
* usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-242-10/+11
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-172-2/+2
* add a device_d to ethernet devicesSascha Hauer2009-07-212-34/+27
* usbnet: Check return valueSascha Hauer2009-05-251-5/+6
* select MIIPHY for usbnetSascha Hauer2009-05-191-0/+1
* USB supportSascha Hauer2009-04-074-0/+1050