1. ccb9ebe net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  2. c819abe net/net.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  3. 92895de net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · 13 years ago
  4. 6b147d1 net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  5. d3c65b0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  6. 4f63acd net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  7. c586ce6 net/net.c: cosmetic: variable initializations by Luca Ceresoli · 13 years ago
  8. 3e38e42 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  9. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  10. 8b6bbe1 netconsole: remove `serverip' check by Simon Guinot · 13 years ago
  11. 9030a55 NET: Correct potential missing goto label in case statement. by Gray Remlin · 14 years ago
  12. 2e3ef6e string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  13. b920ee9 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  14. bf6cb24 rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  15. e397e59 ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  16. 9739946 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  17. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  18. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  19. 67b96e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  20. 5cfaa4e net: defragment IP packets by Alessandro Rubini · 15 years ago
  21. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  22. 97cfe86 Save server's MAC address in environment by Robin Getz · 15 years ago
  23. 09133f8 DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  24. 1a32bf4 Add DNS support by Robin Getz · 15 years ago
  25. d9bec9f net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  26. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  27. 3c172c4 NetLoop initialization bug by Michael Zaidman · 15 years ago
  28. 95823ca net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  29. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  30. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  31. af8626e Fix IP alignment problem by Olav Morken · 16 years ago
  32. c645b18 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  33. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  34. d32c5be net: Add additional IP fragmentation check by Peter Tyser · 16 years ago
  35. e0c07b8 net: Define IP flag field values by Peter Tyser · 16 years ago
  36. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  38. 25dbe98 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  39. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  41. 6b52cfe Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · 16 years ago
  42. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  43. 40cb90e net: make ARP timeout configurable by Guennadi Liakhovetski · 16 years ago
  44. 8b0c5c1 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option by Matthias Fuchs · 17 years ago
  45. f85b607 Introduce new eth_receive routine by Rafal Jaworowski · 17 years ago
  46. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  47. f34024d Fix memory corruption problem on STX GP3 SSA Board. by Wolfgang Denk · 17 years ago
  48. 85eb5ca Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  49. 53a5c42 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  50. 610f2e9 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  51. 1fe80d7 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  52. 643d1ab net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  53. 6e2115a net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  54. 8385317 net - Support ping reply when processing net-loop by Ed Swarthout · 18 years ago
  55. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  56. d509b81 Fix behaviour if gatewayip is not set Patch by Robin Gilks, 23 Dec 2004 by Wolfgang Denk · 19 years ago
  57. 3ada834 Add explanation for CDP checksum algorithm by Wolfgang Denk · 19 years ago
  58. 63ff004 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  59. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  60. 9d2a873 Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT). by Stefan Roese · 19 years ago
  61. 7bc5ee0 Prepare U-Boot for gcc-4.x by Wolfgang Denk · 19 years ago
  62. b2f5080 Minor code cleanup by Wolfgang Denk · 19 years ago
  63. 8534bf9 Add UPD-Checksum code, fix problem in net.c (return instead of break) by Stefan Roese · 19 years ago
  64. 90dc670 README: add explanation about patch policy net/net.c: fix indentation by wdenk · 19 years ago
  65. 6315349 Patch by David Adair, 27 Oct 2004: Add missing 440GX SDRAM Controller reset by wdenk · 19 years ago
  66. b1bf6f2 * Patch by Richard Klingler, 03 Apr 2005: by wdenk · 19 years ago
  67. 59acc29 Minor cleanup by wdenk · 19 years ago
  68. ea287de * Patch by Masami Komiya, 30 Mar 2005: by wdenk · 19 years ago
  69. 289f932 * Some Cleanup. by wdenk · 20 years ago
  70. d407bf5 * Patch by Philippe Robin, 28 Sept 2004: Fix Flash support for Versatile. by wdenk · 20 years ago
  71. 3e01d75 Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout() by wdenk · 20 years ago
  72. 68ceb29 Add support for console over UDP (compatible to Ingo Molnar's by wdenk · 20 years ago
  73. b9711de * Patch by John Kerl, 19 Apr 2004: by wdenk · 20 years ago
  74. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  75. a3d991b Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  76. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  77. 3d3befa * Patch by Philippe Robin, 09 Mar 2004: by wdenk · 21 years ago
  78. cbd8a35 * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago
  79. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  80. fc3e216 * Patch by Sangmoon Kim, 23 Sep 2003: by wdenk · 21 years ago
  81. fe389a8 - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · 21 years ago
  82. e0ac62d * Make Ethernet autonegotiation on INCA-IP work for all clock rates; by wdenk · 21 years ago
  83. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  84. 0b97ab1 * Patch by Richard Woodruff, 19 June 03: by wdenk · 21 years ago
  85. 73a8b27 * Add support for RMU board by wdenk · 21 years ago
  86. 1d0350e * Patch by Jim Sandoz, 07 Nov 2002: by wdenk · 22 years ago
  87. 2d96695 Initial revision by wdenk · 22 years ago