1. b6121f2 dm: net: Use existing Ethernet init for driver model by Simon Glass · 10 years ago
  2. 22498c5 net: Fix compile errors when SNTP enabled and not DATE by Joe Hershberger · 10 years ago
  3. 4c00eeb net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 10 years ago
  4. bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 10 years ago
  5. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  6. c10c0b1 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · 10 years ago
  7. c3e92a7 net: cosmetic: Fix checkpatch.pl failures in linklocal by Joe Hershberger · 10 years ago
  8. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  9. d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
  10. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  11. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  12. d640d5d net: cosmetic: Clean up ping variables and functions by Joe Hershberger · 10 years ago
  13. 4af0b77 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 10 years ago
  14. 8e805bb net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 10 years ago
  15. 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 10 years ago
  16. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
  17. 85ae776 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 10 years ago
  18. 6470159 net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 10 years ago
  19. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  20. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  21. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  22. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  23. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  24. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  25. a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 10 years ago
  26. f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
  27. aa52edd dm: eth: Add support for ethprime env var by Joe Hershberger · 10 years ago
  28. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  29. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  30. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  31. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  32. ed19185 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  33. e44a0ea net: Make netretry actually do something by Joe Hershberger · 10 years ago
  34. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  35. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  36. d0ce341 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 10 years ago
  37. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  38. ca044ad net: Rename helper function to be more clear by Joe Hershberger · 10 years ago
  39. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  40. dfcdcee net: Use new checksum functions by Simon Glass · 10 years ago
  41. 0015391 net: Add a separate file for IP checksumming by Simon Glass · 10 years ago
  42. a9c2cbd net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · 10 years ago
  43. b03bf63 eth: make eth_address_set static by Jeroen Hofstee · 10 years ago
  44. c8f0a5c net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  45. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  46. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  47. 57b8013 net: dns: fix for DNS queries sent to the wrong MAC address by Gerhard Sittig · 10 years ago
  48. 8977cda net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  49. 69e1e35 net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  50. 222981f Ethernet: let user know if there is no valid ethernet address by Pavel Machek · 10 years ago
  51. 764c29d bootp can use mdelay by Pavel Machek · 10 years ago
  52. ea07042 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  53. 0b16e65 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 11 years ago
  54. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 11 years ago
  55. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  56. 37ecfa1 net: execute "miiphy_init" if CONFIG_PHYLIB defined by Alexey Brodkin · 11 years ago
  57. 91393c5 net: tftpsrv: Get correct client MAC address by Andrew Ruder · 11 years ago
  58. 0d75736 net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  59. 51dda80 net: convert a makefile to Kbuild style by Masahiro Yamada · 11 years ago
  60. 6c8921f NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined by Jim Lin · 11 years ago
  61. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  62. 5fb50bf net: Correct check for link-local target IP conflict by Joe Hershberger · 12 years ago
  63. 878dad0 net/tftp: sparse fixes by Kim Phillips · 12 years ago
  64. b8d5b8c net: nfs: add dynamic wait period by Matthias Brugger · 12 years ago
  65. 09a2bb8 NET: Fix system hanging if NET device is not installed by Jim Lin · 12 years ago
  66. 596295d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  67. 99c7480 net: Fix endianness bug in link-local by Joe Hershberger · 12 years ago
  68. cab9a8d net: Add tftp speed indication by Simon Glass · 12 years ago
  69. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  70. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  71. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  72. 659c9cd Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  73. 19d6bc0 net: fix netconsole filtering by Joe Hershberger · 12 years ago
  74. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  75. 3087658 net/bootp: add VCI support for BOOTP also by Ilya Yanok · 12 years ago
  76. 5a672a2 net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  77. 050219e net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · 12 years ago
  78. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  79. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  80. bf17618 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  81. df7c98a api: net: fix length check in eth_receive() by Michael Walle · 12 years ago
  82. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  83. 3d905d2 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  84. 4f2abfb net: link_local: fix build by benoit.thebaudeau@advans · 12 years ago
  85. 7232ee5 net: bootp: fix build by benoit.thebaudeau@advans · 12 years ago
  86. 147e390 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · 12 years ago
  87. c878570 Merge branch 'next' of git://git.denx.de/u-boot-net into next by Wolfgang Denk · 12 years ago
  88. 6c6fe5f net: Inline the new eth_setenv_enetaddr_by_index function by Joe Hershberger · 12 years ago
  89. c2938c0 net: allow setting env enetaddr from net device setting by Rob Herring · 13 years ago
  90. a5d451b net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · 12 years ago
  91. dc36a6a net: fix typo in arp clean up by Mike Frysinger · 12 years ago
  92. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  93. 576175b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · 12 years ago
  94. 59d103a net: add helper to generate random mac address by Michael Walle · 12 years ago
  95. b90b97a net: use common rand()/srand() functions by Michael Walle · 12 years ago
  96. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  97. 39048f6 net: Work-around for brain-damaged Cisco equipment with arp-proxy by Joe Hershberger · 13 years ago
  98. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  99. c07e810 net: Separate ArpRequest() into lower-level func by Joe Hershberger · 13 years ago
  100. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago