1. bf6cb24 rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  2. 68e1ede Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · 14 years ago
  3. d7fb9bc Fix compile warnings for const correctness by Ben Warren · 14 years ago
  4. 1384f3b net: warn about spaces in device names by Mike Frysinger · 14 years ago
  5. 6de27bd net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  6. e397e59 ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  7. ecee932 Program net device MAC addresses after initializing by Ben Warren · 14 years ago
  8. 9739946 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  9. aba4b69 net: Trivial coding style issue with empty for statement by Detlev Zundel · 14 years ago
  10. c96f86e TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  11. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  12. aafda38 Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  13. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  14. aabb8cb nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  15. f64ef9b fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  16. 67b96e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  17. d8d8724 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  18. 4fccb81 Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  19. bd931ca nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · 15 years ago
  20. 89ba81d tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  21. 5cfaa4e net: defragment IP packets by Alessandro Rubini · 15 years ago
  22. d371708 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  23. 86848a7 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  24. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  25. 28958b8 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  26. 97cfe86 Save server's MAC address in environment by Robin Getz · 15 years ago
  27. 09133f8 DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  28. 3bd0a87 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  29. 1a32bf4 Add DNS support by Robin Getz · 15 years ago
  30. d9bec9f net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  31. c9a2aab A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  32. 6e0d2fc Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 15 years ago
  33. 8453587 Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 15 years ago
  34. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  35. f9a109b Replace __attribute references with __attribute__ by Peter Tyser · 15 years ago
  36. 3c172c4 NetLoop initialization bug by Michael Zaidman · 15 years ago
  37. 95823ca net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  38. 3f6e699 net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  39. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  40. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  41. 9e56986 Add eth_get_dev_by_index by Andy Fleming · 16 years ago
  42. 638ed3e net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  43. af8626e Fix IP alignment problem by Olav Morken · 16 years ago
  44. c645b18 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  45. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  46. 6a86bb6 net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  47. d32c5be net: Add additional IP fragmentation check by Peter Tyser · 16 years ago
  48. e0c07b8 net: Define IP flag field values by Peter Tyser · 16 years ago
  49. 25a8590 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · 16 years ago
  50. 96e21f8 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · 16 years ago
  51. 9eb79bd Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · 16 years ago
  52. a9bec96 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · 16 years ago
  53. 0e8454e Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  54. 3456a14 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · 16 years ago
  55. 5dfb3ee net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · 16 years ago
  56. cc94074 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  57. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. e83cc06 net: Make TFTP server timeout configurable by Bartlomiej Sieka · 16 years ago
  59. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  60. c68a05f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  61. be1b0d2 Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  62. 10efa02 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  63. 8ca0b3f Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  64. ad3381c Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  65. 4fce2ac Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · 16 years ago
  66. e1d7480 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  67. a0aad08 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  68. 8218bd2 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · 16 years ago
  69. 164846e Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · 16 years ago
  70. 6aca145 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  71. e309053 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  72. b902b8d Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  73. 1940363 Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  74. ccdd12f Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  75. 0b252f5 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  76. 02d6989 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  77. 3ae071e Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · 16 years ago
  78. d6e0425 davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. fcaac58 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  80. 51dfe13 Fix bogus error message in the DHCP handler by Remy Bohmer · 16 years ago
  81. 6136550 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. by Remy Bohmer · 16 years ago
  82. 6a00217 Moved initialization of SKGE Ethernet driver to board code. by Ben Warren · 16 years ago
  83. 65d3d99 Moved initialization of ULI526X Ethernet driver to board code. by Ben Warren · 16 years ago
  84. 9149473 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  85. fc363ce Moved initialization of GRETH Ethernet driver to CPU directory by Ben Warren · 16 years ago
  86. 86882b8 Moved initialization of MCFFEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  87. b31da88 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  88. c8c845c Moved initialization of AVR32 Ethernet controllers to board_eth_init() by Ben Warren · 16 years ago
  89. 0328ef0 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  90. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  91. 25dbe98 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  92. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  93. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  94. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  95. dd35479 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  96. e44f3ea Merge branch 'master' of git://git.denx.de/u-boot by Ben Warren · 16 years ago
  97. 6b52cfe Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · 16 years ago
  98. 42fd5f8 Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  99. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  100. 8e429b3 AT91SAM9263EK support by Stelian Pop · 16 years ago