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