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