1. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · Fri Apr 08 02:10:27 2011 -0500
  2. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · Sat Feb 19 20:15:14 2011 +0100
  3. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  4. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · Tue Aug 31 23:05:04 2010 -0700
  5. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · Sun Aug 01 23:00:31 2010 -0700
  6. 97824d6 Fix compile warnings for const correctness by Ben Warren · Thu Jul 29 12:56:11 2010 -0700
  7. 2843ed9 net: warn about spaces in device names by Mike Frysinger · Wed Jun 09 22:10:48 2010 -0400
  8. 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
  9. 6db991a Program net device MAC addresses after initializing by Ben Warren · Mon Apr 26 11:11:46 2010 -0700
  10. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · Wed Mar 31 17:56:08 2010 +0200
  11. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  12. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · Wed Jul 15 21:31:28 2009 -0400
  13. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  14. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · Fri Jul 17 00:50:15 2009 -0700
  15. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · Tue Apr 28 16:39:19 2009 -0700
  16. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  17. 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
  18. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  19. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · Thu Jan 29 19:43:44 2009 -0500
  20. 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
  21. e7fd34b Add eth_get_dev_by_index by Andy Fleming · Wed Feb 11 15:07:24 2009 -0600
  22. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · Mon Oct 27 23:53:17 2008 -0700
  23. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · Mon Oct 27 23:50:15 2008 -0700
  24. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · Thu Oct 23 22:02:49 2008 -0700
  25. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · Wed Oct 22 23:47:51 2008 -0700
  26. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · Wed Oct 22 23:32:48 2008 -0700
  27. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · Wed Oct 22 23:20:29 2008 -0700
  28. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · Sun Oct 19 12:08:50 2008 +0900
  29. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · Fri Sep 05 01:55:22 2008 -0400
  30. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  31. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 20:37:00 2008 -0700
  32. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:45:44 2008 -0700
  33. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:44:19 2008 -0700
  34. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · Sun Aug 31 10:40:51 2008 -0700
  35. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:39:12 2008 -0700
  36. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:36:38 2008 -0700
  37. d2358c0 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · Sun Aug 31 10:16:59 2008 -0700
  38. 5496501 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · Sun Aug 31 10:15:26 2008 -0700
  39. 9d48ec2 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:13:34 2008 -0700
  40. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:08:43 2008 -0700
  41. 8d943c8 Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:07:16 2008 -0700
  42. f2c1acb Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:03:22 2008 -0700
  43. 04e97e0 Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:59:33 2008 -0700
  44. 65b8623 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 21:41:08 2008 -0700
  45. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:49:42 2008 -0700
  46. 057d202 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · Tue Aug 12 22:11:53 2008 -0700
  47. bcf268b davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:45:42 2008 +0200
  48. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · Sun Aug 31 00:39:46 2008 +0200
  49. f4a9d34 Moved initialization of SKGE Ethernet driver to board code. by Ben Warren · Sat Jul 12 00:17:50 2008 -0700
  50. ed63bcc Moved initialization of ULI526X Ethernet driver to board code. by Ben Warren · Fri Jul 11 23:42:19 2008 -0700
  51. 82c2c6a Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() by Ben Warren · Fri Jul 11 23:15:28 2008 -0700
  52. 8c042b6 Moved initialization of GRETH Ethernet driver to CPU directory by Ben Warren · Wed Jul 09 01:04:19 2008 -0700
  53. 90c96db Moved initialization of MCFFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:16:25 2008 -0700
  54. e7edd4e Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:12:36 2008 -0700
  55. 8d924fc Moved initialization of AVR32 Ethernet controllers to board_eth_init() by Ben Warren · Sat Jul 05 00:08:48 2008 -0700
  56. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · Sun Jul 13 23:07:35 2008 +0200
  57. d448a49 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · Mon Jun 23 22:57:27 2008 -0700
  58. 69c925f AT91SAM9263EK support by Stelian Pop · Thu May 08 18:52:23 2008 +0200
  59. 7ce2871 Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · Tue Apr 08 00:16:36 2008 +0200
  60. 7837993 Add support for AT91SAM9260EK by Stelian Pop · Wed Mar 26 18:52:33 2008 +0100
  61. eea44aa Move at91cap9 specific files to at91sam9 directory by Stelian Pop · Wed Mar 26 20:52:28 2008 +0100
  62. f143179 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. by Daniel Hellstrom · Fri Mar 28 20:22:53 2008 +0100
  63. 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
  64. 6c93974 AT91CAP9 support : build integration by Stelian Pop · Sun Jan 20 19:49:21 2008 +0000
  65. 5ec202f Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · Wed Jan 23 14:33:40 2008 +0100
  66. 1989823 Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · Wed Jan 23 14:23:13 2008 +0100
  67. b62a431 AVR32: ATNGW100 board support by Haavard Skinnemoen · Sat Apr 14 17:11:49 2007 +0200
  68. 95e8787 ColdFire: Add MCF547x_8x FEC driver by TsiChungLiew · Tue Jan 15 14:00:25 2008 -0600
  69. 204f0ec net: add 'ethrotate' environment variable by Matthias Fuchs · Thu Jan 17 07:45:05 2008 +0100
  70. f397883 QE UEC: Extend number of supported UECs to 4 by David Saada · Tue Jan 15 10:40:24 2008 +0200
  71. de9fcb5 Fix Ethernet init() return codes by Ben Warren · Wed Jan 09 18:15:53 2008 -0500
  72. 4e48320 Add support CONFIG_UEC_ETH3 in MPC83xx by Joakim Tjernlund · Thu Dec 06 16:43:40 2007 +0100
  73. 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
  74. db7101e net/eth.c: Fix env_enetaddr signed overflow by Shinya Kuribayashi · Mon Nov 19 20:27:04 2007 +0900
  75. 1f2c9a4 Introduce new eth_receive routine by Rafal Jaworowski · Thu Dec 27 18:19:02 2007 +0100
  76. 9976223 Implement general ULi 526x Ethernet driver support in U-boot by Roy Zang · Mon Nov 05 17:39:24 2007 +0800
  77. a06fd37 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Wed Aug 15 14:51:27 2007 +0200
  78. 627f5c3 Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · Tue Aug 14 09:47:27 2007 +0200
  79. 7280da7 multicast tftp: RFC2090 by David Updegraff · Mon Jun 11 10:41:07 2007 -0500
  80. e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · Fri Aug 10 20:26:18 2007 +0200
  81. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · Mon Aug 06 01:11:08 2007 +0200
  82. 7e5e09f Merge branch 'testing' into working by Andy Fleming · Fri Aug 03 02:23:23 2007 -0500
  83. d3a02c3 [ADS5121] Support for the ADS5121 board by Rafal Jaworowski · Fri Jul 27 14:43:59 2007 +0200
  84. 3d2c9fa Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale by Stefan Roese · Mon Jul 16 11:51:41 2007 +0200
  85. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
  86. 2d34bf0 Merge branch 'master' into u-boot-5329-early by John Rigby · Tue Jul 10 14:58:41 2007 -0600
  87. 507bd71 Add mcffec_initialize() by TsiChungLiew · Thu Jul 05 23:29:21 2007 -0500
  88. 54f35c2 net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:45:14 2007 -0500
  89. 1421586 Merge with /home/hs/Atronic/u-boot by Wolfgang Denk · Mon Jul 09 23:41:45 2007 +0200
  90. 36301de net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:49 2007 -0500
  91. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · Fri Jun 22 19:11:54 2007 +0200
  92. f6afe72 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · Mon Jun 18 13:50:13 2007 -0500
  93. 177e58f Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx by Kim Phillips · Wed May 16 16:52:19 2007 -0500
  94. 5c06cb9 Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx by Wolfgang Denk · Wed Apr 18 17:00:09 2007 +0200
  95. b7ae1cf Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup. by Wolfgang Denk · Wed Apr 18 16:53:52 2007 +0200
  96. 58f4c26 AVR32: Enable networking by Haavard Skinnemoen · Sun Dec 17 17:14:30 2006 +0100
  97. 570dc1e [Blackfin][PATCH] Add BF537 EMAC driver initialization by Aubrey Li · Thu Apr 05 18:30:25 2007 +0800
  98. d506865 Fix the confilcts when merging 'master' into hpc2. by roy zang · Fri Dec 01 12:09:33 2006 +0800
  99. 3cf0e3a Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git by Wolfgang Denk · Thu Nov 30 02:01:32 2006 +0100
  100. 45993ea [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards by Stefan Roese · Wed Nov 29 15:42:37 2006 +0100