1. 7ba4c67 NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server by Guillaume GARDET · 8 years ago
  2. 23298cd net: Handle an empty bootp extension section by Andre Renaud · 9 years ago
  3. 3d5fc4e net: Optionally use pxe client arch from variable by Alexander Graf · 9 years ago
  4. 3661aac distro: Add efi pxe boot code by Alexander Graf · 9 years ago
  5. 0a212be net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig by Alexander Graf · 9 years ago
  6. 6b99b63 net: Fix client identifiers for ARM by Alexander Graf · 9 years ago
  7. 4c71c51 net: Move the VCI and client arch values to Kconfig by Alexander Graf · 9 years ago
  8. ea73a04 bootp: Move vendor class identifier set to function by Alexander Graf · 9 years ago
  9. 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
  10. bf27a4c bootp: Prevent u-boot from using others responses. by Anton Persson · 9 years ago
  11. 1597132 net: bootp: Add environment variable for timeout period by Alexandre Messier · 9 years ago
  12. 004b891 microblaze: Correct build error in eth-uclass.c by Simon Glass · 9 years ago
  13. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · 9 years ago
  14. 8602d5c net: Rename eth.c to eth_lecacy.c by Simon Glass · 9 years ago
  15. c6011d2 net: Move driver-model code into its own file by Simon Glass · 9 years ago
  16. d9582c3 net: Move remaining common functions to eth_common.c by Simon Glass · 9 years ago
  17. ce63f89 net: Move environment functions to the common file by Simon Glass · 9 years ago
  18. 0a9bde1 net: Move common init into a new eth_common.c file by Simon Glass · 9 years ago
  19. a7d6dbb net: Don't call board/cpu_eth_init() with driver model by Simon Glass · 9 years ago
  20. 67e72e9 net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · 9 years ago
  21. 60c1421 net: remove scary warning about EEPROM provided MAC address by Andre Przywara · 9 years ago
  22. d6978a4 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  23. 1e6c9fc dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init() by Bin Meng · 9 years ago
  24. 2d5cc54 dm: eth: Test 'ethrotate' before changing current ethernet device by Bin Meng · 9 years ago
  25. b529109 dm: net: Fix DM for targets which use MANUAL_RELOC by Michal Simek · 9 years ago
  26. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  27. cecd394 net: eth: Check return value in various places by Bin Meng · 9 years ago
  28. e59ecbc net: eth: Clear MAC address in eth_pre_remove() by Bin Meng · 9 years ago
  29. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  30. 79f724c net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · 9 years ago
  31. 345cb83 net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · 9 years ago
  32. 1bcee66 net: change the env name to use const by Josh Wu · 9 years ago
  33. a4f2397 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · 9 years ago
  34. 4c60e4a net: cancel timeout handler after DHCPACK by Stefan Brüns · 9 years ago
  35. cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
  36. 86f1fe4 net/arp: Do not run net_start_again() on timeout by Stefan Brüns · 9 years ago
  37. 4431829 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · 9 years ago
  38. 2eb2556 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · 9 years ago
  39. a48cd93 net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · 9 years ago
  40. 3948aa0 net: protect status led access in bootp by Thomas Chou · 9 years ago
  41. 1ea8852 net: bootp fix vci string on SPL-Boot by Hannes Petermaier · 9 years ago
  42. 8300685 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  43. deea30d net: support NETCONSOLE option via Kconfig by Bernhard Nortmann · 9 years ago
  44. 8de9d12 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  45. 9ac7bbf dm: eth: Correctly detect alias in eth_get_dev_by_name() by Bin Meng · 9 years ago
  46. 124e138 dm: eth: Do not print misleading "Net Initialization Skipped" by Bin Meng · 9 years ago
  47. e67eaa8 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" by Bin Meng · 9 years ago
  48. 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  49. afd3160 net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
  50. 74154e1 tftp: adjust settings to be suitable for 100Mbit ethernet by Pavel Machek · 9 years ago
  51. dd081cc tftp.c: fix CONFIG_TFTP_TSIZE for small files by Max Krummenacher · 9 years ago
  52. c91b2b7 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  53. dc6eda3 dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  54. 8ab8b72 Allow CONFIG_REGEX to be disabled when CONFIG_NET by Joe Hershberger · 9 years ago
  55. 2c1b1db net: Fix NET_RANDOM_ETHADDR dependencies by Michal Simek · 10 years ago
  56. 7e0b015 net: Handle ethaddr changes as an env callback by Joe Hershberger · 10 years ago
  57. 7545c07 net: Remove duplicate bootfile syncing functionality by Joe Hershberger · 10 years ago
  58. 875b6bf net: Use env callbacks for net variables by Joe Hershberger · 10 years ago
  59. 2dc2b5d net: Implement random ethaddr fallback in eth.c by Joe Hershberger · 10 years ago
  60. e84319a net: Update hardware MAC address if it changes in env by Joe Hershberger · 10 years ago
  61. 1aa1126 dm: net: rtc: Support using driver model for rtc in sntp by Simon Glass · 10 years ago
  62. 1299466 dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 10 years ago
  63. b6121f2 dm: net: Use existing Ethernet init for driver model by Simon Glass · 10 years ago
  64. 22498c5 net: Fix compile errors when SNTP enabled and not DATE by Joe Hershberger · 10 years ago
  65. 4c00eeb net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 10 years ago
  66. bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 10 years ago
  67. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  68. c10c0b1 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · 10 years ago
  69. c3e92a7 net: cosmetic: Fix checkpatch.pl failures in linklocal by Joe Hershberger · 10 years ago
  70. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  71. d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
  72. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  73. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  74. d640d5d net: cosmetic: Clean up ping variables and functions by Joe Hershberger · 10 years ago
  75. 4af0b77 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 10 years ago
  76. 8e805bb net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 10 years ago
  77. 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 10 years ago
  78. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
  79. 85ae776 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 10 years ago
  80. 6470159 net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 10 years ago
  81. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  82. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  83. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  84. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  85. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  86. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  87. a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 10 years ago
  88. f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
  89. aa52edd dm: eth: Add support for ethprime env var by Joe Hershberger · 10 years ago
  90. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  91. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  92. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  93. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  94. ed19185 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  95. e44a0ea net: Make netretry actually do something by Joe Hershberger · 10 years ago
  96. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  97. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  98. d0ce341 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 10 years ago
  99. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  100. ca044ad net: Rename helper function to be more clear by Joe Hershberger · 10 years ago