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