1. 91d5254 driver: usb: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  2. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  3. dfb69f7 smsc95xx: Use zero length packets when RX fifo is empty by Stefan Brüns · 9 years ago
  4. d3095fe smsc95xx: Fetch whole burst with 1 URB, avoid framing errors by Stefan Brüns · 9 years ago
  5. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  6. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  7. 68c4197 net: smsc95xx: Add driver-model support by Simon Glass · 9 years ago
  8. 3faecae net: smsc95xx: Prepare for conversion to driver model by Simon Glass · 9 years ago
  9. ebe0e5a net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  10. 4d89e5b net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  11. ce48e50 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  12. e96ba56 dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  13. 7bbbb3c net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  14. f58369f dm: usb: eth: Add driver-model support to the asix driver by Simon Glass · 9 years ago
  15. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  16. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
  17. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  18. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  19. 33b66e8 dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · 10 years ago
  20. 7306e9c usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  21. eecc3ce usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · 10 years ago
  22. 979beee usb: eth: add ASIX AX88179 DRIVER by Rene Griessl · 10 years ago
  23. 1f71294 usb: eth: fix Makefile by Rene Griessl · 10 years ago
  24. ceeb40c net: asix: Add support for AX88772B by Alexandre Courbot · 10 years ago
  25. 00be89c net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · 10 years ago
  26. 180bb6a usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · 11 years ago
  27. 5528f4c usb: cosmetic: double const by Jeroen Hofstee · 10 years ago
  28. 2385df6 usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · 11 years ago
  29. 0ef16bb net: asix: don't pad odd-length TX packets by Stephen Warren · 11 years ago
  30. 3e02168 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  31. e0f2f8c usb:smsx95xx LED activity for USB net driver by Suriyan Ramasami · 11 years ago
  32. 8aa7b04 net: smsc95xx: Add support for another SMSC95xx variant by Stefan Roese · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. 75caa35 usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 by Pierre Aubert · 11 years ago
  35. 160298f usb: asix: Move software resets to basic_init by Julius Werner · 12 years ago
  36. 7ca25b6 OMAP5: Enable USB Ethernet support with LAN9730 by Lubomir Popov · 12 years ago
  37. 7b5e779 usb: usbeth: smsc95xx: remove EEPROM loaded check by Michael Spang · 12 years ago
  38. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  39. 06e4693 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  40. 95c359b net: asix: add read_mac function by Lucas Stach · 12 years ago
  41. fc9a758 net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  42. a0d5d03 net: asix: split out basic reset function by Lucas Stach · 12 years ago
  43. 36267c4 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  44. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  45. 43b56c2 smsc95xx: align buffers to cache line size by Ilya Yanok · 12 years ago
  46. 115436e CACHE: net: asix: Fix asix driver to work with data cache on by Marek Vasut · 12 years ago
  47. 28ca379 drivers/usb/eth/asix.c: Fix build warning by Anatolij Gustschin · 13 years ago
  48. df93c8e drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  49. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  50. e124c7b usb_ether: fix typo by Peter Meerwald · 13 years ago
  51. f9af1f8 smsc95xx: Debug message cleanup by Wolfgang Grandegger · 13 years ago
  52. 0151b68 smsc95xx: Fix MAC address programming by Wolfgang Grandegger · 13 years ago
  53. ef78e08 GCC4.6: Squash warnings in smsc95xx.c by Marek Vasut · 13 years ago
  54. a61b966 ASIX: Fix buffer access in asix_get_phy_addr() by Marek Vasut · 13 years ago
  55. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  56. 246c119 Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter by Simon Glass · 13 years ago
  57. e1e12ad usb: convert to partial linking by Mike Frysinger · 13 years ago
  58. 1a0ce28 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 14 years ago
  59. 246d693 Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor by Simon Glass · 14 years ago
  60. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago