aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/eth
AgeCommit message (Expand)AuthorFilesLines
2014-11-07usb: eth: fix MakefileRene Griessl1-3/+1
2014-10-22net: asix: Add support for AX88772BAlexandre Courbot1-0/+1
2014-09-16net: usb: Add SMSC copyright to smsc95xx driverSimon Glass1-0/+1
2014-06-25usb: eth: smsc95xx: add LAN9500A device IDIlya Ledvich1-0/+1
2014-06-25usb: cosmetic: double constJeroen Hofstee2-2/+2
2014-03-12usb: net: introduce support for Moschip USB ethernetGerhard Sittig3-0/+820
2014-03-07net: asix: don't pad odd-length TX packetsStephen Warren1-2/+0
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada1-25/+3
2013-10-20usb:smsx95xx LED activity for USB net driverSuriyan Ramasami1-0/+14
2013-08-19net: smsc95xx: Add support for another SMSC95xx variantStefan Roese1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-65/+4
2013-06-30usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert1-0/+1
2013-06-12usb: asix: Move software resets to basic_initJulius Werner1-23/+17
2013-05-14OMAP5: Enable USB Ethernet support with LAN9730Lubomir Popov1-0/+1
2013-03-18usb: usbeth: smsc95xx: remove EEPROM loaded checkMichael Spang1-4/+0
2012-10-15usb: add support for multiple usb controllersLucas Stach1-1/+1
2012-09-26net: asix: add AX88772B supportLucas Stach1-12/+23
2012-09-26net: asix: add read_mac functionLucas Stach1-12/+35
2012-09-26net: asix: add write_hwaddr functionLucas Stach1-11/+52
2012-09-26net: asix: split out basic reset functionLucas Stach1-18/+26
2012-09-26net: introduce transparent driver private in ueth_dataLucas Stach1-14/+35
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk1-13/+17
2012-07-18smsc95xx: align buffers to cache line sizeIlya Yanok1-4/+9
2012-07-11CACHE: net: asix: Fix asix driver to work with data cache onMarek Vasut1-13/+17
2012-05-22drivers/usb/eth/asix.c: Fix build warningAnatolij Gustschin1-1/+1
2012-05-22drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2012-03-03eth: remove usb-ethernet devices before re-enumerating themVincent Palatin1-2/+5
2012-02-14usb_ether: fix typoPeter Meerwald1-1/+1
2011-11-22smsc95xx: Debug message cleanupWolfgang Grandegger1-7/+3
2011-11-22smsc95xx: Fix MAC address programmingWolfgang Grandegger1-3/+3
2011-10-27GCC4.6: Squash warnings in smsc95xx.cMarek Vasut1-1/+1
2011-09-24ASIX: Fix buffer access in asix_get_phy_addr()Marek Vasut1-1/+1
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-2/+7
2011-08-08Add support for SMSC95XX USB 2.0 10/100MBit Ethernet AdapterSimon Glass3-0/+887
2011-06-25usb: convert to partial linkingMike Frysinger1-2/+2
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2011-02-19Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass3-0/+645
2011-02-19Add USB host ethernet adapter supportSimon Glass2-0/+188