1. 8602d5c net: Rename eth.c to eth_lecacy.c by Simon Glass · Sun Jan 17 14:52:01 2016 -0700[Renamed from net/eth.c]
  2. c6011d2 net: Move driver-model code into its own file by Simon Glass · Sun Jan 17 14:52:00 2016 -0700
  3. d9582c3 net: Move remaining common functions to eth_common.c by Simon Glass · Sun Jan 17 14:51:59 2016 -0700
  4. ce63f89 net: Move environment functions to the common file by Simon Glass · Sun Jan 17 14:51:58 2016 -0700
  5. 0a9bde1 net: Move common init into a new eth_common.c file by Simon Glass · Sun Jan 17 14:51:57 2016 -0700
  6. a7d6dbb net: Don't call board/cpu_eth_init() with driver model by Simon Glass · Sun Jan 17 14:51:56 2016 -0700
  7. 60c1421 net: remove scary warning about EEPROM provided MAC address by Andre Przywara · Mon Jan 04 15:48:22 2016 +0000
  8. 1e6c9fc dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() by Bin Meng · Mon Dec 21 22:43:39 2015 -0800
  9. 2d5cc54 dm: eth: Test 'ethrotate' before changing current ethernet device by Bin Meng · Mon Dec 21 22:43:38 2015 -0800
  10. b529109 dm: net: Fix DM for targets which use MANUAL_RELOC by Michal Simek · Tue Dec 08 16:45:30 2015 +0100
  11. cecd394 net: eth: Check return value in various places by Bin Meng · Wed Oct 07 21:45:44 2015 -0700
  12. e59ecbc net: eth: Clear MAC address in eth_pre_remove() by Bin Meng · Wed Oct 07 21:45:42 2015 -0700
  13. 1bcee66 net: change the env name to use const by Josh Wu · Tue Sep 01 18:22:55 2015 +0800
  14. a4f2397 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · Mon Aug 31 11:34:43 2015 +0800
  15. 8de9d12 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · Mon Sep 14 15:29:43 2015 +0200
  16. 9ac7bbf dm: eth: Correctly detect alias in eth_get_dev_by_name() by Bin Meng · Thu Aug 27 22:25:54 2015 -0700
  17. 124e138 dm: eth: Do not print misleading "Net Initialization Skipped" by Bin Meng · Thu Aug 27 22:25:52 2015 -0700
  18. c91b2b7 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · Mon Jul 06 16:47:55 2015 -0600
  19. dc6eda3 dm: eth: Avoid blocking on packet reception by Simon Glass · Mon Jul 06 16:47:49 2015 -0600
  20. 7e0b015 net: Handle ethaddr changes as an env callback by Joe Hershberger · Wed May 20 14:27:26 2015 -0500
  21. 7545c07 net: Remove duplicate bootfile syncing functionality by Joe Hershberger · Wed May 20 14:27:25 2015 -0500
  22. 2dc2b5d net: Implement random ethaddr fallback in eth.c by Joe Hershberger · Mon May 04 14:55:13 2015 -0500
  23. e84319a net: Update hardware MAC address if it changes in env by Joe Hershberger · Tue Mar 24 02:41:49 2015 -0500
  24. b6121f2 dm: net: Use existing Ethernet init for driver model by Simon Glass · Sun Apr 05 16:07:37 2015 -0600
  25. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  26. c10c0b1 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · Wed Apr 08 01:41:19 2015 -0500
  27. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  28. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  29. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  30. a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · Fri Apr 03 20:09:46 2015 -0500
  31. f4dc96a net: Improve error handling by Joe Hershberger · Sun Mar 22 17:09:24 2015 -0500
  32. aa52edd dm: eth: Add support for ethprime env var by Joe Hershberger · Sun Mar 22 17:09:17 2015 -0500
  33. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · Sun Mar 22 17:09:16 2015 -0500
  34. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · Sun Mar 22 17:09:12 2015 -0500
  35. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · Sun Mar 22 17:09:10 2015 -0500
  36. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  37. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · Sun Mar 22 17:09:05 2015 -0500
  38. d0ce341 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · Sun Mar 22 17:09:04 2015 -0500
  39. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · Sun Mar 22 17:09:03 2015 -0500
  40. ca044ad net: Rename helper function to be more clear by Joe Hershberger · Sun Mar 22 17:09:01 2015 -0500
  41. b03bf63 eth: make eth_address_set static by Jeroen Hofstee · Wed Oct 08 22:57:36 2014 +0200
  42. 222981f Ethernet: let user know if there is no valid ethernet address by Pavel Machek · Sun Jul 13 10:27:02 2014 +0200
  43. 0b16e65 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · Fri Apr 18 19:09:48 2014 +0900
  44. 37ecfa1 net: execute "miiphy_init" if CONFIG_PHYLIB defined by Alexey Brodkin · Fri Jan 10 19:58:11 2014 +0400
  45. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  46. 050219e net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · Fri Aug 10 07:56:21 2012 +0000
  47. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · Fri Aug 03 10:59:08 2012 +0000
  48. df7c98a api: net: fix length check in eth_receive() by Michael Walle · Fri Jun 22 11:24:28 2012 +0000
  49. 6c6fe5f net: Inline the new eth_setenv_enetaddr_by_index function by Joe Hershberger · Tue Jul 10 16:23:22 2012 -0500
  50. c2938c0 net: allow setting env enetaddr from net device setting by Rob Herring · Sat Apr 14 18:06:49 2012 +0000
  51. 59d103a net: add helper to generate random mac address by Michael Walle · Tue Jun 05 11:33:16 2012 +0000
  52. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  53. 5956ded net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:07 2012 +0000
  54. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  55. 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
  56. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  57. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
  58. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  59. 6b300dc net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · Thu Nov 10 14:11:04 2011 +0000
  60. 83ce109 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:32 2012 +0000
  61. dd152fc PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:31 2012 +0000
  62. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · Mon Jan 09 08:32:36 2012 +0000
  63. 391da4c net: introduce per device index by Michael Walle · Thu Oct 27 11:31:35 2011 +0000
  64. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  65. 4c97a84 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · Sun Oct 02 10:01:26 2011 +0000
  66. 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
  67. 74edd5c net: turn name len check into an assert by Mike Frysinger · Sun Sep 11 18:49:53 2011 +0000
  68. 153bf3a net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · Mon Aug 22 00:17:17 2011 +0000
  69. ca21140 Correct call to eth_write_hwaddr() by Simon Glass · Tue Aug 30 05:51:00 2011 +0000
  70. 5b4945b net: Check network device driver name by Michal Simek · Mon Aug 29 23:30:13 2011 +0000
  71. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · Mon Jun 13 16:13:10 2011 -0700
  72. 7ff2b99 net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · Mon Jul 18 09:41:07 2011 +0000
  73. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · Fri Apr 08 02:10:27 2011 -0500
  74. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · Sat Feb 19 20:15:14 2011 +0100
  75. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  76. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · Tue Aug 31 23:05:04 2010 -0700
  77. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · Sun Aug 01 23:00:31 2010 -0700
  78. 97824d6 Fix compile warnings for const correctness by Ben Warren · Thu Jul 29 12:56:11 2010 -0700
  79. 2843ed9 net: warn about spaces in device names by Mike Frysinger · Wed Jun 09 22:10:48 2010 -0400
  80. 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
  81. 6db991a Program net device MAC addresses after initializing by Ben Warren · Mon Apr 26 11:11:46 2010 -0700
  82. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · Wed Mar 31 17:56:08 2010 +0200
  83. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  84. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · Wed Jul 15 21:31:28 2009 -0400
  85. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  86. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · Fri Jul 17 00:50:15 2009 -0700
  87. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · Tue Apr 28 16:39:19 2009 -0700
  88. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  89. 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
  90. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  91. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · Thu Jan 29 19:43:44 2009 -0500
  92. 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
  93. e7fd34b Add eth_get_dev_by_index by Andy Fleming · Wed Feb 11 15:07:24 2009 -0600
  94. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · Mon Oct 27 23:53:17 2008 -0700
  95. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · Mon Oct 27 23:50:15 2008 -0700
  96. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · Thu Oct 23 22:02:49 2008 -0700
  97. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · Wed Oct 22 23:47:51 2008 -0700
  98. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · Wed Oct 22 23:32:48 2008 -0700
  99. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · Wed Oct 22 23:20:29 2008 -0700
  100. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · Sun Oct 19 12:08:50 2008 +0900