1. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · Mon Jul 30 20:39:52 2012 +0200
  2. 3d905d2 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · Mon Jul 23 13:11:16 2012 +0000
  3. 4f2abfb net: link_local: fix build by benoit.thebaudeau@advans · Thu Jul 19 01:19:34 2012 +0000
  4. 7232ee5 net: bootp: fix build by benoit.thebaudeau@advans · Thu Jul 19 01:23:21 2012 +0000
  5. 147e390 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · Tue Jul 03 22:25:21 2012 +0000
  6. c878570 Merge branch 'next' of git://git.denx.de/u-boot-net into next by Wolfgang Denk · Thu Jul 12 08:23:58 2012 +0200
  7. 6c6fe5f net: Inline the new eth_setenv_enetaddr_by_index function by Joe Hershberger · Tue Jul 10 16:23:22 2012 -0500
  8. c2938c0 net: allow setting env enetaddr from net device setting by Rob Herring · Sat Apr 14 18:06:49 2012 +0000
  9. a5d451b net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · Tue Jul 10 11:48:54 2012 +0530
  10. dc36a6a net: fix typo in arp clean up by Mike Frysinger · Tue Jul 10 00:41:50 2012 +0000
  11. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · Tue Jul 10 09:18:33 2012 +0200
  12. 576175b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · Thu Jul 05 13:19:32 2012 +0000
  13. 59d103a net: add helper to generate random mac address by Michael Walle · Tue Jun 05 11:33:16 2012 +0000
  14. b90b97a net: use common rand()/srand() functions by Michael Walle · Tue Jun 05 11:33:15 2012 +0000
  15. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · Wed May 23 08:01:04 2012 +0000
  16. 39048f6 net: Work-around for brain-damaged Cisco equipment with arp-proxy by Joe Hershberger · Wed May 23 08:00:13 2012 +0000
  17. b35a3a6 net: Add link-local addressing support by Joe Hershberger · Wed May 23 08:00:12 2012 +0000
  18. c07e810 net: Separate ArpRequest() into lower-level func by Joe Hershberger · Wed May 23 08:00:11 2012 +0000
  19. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · Wed May 23 07:59:24 2012 +0000
  20. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · Wed May 23 07:59:22 2012 +0000
  21. 202c600 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · Wed May 23 07:59:21 2012 +0000
  22. e96624a net: Remove static allocation for MAC address in PingSend() by Joe Hershberger · Wed May 23 07:59:20 2012 +0000
  23. 8ca7fa0 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · Wed May 23 07:59:19 2012 +0000
  24. 9d37a58 net: Fix unused variable compile warning by Joe Hershberger · Wed May 23 07:59:18 2012 +0000
  25. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · Wed May 23 07:59:16 2012 +0000
  26. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  27. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · Wed May 23 07:59:14 2012 +0000
  28. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · Wed May 23 07:59:13 2012 +0000
  29. 86dba5b net: Refactor ping receive handler by Joe Hershberger · Wed May 23 07:59:12 2012 +0000
  30. b1e9476 net: Move debug trace to point of action by Joe Hershberger · Wed May 23 07:59:11 2012 +0000
  31. db3e6e4 net: Refactor bootp packet length computations by Joe Hershberger · Wed May 23 07:59:10 2012 +0000
  32. f7ea805 net: Refactor packet length computations by Joe Hershberger · Wed May 23 07:59:09 2012 +0000
  33. 16be9cb net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · Wed May 23 07:59:08 2012 +0000
  34. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · Wed May 23 07:59:07 2012 +0000
  35. 2f78749 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · Wed May 23 07:58:17 2012 +0000
  36. 555efa0 net: cosmetic: Rename tmp to reply_ip_addr in arp.c by Joe Hershberger · Wed May 23 07:58:16 2012 +0000
  37. fee076e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · Wed May 23 07:58:15 2012 +0000
  38. ceba447 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · Wed May 23 07:58:14 2012 +0000
  39. d01a7a0 net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · Wed May 23 07:58:13 2012 +0000
  40. facf535 net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · Wed May 23 07:58:12 2012 +0000
  41. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · Wed May 23 07:58:11 2012 +0000
  42. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · Wed May 23 07:58:10 2012 +0000
  43. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · Wed May 23 07:58:09 2012 +0000
  44. de15d093 net: cosmetic: Un-typedef ARP_t by Joe Hershberger · Wed May 23 07:58:08 2012 +0000
  45. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · Wed May 23 07:58:07 2012 +0000
  46. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · Wed May 23 07:58:06 2012 +0000
  47. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · Wed May 23 07:58:05 2012 +0000
  48. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · Wed May 23 07:58:04 2012 +0000
  49. 61b4de6 net: Move RARP receive logic out of net.c by Joe Hershberger · Wed May 23 07:58:03 2012 +0000
  50. c21bf37 net: Move PING out of net.c by Joe Hershberger · Wed May 23 07:58:02 2012 +0000
  51. aae0508 net: Move ARP out of net.c by Joe Hershberger · Wed May 23 07:58:01 2012 +0000
  52. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · Wed May 23 07:58:00 2012 +0000
  53. a4215b0 net: Move CDP out of net.c by Joe Hershberger · Wed May 23 07:57:59 2012 +0000
  54. 797f2c5 net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · Wed May 23 07:57:58 2012 +0000
  55. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  56. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  57. 3a29e5a net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:12 2012 +0000
  58. 840fc80 net: cosmetic: sntp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:11 2012 +0000
  59. c768446 net: cosmetic: rarp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:10 2012 +0000
  60. 6ecfc6b net: cosmetic: nfs.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:09 2012 +0000
  61. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:08 2012 +0000
  62. 5956ded net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · Tue May 15 08:59:07 2012 +0000
  63. 8f4b135 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:06 2012 +0000
  64. 4b7747e net: Remove volatile from net API by Joe Hershberger · Tue May 15 08:59:04 2012 +0000
  65. ae97ef6 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back by Eric Miao · Wed Jan 18 22:56:33 2012 +0000
  66. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · Sat Dec 10 11:08:06 2011 +0000
  67. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  68. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
  69. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  70. 6b300dc net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · Thu Nov 10 14:11:04 2011 +0000
  71. 83ce109 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:32 2012 +0000
  72. dd152fc PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · Fri Mar 02 22:39:31 2012 +0000
  73. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · Mon Jan 09 08:32:36 2012 +0000
  74. 391da4c net: introduce per device index by Michael Walle · Thu Oct 27 11:31:35 2011 +0000
  75. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · Sat Dec 03 03:29:44 2011 +0000
  76. e4e53d1 net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sat Nov 19 10:29:58 2011 +0000
  77. 3de85dd net/net.c: Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:42 2011 +0000
  78. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · Thu Oct 27 06:24:32 2011 +0000
  79. e4655c5 net: Change for loop to memset() by Simon Glass · Wed Oct 26 14:18:39 2011 +0000
  80. 4abd0e2 net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · Thu Oct 27 06:24:29 2011 +0000
  81. 8431332 net: Make net_transfer() a static function by Simon Glass · Thu Oct 27 06:24:28 2011 +0000
  82. 2928cd8 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · Wed Oct 26 14:18:38 2011 +0000
  83. 6a398d2 net: tftpput: implement tftp logic by Simon Glass · Mon Oct 24 18:00:07 2011 +0000
  84. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · Mon Oct 24 18:00:05 2011 +0000
  85. bd8a0e0 net: tftpput: Factor out start, restart and next block functions by Simon Glass · Mon Oct 24 18:00:04 2011 +0000
  86. b437aad net: tftpput: move common code into separate functions by Simon Glass · Mon Oct 24 18:00:03 2011 +0000
  87. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · Mon Oct 24 18:00:02 2011 +0000
  88. 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · Mon Oct 24 18:00:01 2011 +0000
  89. 43c7296 net: tftpput: Move ICMP code into its own function by Simon Glass · Mon Oct 24 18:00:00 2011 +0000
  90. a77e293 net/dns.c: Fix endian conversion for big-endian in dns command by Bernhard Kaindl · Sat Oct 15 23:59:22 2011 +0000
  91. ea320281 net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · Wed Aug 31 05:37:31 2011 +0000
  92. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  93. 4c97a84 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · Sun Oct 02 10:01:26 2011 +0000
  94. dde025c net: Add \n before warning message so it prints on a new line. by Philip Balister · Wed Sep 07 01:57:48 2011 +0000
  95. 74edd5c net: turn name len check into an assert by Mike Frysinger · Sun Sep 11 18:49:53 2011 +0000
  96. 10b532c net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · Sun Sep 18 21:54:46 2011 +0000
  97. 153bf3a net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · Mon Aug 22 00:17:17 2011 +0000
  98. ca21140 Correct call to eth_write_hwaddr() by Simon Glass · Tue Aug 30 05:51:00 2011 +0000
  99. 5b4945b net: Check network device driver name by Michal Simek · Mon Aug 29 23:30:13 2011 +0000
  100. ab068eb Put common autoload code into auto_load() function by Simon Glass · Mon Jun 13 16:13:12 2011 -0700