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