1. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  2. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  3. b08cd54 eth/r8152: fix the aggregation issue by Hayes Wang · Wed Dec 16 17:03:23 2020 +0800
  4. 5573bf5 eth/r8152: free previous memory if r8152_eth_probe fail by Hayes Wang · Wed Dec 16 17:03:22 2020 +0800
  5. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  7. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  8. d215ca2 eth/r8152: support RTL8153B/RTL8154B by Hayes Wang · Tue Jun 16 17:09:47 2020 +0800
  9. 98e9791 eth/r8152: modify rtl_clear_bp function by Hayes Wang · Tue Jun 16 17:09:46 2020 +0800
  10. 27217bc eth/r8152: reset PHY after setting it by Hayes Wang · Tue Jun 16 17:09:45 2020 +0800
  11. 653d2e7 eth/r8152: reset bmu after disabling Tx/Rx by Hayes Wang · Tue Jun 16 17:09:44 2020 +0800
  12. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  13. a587d3b eth/r8152: update the firmware by Hayes Wang · Fri Jun 05 15:23:40 2020 +0800
  14. f65b643 eth/r8152: fix assigning the wrong endpoint by Hayes Wang · Fri May 22 16:54:10 2020 +0800
  15. 1bb3ee4 eth/r8152: fix typo in register name by Hayes Wang · Fri May 22 16:54:11 2020 +0800
  16. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  18. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  19. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  20. 1e26864 arm: Don't include common.h in header files by Simon Glass · Sun May 10 11:39:55 2020 -0600
  21. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · Fri Nov 23 17:36:19 2018 +0100
  22. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  23. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  24. beba0ff dwc2 USB controller hangs with lan78xx by Andrew Thomas · Mon Jun 18 11:56:06 2018 -0700
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  26. f21eee7 lan7xxx: Require phylib by Alexander Graf · Thu Mar 15 15:10:20 2018 +0100
  27. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  28. b110e11 usb: net: migrate USB Ethernet adapters to Kconfig by Chris Packham · Mon Aug 28 20:50:46 2017 +1200
  29. 547cf41 usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig by Chris Packham · Mon Aug 28 20:50:45 2017 +1200
  30. 281a0c7 usb: net: Add support for Microchip LAN75xx and LAN78xx by Yuiko Oshino · Fri Aug 11 12:44:58 2017 -0400
  31. 657bc53 net: usb: r8152: fix "duplicate 'const' declaration specifier" by Philipp Tomsich · Sun Jun 25 22:47:15 2017 +0200
  32. 258a320 net: usb: mcs7830: fix non-DM ingress path by Uri Mashiach · Sun May 21 17:00:52 2017 +0300
  33. b8fa836 net: smsc95xx: Correct free_pkt() implementation by Simon Glass · Wed Apr 05 16:23:28 2017 -0600
  34. 0109440 net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers by Stefan Roese · Tue Nov 22 16:14:23 2016 +0100
  35. b86d0fb usb: eth: r8152_fw: fix indentation by Andre Przywara · Wed Nov 16 00:50:11 2016 +0000
  36. c8bff83 net: smsc95xx: fix DM MAC address reading by Stephen Warren · Thu Sep 15 12:53:22 2016 -0600
  37. 3cf1a96 net: asix: Fix ASIX 88772B with driver model by Alban Bedel · Sat Sep 10 03:54:09 2016 +0200
  38. 28fe11c net: asix: Fix AX88772B when used with DriverModel by Joshua Scott · Tue Sep 06 16:03:11 2016 +1200
  39. fd3224b net: smsc95xx: Use correct get_unaligned functions by Chris Packham · Wed Jul 13 09:52:36 2016 +1200
  40. 5600d9c eth: asix88179: Add support for the driver model by Alban Bedel · Tue Aug 09 11:10:03 2016 +0200
  41. c51acfa eth: asix88179: Prepare supporting the driver model by Alban Bedel · Tue Aug 09 11:10:02 2016 +0200
  42. dec81d0 eth: asix88179: Fix receiving on big endian system by Alban Bedel · Wed Aug 03 08:14:41 2016 +0200
  43. 10a6e1c eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter by Alban Bedel · Wed Aug 03 08:14:40 2016 +0200
  44. 47c5097 net: usb: r8152: Add DM support by Stefan Roese · Wed Jun 29 07:58:05 2016 +0200
  45. d3b2359 eth: asix88179: Print packet length properly by Mateusz Kulikowski · Thu Mar 31 23:12:22 2016 +0200
  46. b0e5b49 smsc95xx: fix operation on 64-bit systems by Stephen Warren · Tue Mar 22 22:28:16 2016 -0600
  47. dfdfe6f usb: eth: fix memalign() parameter order by Stephen Warren · Fri Feb 12 13:56:01 2016 -0700
  48. 9b6dbd4 usb: eth: add Realtek RTL8152B/RTL8153 DRIVER by Ted Chen · Wed Jan 20 14:24:52 2016 +0800
  49. fd954e5 dm: net: usb: Convert mcs7830 driver to support driver model by Simon Glass · Sun Nov 29 13:18:11 2015 -0700
  50. b82f62d dm: net: usb: Refactor mcs7830 driver ready for DM conversion by Simon Glass · Sun Nov 29 13:18:10 2015 -0700
  51. 91d5254 driver: usb: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · Sun Oct 25 13:18:41 2015 +0530
  52. d5987a9 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 29 16:30:33 2015 -0400
  53. dfb69f7 smsc95xx: Use zero length packets when RX fifo is empty by Stefan Brüns · Tue Sep 08 05:12:00 2015 +0200
  54. d3095fe smsc95xx: Fetch whole burst with 1 URB, avoid framing errors by Stefan Brüns · Sun Aug 30 17:59:45 2015 +0200
  55. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  56. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  57. 68c4197 net: smsc95xx: Add driver-model support by Simon Glass · Tue Jul 07 20:53:42 2015 -0600
  58. 3faecae net: smsc95xx: Prepare for conversion to driver model by Simon Glass · Tue Jul 07 20:53:41 2015 -0600
  59. ebe0e5a net: smsc95xx: Correct the error numbers by Simon Glass · Tue Jul 07 20:53:40 2015 -0600
  60. 4d89e5b net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · Tue Jul 07 20:53:39 2015 -0600
  61. ce48e50 net: smsc95xx: Sort the include files by Simon Glass · Tue Jul 07 20:53:38 2015 -0600
  62. e96ba56 dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · Tue Jul 07 20:53:35 2015 -0600
  63. 7bbbb3c net: asix: fix operation without eeprom by Marcel Ziswiler · Wed Aug 05 17:16:59 2015 +0200
  64. f58369f dm: usb: eth: Add driver-model support to the asix driver by Simon Glass · Mon Jul 06 16:47:54 2015 -0600
  65. 46952fb dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · Mon Jul 06 16:47:51 2015 -0600
  66. 5b026f9 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · Mon Jul 06 16:47:50 2015 -0600
  67. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · Wed Apr 08 01:41:06 2015 -0500
  68. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  69. 33b66e8 dm: usb: Add support for USB ethernet devices with driver model by Simon Glass · Wed Mar 25 12:22:43 2015 -0600
  70. 7306e9c usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · Fri Mar 20 12:41:23 2015 +0100
  71. eecc3ce usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · Mon Jan 12 17:51:16 2015 +0100
  72. 979beee usb: eth: add ASIX AX88179 DRIVER by Rene Griessl · Fri Nov 07 16:53:48 2014 +0100
  73. 1f71294 usb: eth: fix Makefile by Rene Griessl · Fri Nov 07 16:53:47 2014 +0100
  74. ceeb40c net: asix: Add support for AX88772B by Alexandre Courbot · Thu Oct 09 12:43:30 2014 +0900
  75. 00be89c net: usb: Add SMSC copyright to smsc95xx driver by Simon Glass · Mon Sep 08 13:44:14 2014 -0600
  76. 180bb6a usb: eth: smsc95xx: add LAN9500A device ID by Ilya Ledvich · Wed Mar 12 10:36:31 2014 +0200
  77. 5528f4c usb: cosmetic: double const by Jeroen Hofstee · Tue Jun 17 21:14:17 2014 +0200
  78. 2385df6 usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · Sat Mar 08 19:46:14 2014 +0100
  79. 0ef16bb net: asix: don't pad odd-length TX packets by Stephen Warren · Thu Feb 27 13:27:02 2014 -0700
  80. 3e02168 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:56 2013 +0900
  81. e0f2f8c usb:smsx95xx LED activity for USB net driver by Suriyan Ramasami · Mon Oct 07 20:30:58 2013 -0700
  82. 8aa7b04 net: smsc95xx: Add support for another SMSC95xx variant by Stefan Roese · Wed Jul 03 18:34:54 2013 +0200
  83. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  84. 75caa35 usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 by Pierre Aubert · Thu Jun 27 09:01:54 2013 +0200
  85. 160298f usb: asix: Move software resets to basic_init by Julius Werner · Sat May 11 13:35:02 2013 -0700
  86. 7ca25b6 OMAP5: Enable USB Ethernet support with LAN9730 by Lubomir Popov · Mon Apr 01 04:50:55 2013 +0000
  87. 7b5e779 usb: usbeth: smsc95xx: remove EEPROM loaded check by Michael Spang · Wed Mar 06 14:08:33 2013 +0000
  88. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · Wed Sep 26 00:14:36 2012 +0200
  89. 06e4693 net: asix: add AX88772B support by Lucas Stach · Wed Aug 22 11:05:01 2012 +0000
  90. 95c359b net: asix: add read_mac function by Lucas Stach · Wed Aug 22 11:05:00 2012 +0000
  91. fc9a758 net: asix: add write_hwaddr function by Lucas Stach · Wed Aug 22 11:04:59 2012 +0000
  92. a0d5d03 net: asix: split out basic reset function by Lucas Stach · Wed Aug 22 11:04:58 2012 +0000
  93. 36267c4 net: introduce transparent driver private in ueth_data by Lucas Stach · Wed Aug 22 11:04:57 2012 +0000
  94. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · Mon Jul 30 20:39:52 2012 +0200
  95. 43b56c2 smsc95xx: align buffers to cache line size by Ilya Yanok · Sun Jul 15 04:43:53 2012 +0000
  96. 115436e CACHE: net: asix: Fix asix driver to work with data cache on by Marek Vasut · Sun Jun 24 14:17:56 2012 +0000
  97. 28ca379 drivers/usb/eth/asix.c: Fix build warning by Anatolij Gustschin · Sun May 20 12:22:59 2012 +0000
  98. df93c8e drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 12:22:56 2012 +0000
  99. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · Mon Jan 09 08:32:36 2012 +0000
  100. e124c7b usb_ether: fix typo by Peter Meerwald · Wed Feb 08 05:31:54 2012 +0000