1. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  2. c4998f9 net: Rename eth.c to eth_lecacy.c by Simon Glass · 9 years ago[Renamed from net/eth.c]
  3. db9391e net: Move driver-model code into its own file by Simon Glass · 9 years ago
  4. 8607a6b net: Move remaining common functions to eth_common.c by Simon Glass · 9 years ago
  5. 9987ecd net: Move environment functions to the common file by Simon Glass · 9 years ago
  6. 818f91e net: Move common init into a new eth_common.c file by Simon Glass · 9 years ago
  7. c32a6fd net: Don't call board/cpu_eth_init() with driver model by Simon Glass · 9 years ago
  8. 821fec0 net: remove scary warning about EEPROM provided MAC address by Andre Przywara · 9 years ago
  9. 4cdc2c8 dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() by Bin Meng · 9 years ago
  10. a671c4f dm: eth: Test 'ethrotate' before changing current ethernet device by Bin Meng · 9 years ago
  11. 9406758 dm: net: Fix DM for targets which use MANUAL_RELOC by Michal Simek · 9 years ago
  12. ac1d313 net: eth: Check return value in various places by Bin Meng · 9 years ago
  13. a16edab net: eth: Clear MAC address in eth_pre_remove() by Bin Meng · 9 years ago
  14. 219cc94 net: change the env name to use const by Josh Wu · 9 years ago
  15. 7aba0f2 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · 9 years ago
  16. eaa8a19 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  17. e408c42 dm: eth: Correctly detect alias in eth_get_dev_by_name() by Bin Meng · 9 years ago
  18. d8f79af dm: eth: Do not print misleading "Net Initialization Skipped" by Bin Meng · 9 years ago
  19. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  20. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  21. 6e0d26c net: Handle ethaddr changes as an env callback by Joe Hershberger · 9 years ago
  22. 2d1febf net: Remove duplicate bootfile syncing functionality by Joe Hershberger · 9 years ago
  23. bef1014 net: Implement random ethaddr fallback in eth.c by Joe Hershberger · 9 years ago
  24. f566c99 net: Update hardware MAC address if it changes in env by Joe Hershberger · 10 years ago
  25. 3bc4270 dm: net: Use existing Ethernet init for driver model by Simon Glass · 9 years ago
  26. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  27. ff819a3 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · 9 years ago
  28. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  29. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  30. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  31. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  32. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  33. 6536b9b dm: eth: Add support for ethprime env var by Joe Hershberger · 10 years ago
  34. e58780d dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  35. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  36. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  37. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  38. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  39. 05324a4 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 10 years ago
  40. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  41. 4c7c65a net: Rename helper function to be more clear by Joe Hershberger · 10 years ago
  42. 783a91f eth: make eth_address_set static by Jeroen Hofstee · 10 years ago
  43. 75d9a45 Ethernet: let user know if there is no valid ethernet address by Pavel Machek · 10 years ago
  44. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  45. 27ee59a net: execute "miiphy_init" if CONFIG_PHYLIB defined by Alexey Brodkin · 11 years ago
  46. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  47. 460f949 net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · 12 years ago
  48. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  49. 46c07bc api: net: fix length check in eth_receive() by Michael Walle · 12 years ago
  50. 154177e net: Inline the new eth_setenv_enetaddr_by_index function by Joe Hershberger · 12 years ago
  51. c88ef3c net: allow setting env enetaddr from net device setting by Rob Herring · 12 years ago
  52. 03c1b04 net: add helper to generate random mac address by Michael Walle · 12 years ago
  53. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  54. 66c7385 net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · 12 years ago
  55. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  56. 6937664 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back by Eric Miao · 13 years ago
  57. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  58. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  59. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  60. f6add13 net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  61. 021f603 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  62. 658c3b9 PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  63. e7e982d eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  64. fea7dca net: introduce per device index by Michael Walle · 13 years ago
  65. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  66. d90f0c1 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · 13 years ago
  67. a9a730e net: Add \n before warning message so it prints on a new line. by Philip Balister · 13 years ago
  68. ff25d32 net: turn name len check into an assert by Mike Frysinger · 13 years ago
  69. 7e7f903 net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · 13 years ago
  70. 019fd6d Correct call to eth_write_hwaddr() by Simon Glass · 13 years ago
  71. 58c583b net: Check network device driver name by Michal Simek · 13 years ago
  72. 7616e78 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  73. d1228ea net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · 13 years ago
  74. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 13 years ago
  75. c650e1b Fix compile warning in net/eth.c by Remy Bohmer · 14 years ago
  76. 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
  77. 8ad25bf Net: clarify board/cpu_eth_init calls by Ben Warren · 14 years ago
  78. 68e1ede Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · 14 years ago
  79. d7fb9bc Fix compile warnings for const correctness by Ben Warren · 14 years ago
  80. 1384f3b net: warn about spaces in device names by Mike Frysinger · 14 years ago
  81. 9c00b2f net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  82. ecee932 Program net device MAC addresses after initializing by Ben Warren · 14 years ago
  83. aba4b69 net: Trivial coding style issue with empty for statement by Detlev Zundel · 14 years ago
  84. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  85. 86848a7 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  86. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  87. 3bd0a87 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  88. 6e0d2fc Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 15 years ago
  89. 8453587 Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 15 years ago
  90. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  91. f9a109b Replace __attribute references with __attribute__ by Peter Tyser · 15 years ago
  92. 3f6e699 net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  93. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  94. 9e56986 Add eth_get_dev_by_index by Andy Fleming · 16 years ago
  95. 25a8590 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · 16 years ago
  96. 96e21f8 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · 16 years ago
  97. 9eb79bd Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · 16 years ago
  98. a9bec96 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · 16 years ago
  99. 0e8454e Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  100. 3456a14 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · 16 years ago