1. 09a2bb8 NET: Fix system hanging if NET device is not installed by Jim Lin · 12 years ago
  2. 596295d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  3. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  4. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  5. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  6. 19d6bc0 net: fix netconsole filtering by Joe Hershberger · 12 years ago
  7. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  8. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  9. bf17618 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  10. 3d905d2 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  11. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  12. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  13. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago
  14. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · 13 years ago
  15. 202c600 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · 13 years ago
  16. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 13 years ago
  17. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  18. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · 13 years ago
  19. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 13 years ago
  20. 16be9cb net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · 13 years ago
  21. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 13 years ago
  22. fee076e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · 13 years ago
  23. d01a7a0 net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · 13 years ago
  24. facf535 net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · 13 years ago
  25. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 13 years ago
  26. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 13 years ago
  27. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 13 years ago
  28. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 13 years ago
  29. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 13 years ago
  30. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 13 years ago
  31. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · 13 years ago
  32. 61b4de6 net: Move RARP receive logic out of net.c by Joe Hershberger · 13 years ago
  33. c21bf37 net: Move PING out of net.c by Joe Hershberger · 13 years ago
  34. aae0508 net: Move ARP out of net.c by Joe Hershberger · 13 years ago
  35. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · 13 years ago
  36. a4215b0 net: Move CDP out of net.c by Joe Hershberger · 13 years ago
  37. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  38. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 13 years ago
  39. 4b7747e net: Remove volatile from net API by Joe Hershberger · 13 years ago
  40. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  41. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  42. 3de85dd net/net.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  43. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  44. e4655c5 net: Change for loop to memset() by Simon Glass · 13 years ago
  45. 2928cd8 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  46. 6a398d2 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  47. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  48. 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  49. 43c7296 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago
  50. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  51. 7019d25 net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · 13 years ago
  52. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  53. db21082 net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  54. b19d0b7 net/net.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  55. 5fe6de2 net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · 14 years ago
  56. f27d91f net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  57. e8ccbb0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  58. 7cbd748 net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  59. d01bc1c net/net.c: cosmetic: variable initializations by Luca Ceresoli · 14 years ago
  60. 5c83a96 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  61. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  62. 00dceba netconsole: remove `serverip' check by Simon Guinot · 14 years ago
  63. fa51d4c NET: Correct potential missing goto label in case statement. by Gray Remlin · 14 years ago
  64. 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  65. c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  66. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  67. e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  68. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  69. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  70. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  71. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  72. f119e3d net: defragment IP packets by Alessandro Rubini · 15 years ago
  73. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · 15 years ago
  74. 470a6d4 Save server's MAC address in environment by Robin Getz · 15 years ago
  75. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  76. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  77. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  78. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  79. b97bfe4 NetLoop initialization bug by Michael Zaidman · 16 years ago
  80. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  81. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  82. 0c303fa netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  83. e8a0277 Fix IP alignment problem by Olav Morken · 16 years ago
  84. fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  85. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  86. 49570cd net: Add additional IP fragmentation check by Peter Tyser · 16 years ago
  87. 0885bf0 net: Define IP flag field values by Peter Tyser · 16 years ago
  88. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  90. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  91. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. 12cec0a Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  93. b953578 Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · 16 years ago
  94. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  95. b38c2b3 net: make ARP timeout configurable by Guennadi Liakhovetski · 17 years ago
  96. a02d62b net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option by Matthias Fuchs · 17 years ago
  97. 1f2c9a4 Introduce new eth_receive routine by Rafal Jaworowski · 17 years ago
  98. c1a6164 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  99. 084d0ce Fix memory corruption problem on STX GP3 SSA Board. by Wolfgang Denk · 17 years ago
  100. 627f5c3 Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago