1. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  2. 1981668 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  3. 8cab08e net: fix netconsole filtering by Joe Hershberger · 12 years ago
  4. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  5. 9ace17c net/bootp: add VCI support for BOOTP also by Ilya Yanok · 12 years ago
  6. ee0f60d net: Quietly ignore DHCP Option 28 (Broadcast Address) by Brian Rzycki · 12 years ago
  7. 460f949 net: eth_write_hwaddr: Return error for invalid MACs by Benoît Thébaudeau · 12 years ago
  8. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  9. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  10. 1389f98 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  11. 46c07bc api: net: fix length check in eth_receive() by Michael Walle · 12 years ago
  12. b98b611 Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  13. a03d638 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  14. b684115 net: link_local: fix build by benoit.thebaudeau@advans · 12 years ago
  15. b977aa8 net: bootp: fix build by benoit.thebaudeau@advans · 12 years ago
  16. 48a3e99 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · 12 years ago
  17. 0878222 Merge branch 'next' of git://git.denx.de/u-boot-net into next by Wolfgang Denk · 12 years ago
  18. 154177e net: Inline the new eth_setenv_enetaddr_by_index function by Joe Hershberger · 12 years ago
  19. c88ef3c net: allow setting env enetaddr from net device setting by Rob Herring · 12 years ago
  20. bc46dfa net: tftp: fix type of block arg to store_block by Jayachandran Chandrasekharan Nair · 12 years ago
  21. a0bc44e net: fix typo in arp clean up by Mike Frysinger · 12 years ago
  22. 3fe6383 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  23. db7720b net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY by Kim Phillips · 12 years ago
  24. 03c1b04 net: add helper to generate random mac address by Michael Walle · 12 years ago
  25. 99e139d net: use common rand()/srand() functions by Michael Walle · 12 years ago
  26. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  27. c697576 net: Work-around for brain-damaged Cisco equipment with arp-proxy by Joe Hershberger · 12 years ago
  28. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  29. 2280418 net: Separate ArpRequest() into lower-level func by Joe Hershberger · 12 years ago
  30. e94070c net: Don't copy every packet that waits for an ARP by Joe Hershberger · 12 years ago
  31. 46c495d net: Fix net buffer initialization by Joe Hershberger · 12 years ago
  32. cb1c991 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · 12 years ago
  33. f1d2d28 net: Remove static allocation for MAC address in PingSend() by Joe Hershberger · 12 years ago
  34. 2c00e09 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 12 years ago
  35. 1752f0f net: Fix unused variable compile warning by Joe Hershberger · 12 years ago
  36. e711101 net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 12 years ago
  37. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  38. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  39. adf5d93 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 12 years ago
  40. 61da3c2 net: Refactor ping receive handler by Joe Hershberger · 12 years ago
  41. f962322 net: Move debug trace to point of action by Joe Hershberger · 12 years ago
  42. ae446f5 net: Refactor bootp packet length computations by Joe Hershberger · 12 years ago
  43. 00f3326 net: Refactor packet length computations by Joe Hershberger · 12 years ago
  44. 9214637 net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · 12 years ago
  45. 4b11c91 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 12 years ago
  46. 674bb24 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · 12 years ago
  47. 1256793 net: cosmetic: Rename tmp to reply_ip_addr in arp.c by Joe Hershberger · 12 years ago
  48. 4545f4e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · 12 years ago
  49. f831573 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · 12 years ago
  50. 0b4c5ff net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · 12 years ago
  51. 8d353eb net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · 12 years ago
  52. da5ebe2 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 12 years ago
  53. 206d07f net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 12 years ago
  54. e0a6307 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 12 years ago
  55. 738853b net: cosmetic: Un-typedef ARP_t by Joe Hershberger · 12 years ago
  56. c68cca3 net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 12 years ago
  57. cb487f5 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 12 years ago
  58. c5c59df net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 12 years ago
  59. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  60. 8b9c532 net: Move RARP receive logic out of net.c by Joe Hershberger · 12 years ago
  61. a36b12f net: Move PING out of net.c by Joe Hershberger · 12 years ago
  62. d280d3f net: Move ARP out of net.c by Joe Hershberger · 12 years ago
  63. 1735188 net: Encapsulate CDP packet identification by Joe Hershberger · 12 years ago
  64. f575ae1 net: Move CDP out of net.c by Joe Hershberger · 12 years ago
  65. eafc8db net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · 12 years ago
  66. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  67. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  68. 13dfe94 net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 12 years ago
  69. 6c3234a net: cosmetic: sntp.* checkpatch compliance by Joe Hershberger · 12 years ago
  70. c2faf4f net: cosmetic: rarp.* checkpatch compliance by Joe Hershberger · 12 years ago
  71. c9f6c91 net: cosmetic: nfs.* checkpatch compliance by Joe Hershberger · 12 years ago
  72. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  73. 66c7385 net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · 12 years ago
  74. 3090b7e3 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · 12 years ago
  75. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  76. 6937664 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back by Eric Miao · 13 years ago
  77. 573f14f bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  78. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  79. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  80. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  81. f6add13 net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  82. 021f603 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  83. 658c3b9 PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  84. e7e982d eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  85. fea7dca net: introduce per device index by Michael Walle · 13 years ago
  86. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  87. c0fe04b net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  88. 5c10419 net/net.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  89. e4a3d57 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  90. ed1ada7 net: Change for loop to memset() by Simon Glass · 13 years ago
  91. 8c6914f net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  92. 165099e net: Make net_transfer() a static function by Simon Glass · 13 years ago
  93. 39bccd2 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  94. 1fb7cd4 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  95. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  96. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  97. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  98. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  99. 4793ee6 net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  100. 8f79bb1 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago