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