1. 2f3dc0a net/tftp.c: fix typo by Luca Ceresoli · Tue May 17 00:03:41 2011 +0000
  2. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · Tue May 17 00:03:40 2011 +0000
  3. b640ed3 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · Tue May 17 00:03:39 2011 +0000
  4. 562dfe5 TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · Tue May 17 00:03:38 2011 +0000
  5. 5079c76 TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · Tue May 17 00:03:37 2011 +0000
  6. 4e7a02b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · Sat May 14 05:50:03 2011 +0000
  7. 09b1823 net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · Sat May 14 05:50:02 2011 +0000
  8. 6072fcd net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · Sat May 14 05:50:01 2011 +0000
  9. 35dfb18 net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · Sat May 14 05:50:00 2011 +0000
  10. c4ffb9f net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · Sat May 14 05:49:59 2011 +0000
  11. bf6ce41 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · Sat May 14 05:49:58 2011 +0000
  12. f40538a net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · Sat May 14 05:49:57 2011 +0000
  13. c42fc27 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · Sat May 14 05:49:56 2011 +0000
  14. db21082 net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · Wed May 04 02:40:47 2011 +0000
  15. b19d0b7 net/net.c: cosmetic: fix indentation by Luca Ceresoli · Wed May 04 02:40:46 2011 +0000
  16. 5fe6de2 net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · Wed May 04 02:40:45 2011 +0000
  17. f27d91f net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · Wed May 04 02:40:44 2011 +0000
  18. e8ccbb0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · Wed May 04 02:40:43 2011 +0000
  19. 7cbd748 net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · Wed May 11 03:59:56 2011 +0000
  20. d01bc1c net/net.c: cosmetic: variable initializations by Luca Ceresoli · Wed May 11 03:59:55 2011 +0000
  21. 5c83a96 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · Wed May 11 03:59:54 2011 +0000
  22. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · Mon Apr 18 06:19:50 2011 +0000
  23. 00dceba netconsole: remove `serverip' check by Simon Guinot · Sun May 01 23:38:40 2011 +0000
  24. fa51d4c NET: Correct potential missing goto label in case statement. by Gray Remlin · Tue Mar 29 10:21:32 2011 +0000
  25. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · Fri Apr 08 02:10:27 2011 -0500
  26. a0978eb Fix bad padding of bootp request packet by Simon Glass · Wed Feb 02 15:03:28 2011 -0800
  27. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · Sat Feb 19 20:15:14 2011 +0100
  28. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  29. 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · Wed Oct 20 07:16:48 2010 -0400
  30. c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · Wed Oct 20 07:16:40 2010 -0400
  31. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  32. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · Tue Aug 31 23:05:04 2010 -0700
  33. 1c7dca5 net: Fix potential empty DHCP Parameter Request List by Jason Liu · Sun Nov 14 12:23:09 2010 +0800
  34. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · Thu Sep 30 11:25:48 2010 -0500
  35. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · Sun Aug 01 23:00:31 2010 -0700
  36. 97824d6 Fix compile warnings for const correctness by Ben Warren · Thu Jul 29 12:56:11 2010 -0700
  37. 2843ed9 net: warn about spaces in device names by Mike Frysinger · Wed Jun 09 22:10:48 2010 -0400
  38. 284902e net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · Sun Jun 20 12:32:37 2010 +0200
  39. e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · Fri Jun 11 19:26:43 2010 +0200
  40. 6db991a Program net device MAC addresses after initializing by Ben Warren · Mon Apr 26 11:11:46 2010 -0700
  41. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · Mon Mar 08 14:07:00 2010 -0500
  42. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · Wed Mar 31 17:56:08 2010 +0200
  43. b233bd7 TFTP: allow for adjustable retransmission timout by Wolfgang Denk · Sun Jan 17 23:55:53 2010 +0100
  44. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · Sun Jan 03 08:33:58 2010 +0100
  45. b46293f Add error codes/handling for TFTP-server by Remy Bohmer · Wed Oct 28 22:13:40 2009 +0100
  46. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  47. b956fba nfs: NfsTimeout() updates by Evan Samanas · Mon Nov 09 20:08:36 2009 -0600
  48. 867d870 fix nfs symlink name corruption by Ed Swarthout · Thu Nov 19 02:47:28 2009 -0600
  49. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · Wed Oct 28 22:13:39 2009 +0100
  50. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · Fri Sep 11 09:05:32 2009 +0200
  51. b3b00ed Add Transfer Size Option to tftp by Robin Getz · Thu Aug 20 10:50:20 2009 -0400
  52. 252f04d nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · Fri Aug 07 13:59:16 2009 +0200
  53. 8832f6e tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · Fri Aug 07 13:59:06 2009 +0200
  54. f119e3d net: defragment IP packets by Alessandro Rubini · Fri Aug 07 13:58:56 2009 +0200
  55. 12730c7 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · Mon Aug 10 09:59:10 2009 +0200
  56. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · Wed Jul 15 21:31:28 2009 -0400
  57. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  58. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · Thu Jul 23 22:23:23 2009 +0200
  59. 470a6d4 Save server's MAC address in environment by Robin Getz · Tue Jul 21 12:15:28 2009 -0400
  60. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · Tue Jul 14 23:37:12 2009 +0300
  61. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · Fri Jul 17 00:50:15 2009 -0700
  62. 82f0d23 Add DNS support by Robin Getz · Mon Jul 20 14:53:54 2009 -0400
  63. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · Sat Jul 18 21:04:08 2009 -0400
  64. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · Thu Jun 04 09:39:48 2009 +0200
  65. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · Tue Apr 28 16:39:19 2009 -0700
  66. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  67. 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
  68. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  69. b97bfe4 NetLoop initialization bug by Michael Zaidman · Sat Apr 04 01:43:00 2009 +0300
  70. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · Wed Feb 11 18:23:48 2009 -0500
  71. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · Thu Jan 29 19:43:44 2009 -0500
  72. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · Tue Feb 17 00:00:53 2009 -0500
  73. 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
  74. e7fd34b Add eth_get_dev_by_index by Andy Fleming · Wed Feb 11 15:07:24 2009 -0600
  75. 9e3cc95 net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · Thu Feb 05 21:04:47 2009 -0500
  76. e8a0277 Fix IP alignment problem by Olav Morken · Fri Jan 23 12:56:26 2009 +0100
  77. fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Tue Dec 09 01:00:24 2008 +0100
  78. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  79. 5e58efa net: Fix TftpStart() ip:filename bug by Peter Tyser · Mon Dec 01 16:29:38 2008 -0600
  80. 49570cd net: Add additional IP fragmentation check by Peter Tyser · Mon Dec 01 16:26:21 2008 -0600
  81. 0885bf0 net: Define IP flag field values by Peter Tyser · Mon Dec 01 16:26:20 2008 -0600
  82. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · Mon Oct 27 23:53:17 2008 -0700
  83. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · Mon Oct 27 23:50:15 2008 -0700
  84. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · Thu Oct 23 22:02:49 2008 -0700
  85. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · Wed Oct 22 23:47:51 2008 -0700
  86. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · Wed Oct 22 23:32:48 2008 -0700
  87. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · Wed Oct 22 23:20:29 2008 -0700
  88. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · Sun Oct 19 12:08:50 2008 +0900
  89. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · Fri Sep 05 01:55:22 2008 -0400
  90. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  91. 371cde7 net: Make TFTP server timeout configurable by Bartlomiej Sieka · Wed Oct 01 15:26:29 2008 +0200
  92. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · Wed Oct 01 15:26:28 2008 +0200
  93. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  94. d31a59b Don't tftp to unknown flash by Jochen Friedrich · Tue Sep 02 11:24:59 2008 +0200
  95. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 20:37:00 2008 -0700
  96. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:45:44 2008 -0700
  97. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:44:19 2008 -0700
  98. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · Sun Aug 31 10:40:51 2008 -0700
  99. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:39:12 2008 -0700
  100. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:36:38 2008 -0700