1. b233bd7 TFTP: allow for adjustable retransmission timout by Wolfgang Denk · Sun Jan 17 23:55:53 2010 +0100
  2. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · Sun Jan 03 08:33:58 2010 +0100
  3. b46293f Add error codes/handling for TFTP-server by Remy Bohmer · Wed Oct 28 22:13:40 2009 +0100
  4. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  5. b956fba nfs: NfsTimeout() updates by Evan Samanas · Mon Nov 09 20:08:36 2009 -0600
  6. 867d870 fix nfs symlink name corruption by Ed Swarthout · Thu Nov 19 02:47:28 2009 -0600
  7. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · Wed Oct 28 22:13:39 2009 +0100
  8. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · Fri Sep 11 09:05:32 2009 +0200
  9. b3b00ed Add Transfer Size Option to tftp by Robin Getz · Thu Aug 20 10:50:20 2009 -0400
  10. 252f04d nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · Fri Aug 07 13:59:16 2009 +0200
  11. 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
  12. f119e3d net: defragment IP packets by Alessandro Rubini · Fri Aug 07 13:58:56 2009 +0200
  13. 12730c7 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · Mon Aug 10 09:59:10 2009 +0200
  14. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · Wed Jul 15 21:31:28 2009 -0400
  15. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  16. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · Thu Jul 23 22:23:23 2009 +0200
  17. 470a6d4 Save server's MAC address in environment by Robin Getz · Tue Jul 21 12:15:28 2009 -0400
  18. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · Tue Jul 14 23:37:12 2009 +0300
  19. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · Fri Jul 17 00:50:15 2009 -0700
  20. 82f0d23 Add DNS support by Robin Getz · Mon Jul 20 14:53:54 2009 -0400
  21. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · Sat Jul 18 21:04:08 2009 -0400
  22. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · Thu Jun 04 09:39:48 2009 +0200
  23. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · Tue Apr 28 16:39:19 2009 -0700
  24. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · Tue May 26 00:34:07 2009 -0700
  25. 3b195ff netloop: updates for NetLoop by Heiko Schocher · Tue Apr 28 08:36:11 2009 +0200
  26. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  27. b97bfe4 NetLoop initialization bug by Michael Zaidman · Sat Apr 04 01:43:00 2009 +0300
  28. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · Wed Feb 11 18:23:48 2009 -0500
  29. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · Thu Jan 29 19:43:44 2009 -0500
  30. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · Tue Feb 17 00:00:53 2009 -0500
  31. 0c303fa netloop: speed up NetLoop by Heiko Schocher · Tue Feb 10 09:38:52 2009 +0100
  32. e7fd34b Add eth_get_dev_by_index by Andy Fleming · Wed Feb 11 15:07:24 2009 -0600
  33. 9e3cc95 net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · Thu Feb 05 21:04:47 2009 -0500
  34. e8a0277 Fix IP alignment problem by Olav Morken · Fri Jan 23 12:56:26 2009 +0100
  35. fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Tue Dec 09 01:00:24 2008 +0100
  36. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · Mon Nov 03 09:30:59 2008 -0600
  37. 5e58efa net: Fix TftpStart() ip:filename bug by Peter Tyser · Mon Dec 01 16:29:38 2008 -0600
  38. 49570cd net: Add additional IP fragmentation check by Peter Tyser · Mon Dec 01 16:26:21 2008 -0600
  39. 0885bf0 net: Define IP flag field values by Peter Tyser · Mon Dec 01 16:26:20 2008 -0600
  40. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · Mon Oct 27 23:53:17 2008 -0700
  41. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · Mon Oct 27 23:50:15 2008 -0700
  42. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · Thu Oct 23 22:02:49 2008 -0700
  43. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · Wed Oct 22 23:47:51 2008 -0700
  44. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · Wed Oct 22 23:32:48 2008 -0700
  45. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · Wed Oct 22 23:20:29 2008 -0700
  46. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · Sun Oct 19 12:08:50 2008 +0900
  47. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · Fri Sep 05 01:55:22 2008 -0400
  48. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  49. 371cde7 net: Make TFTP server timeout configurable by Bartlomiej Sieka · Wed Oct 01 15:26:29 2008 +0200
  50. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · Wed Oct 01 15:26:28 2008 +0200
  51. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  52. d31a59b Don't tftp to unknown flash by Jochen Friedrich · Tue Sep 02 11:24:59 2008 +0200
  53. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 20:37:00 2008 -0700
  54. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:45:44 2008 -0700
  55. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:44:19 2008 -0700
  56. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · Sun Aug 31 10:40:51 2008 -0700
  57. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:39:12 2008 -0700
  58. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · Sun Aug 31 10:36:38 2008 -0700
  59. d2358c0 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · Sun Aug 31 10:16:59 2008 -0700
  60. 5496501 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · Sun Aug 31 10:15:26 2008 -0700
  61. 9d48ec2 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:13:34 2008 -0700
  62. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:08:43 2008 -0700
  63. 8d943c8 Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:07:16 2008 -0700
  64. f2c1acb Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 10:03:22 2008 -0700
  65. 04e97e0 Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:59:33 2008 -0700
  66. 65b8623 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 21:41:08 2008 -0700
  67. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · Sun Aug 31 09:49:42 2008 -0700
  68. 057d202 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · Tue Aug 12 22:11:53 2008 -0700
  69. bcf268b davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:45:42 2008 +0200
  70. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · Sun Aug 31 00:39:46 2008 +0200
  71. 03a4449 Fix bogus error message in the DHCP handler by Remy Bohmer · Wed Aug 20 11:30:28 2008 +0200
  72. 2f29dad Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. by Remy Bohmer · Wed Aug 20 11:30:27 2008 +0200
  73. f4a9d34 Moved initialization of SKGE Ethernet driver to board code. by Ben Warren · Sat Jul 12 00:17:50 2008 -0700
  74. ed63bcc Moved initialization of ULI526X Ethernet driver to board code. by Ben Warren · Fri Jul 11 23:42:19 2008 -0700
  75. 82c2c6a Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() by Ben Warren · Fri Jul 11 23:15:28 2008 -0700
  76. 8c042b6 Moved initialization of GRETH Ethernet driver to CPU directory by Ben Warren · Wed Jul 09 01:04:19 2008 -0700
  77. 90c96db Moved initialization of MCFFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:16:25 2008 -0700
  78. e7edd4e Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory by Ben Warren · Tue Aug 26 22:12:36 2008 -0700
  79. 8d924fc Moved initialization of AVR32 Ethernet controllers to board_eth_init() by Ben Warren · Sat Jul 05 00:08:48 2008 -0700
  80. 0f734c6 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · Tue Jul 15 21:44:46 2008 +0200
  81. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · Mon Jul 14 15:06:35 2008 +0200
  82. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · Sun Jul 13 23:07:35 2008 +0200
  83. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · Sat Jul 12 14:36:34 2008 +0200
  84. 12cec0a Fix some more print() format errors. by Wolfgang Denk · Fri Jul 11 01:16:00 2008 +0200
  85. e4ad454 Fix printf errors. by Andrew Klossner · Mon Jul 07 06:41:14 2008 -0700
  86. d448a49 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · Mon Jun 23 22:57:27 2008 -0700
  87. a8df2b9 Merge branch 'master' of git://git.denx.de/u-boot by Ben Warren · Sun Jun 08 22:04:22 2008 -0700
  88. b953578 Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · Tue Jun 03 15:48:17 2008 +0200
  89. cf8956d Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · Sat May 24 12:56:53 2008 +0200
  90. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  91. 69c925f AT91SAM9263EK support by Stelian Pop · Thu May 08 18:52:23 2008 +0200
  92. b38c2b3 net: make ARP timeout configurable by Guennadi Liakhovetski · Thu Apr 03 17:04:19 2008 +0200
  93. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · Sun Apr 13 09:59:26 2008 -0700
  94. 7ce2871 Merge branch 'master' of git://www.denx.de/git/u-boot-at91 by Wolfgang Denk · Tue Apr 08 00:16:36 2008 +0200
  95. 7837993 Add support for AT91SAM9260EK by Stelian Pop · Wed Mar 26 18:52:33 2008 +0100
  96. eea44aa Move at91cap9 specific files to at91sam9 directory by Stelian Pop · Wed Mar 26 20:52:28 2008 +0100
  97. f143179 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. by Daniel Hellstrom · Fri Mar 28 20:22:53 2008 +0100
  98. 72aa3f3 DHCP request fix for Windows Server 2003 by Aras Vaichas · Wed Mar 26 09:43:57 2008 +1100
  99. 11da2be net: Print error message upon net usage when no ethernet-interface is found by Stefan Roese · Tue Mar 04 17:40:41 2008 +0100
  100. 66ecfed Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · Fri Feb 15 12:59:15 2008 +0000