1. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  2. 5956ded net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:07 2012 +0000
  3. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  4. ae97ef6 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back by Eric Miao · Wed Jan 18 22:56:33 2012 +0000
  5. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  6. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
  7. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  8. 6b300dc net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · Thu Nov 10 14:11:04 2011 +0000
  9. 83ce109 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:32 2012 +0000
  10. dd152fc PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:31 2012 +0000
  11. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · Mon Jan 09 08:32:36 2012 +0000
  12. 391da4c net: introduce per device index by Michael Walle · Thu Oct 27 11:31:35 2011 +0000
  13. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  14. 4c97a84 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · Sun Oct 02 10:01:26 2011 +0000
  15. dde025c net: Add \n before warning message so it prints on a new line. by Philip Balister · Wed Sep 07 01:57:48 2011 +0000
  16. 74edd5c net: turn name len check into an assert by Mike Frysinger · Sun Sep 11 18:49:53 2011 +0000
  17. 153bf3a net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · Mon Aug 22 00:17:17 2011 +0000
  18. ca21140 Correct call to eth_write_hwaddr() by Simon Glass · Tue Aug 30 05:51:00 2011 +0000
  19. 5b4945b net: Check network device driver name by Michal Simek · Mon Aug 29 23:30:13 2011 +0000
  20. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · Mon Jun 13 16:13:10 2011 -0700
  21. 7ff2b99 net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · Mon Jul 18 09:41:07 2011 +0000
  22. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · Fri Apr 08 02:10:27 2011 -0500
  23. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · Sat Feb 19 20:15:14 2011 +0100
  24. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  25. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · Tue Aug 31 23:05:04 2010 -0700
  26. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · Sun Aug 01 23:00:31 2010 -0700
  27. 97824d6 Fix compile warnings for const correctness by Ben Warren · Thu Jul 29 12:56:11 2010 -0700
  28. 2843ed9 net: warn about spaces in device names by Mike Frysinger · Wed Jun 09 22:10:48 2010 -0400
  29. 34a72dc net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · Sun Jun 20 12:30:22 2010 +0200
  30. 6db991a Program net device MAC addresses after initializing by Ben Warren · Mon Apr 26 11:11:46 2010 -0700
  31. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · Wed Mar 31 17:56:08 2010 +0200
  32. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  33. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · Wed Jul 15 21:31:28 2009 -0400
  34. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  35. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · Fri Jul 17 00:50:15 2009 -0700
  36. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · Tue Apr 28 16:39:19 2009 -0700
  37. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  38. 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
  39. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  40. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · Thu Jan 29 19:43:44 2009 -0500
  41. 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
  42. e7fd34b Add eth_get_dev_by_index by Andy Fleming · Wed Feb 11 15:07:24 2009 -0600
  43. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · Mon Oct 27 23:53:17 2008 -0700
  44. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · Mon Oct 27 23:50:15 2008 -0700
  45. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · Thu Oct 23 22:02:49 2008 -0700
  46. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · Wed Oct 22 23:47:51 2008 -0700
  47. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · Wed Oct 22 23:32:48 2008 -0700
  48. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · Wed Oct 22 23:20:29 2008 -0700
  49. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · Sun Oct 19 12:08:50 2008 +0900
  50. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · Fri Sep 05 01:55:22 2008 -0400
  51. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  52. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 20:37:00 2008 -0700
  53. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:45:44 2008 -0700
  54. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:44:19 2008 -0700
  55. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · Sun Aug 31 10:40:51 2008 -0700
  56. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:39:12 2008 -0700
  57. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:36:38 2008 -0700
  58. d2358c0 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · Sun Aug 31 10:16:59 2008 -0700
  59. 5496501 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · Sun Aug 31 10:15:26 2008 -0700
  60. 9d48ec2 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:13:34 2008 -0700
  61. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:08:43 2008 -0700
  62. 8d943c8 Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:07:16 2008 -0700
  63. f2c1acb Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:03:22 2008 -0700
  64. 04e97e0 Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:59:33 2008 -0700
  65. 65b8623 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 21:41:08 2008 -0700
  66. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:49:42 2008 -0700
  67. 057d202 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · Tue Aug 12 22:11:53 2008 -0700
  68. bcf268b davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:45:42 2008 +0200
  69. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · Sun Aug 31 00:39:46 2008 +0200
  70. f4a9d34 Moved initialization of SKGE Ethernet driver to board code. by Ben Warren · Sat Jul 12 00:17:50 2008 -0700
  71. ed63bcc Moved initialization of ULI526X Ethernet driver to board code. by Ben Warren · Fri Jul 11 23:42:19 2008 -0700
  72. 82c2c6a Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() by Ben Warren · Fri Jul 11 23:15:28 2008 -0700
  73. 8c042b6 Moved initialization of GRETH Ethernet driver to CPU directory by Ben Warren · Wed Jul 09 01:04:19 2008 -0700
  74. 90c96db Moved initialization of MCFFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:16:25 2008 -0700
  75. e7edd4e Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:12:36 2008 -0700
  76. 8d924fc Moved initialization of AVR32 Ethernet controllers to board_eth_init() by Ben Warren · Sat Jul 05 00:08:48 2008 -0700
  77. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · Sun Jul 13 23:07:35 2008 +0200
  78. d448a49 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · Mon Jun 23 22:57:27 2008 -0700
  79. 69c925f AT91SAM9263EK support by Stelian Pop · Thu May 08 18:52:23 2008 +0200
  80. 7ce2871 Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · Tue Apr 08 00:16:36 2008 +0200
  81. 7837993 Add support for AT91SAM9260EK by Stelian Pop · Wed Mar 26 18:52:33 2008 +0100
  82. eea44aa Move at91cap9 specific files to at91sam9 directory by Stelian Pop · Wed Mar 26 20:52:28 2008 +0100
  83. f143179 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. by Daniel Hellstrom · Fri Mar 28 20:22:53 2008 +0100
  84. 11da2be net: Print error message upon net usage when no ethernet-interface is found by Stefan Roese · Tue Mar 04 17:40:41 2008 +0100
  85. 6c93974 AT91CAP9 support : build integration by Stelian Pop · Sun Jan 20 19:49:21 2008 +0000
  86. 5ec202f Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · Wed Jan 23 14:33:40 2008 +0100
  87. 1989823 Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · Wed Jan 23 14:23:13 2008 +0100
  88. b62a431 AVR32: ATNGW100 board support by Haavard Skinnemoen · Sat Apr 14 17:11:49 2007 +0200
  89. 95e8787 ColdFire: Add MCF547x_8x FEC driver by TsiChungLiew · Tue Jan 15 14:00:25 2008 -0600
  90. 204f0ec net: add 'ethrotate' environment variable by Matthias Fuchs · Thu Jan 17 07:45:05 2008 +0100
  91. f397883 QE UEC: Extend number of supported UECs to 4 by David Saada · Tue Jan 15 10:40:24 2008 +0200
  92. de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
  93. 4e48320 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · Thu Dec 06 16:43:40 2007 +0100
  94. aed3358 NET: Proper return code handling in eth_init() function in file eth.c by Upakul Barkakaty · Thu Nov 29 12:16:13 2007 +0530
  95. db7101e net/eth.c: Fix env_enetaddr signed overflow by Shinya Kuribayashi · Mon Nov 19 20:27:04 2007 +0900
  96. 1f2c9a4 Introduce new eth_receive routine by Rafal Jaworowski · Thu Dec 27 18:19:02 2007 +0100
  97. 9976223 Implement general ULi 526x Ethernet driver support in U-boot by Roy Zang · Mon Nov 05 17:39:24 2007 +0800
  98. a06fd37 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Wed Aug 15 14:51:27 2007 +0200
  99. 627f5c3 Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · Tue Aug 14 09:47:27 2007 +0200
  100. 7280da7 multicast tftp: RFC2090 by David Updegraff · Mon Jun 11 10:41:07 2007 -0500