1. 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
  2. 2843ed9 net: warn about spaces in device names by Mike Frysinger · 14 years ago
  3. 284902e net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  4. e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  5. 6db991a Program net device MAC addresses after initializing by Ben Warren · 15 years ago
  6. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  7. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · 15 years ago
  8. b233bd7 TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  9. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  10. b46293f Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  11. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  12. b956fba nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  13. 867d870 fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  14. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  15. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  16. b3b00ed Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  17. 252f04d nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · 15 years ago
  18. 8832f6e tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  19. f119e3d net: defragment IP packets by Alessandro Rubini · 15 years ago
  20. 12730c7 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  21. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  22. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · 15 years ago
  23. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  24. 470a6d4 Save server's MAC address in environment by Robin Getz · 15 years ago
  25. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  26. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  27. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  28. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  29. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  30. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 16 years ago
  31. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 16 years ago
  32. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  33. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · 16 years ago
  34. b97bfe4 NetLoop initialization bug by Michael Zaidman · 16 years ago
  35. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  36. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  37. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  38. 0c303fa netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  39. e7fd34b Add eth_get_dev_by_index by Andy Fleming · 16 years ago
  40. 9e3cc95 net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  41. e8a0277 Fix IP alignment problem by Olav Morken · 16 years ago
  42. fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  43. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  44. 5e58efa net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  45. 49570cd net: Add additional IP fragmentation check by Peter Tyser · 16 years ago
  46. 0885bf0 net: Define IP flag field values by Peter Tyser · 16 years ago
  47. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · 16 years ago
  48. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · 16 years ago
  49. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · 16 years ago
  50. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · 16 years ago
  51. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  52. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · 16 years ago
  53. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · 16 years ago
  54. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  55. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 371cde7 net: Make TFTP server timeout configurable by Bartlomiej Sieka · 16 years ago
  57. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  58. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  59. d31a59b Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  60. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  61. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  62. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  63. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · 16 years ago
  64. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  65. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  66. d2358c0 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · 16 years ago
  67. 5496501 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · 16 years ago
  68. 9d48ec2 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  69. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  70. 8d943c8 Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  71. f2c1acb Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  72. 04e97e0 Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  73. 65b8623 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  74. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  75. 057d202 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · 16 years ago
  76. bcf268b davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  78. 03a4449 Fix bogus error message in the DHCP handler by Remy Bohmer · 16 years ago
  79. 2f29dad Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. by Remy Bohmer · 16 years ago
  80. f4a9d34 Moved initialization of SKGE Ethernet driver to board code. by Ben Warren · 16 years ago
  81. ed63bcc Moved initialization of ULI526X Ethernet driver to board code. by Ben Warren · 16 years ago
  82. 82c2c6a Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  83. 8c042b6 Moved initialization of GRETH Ethernet driver to CPU directory by Ben Warren · 16 years ago
  84. 90c96db Moved initialization of MCFFEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  85. e7edd4e Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  86. 8d924fc Moved initialization of AVR32 Ethernet controllers to board_eth_init() by Ben Warren · 16 years ago
  87. 0f734c6 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  88. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  89. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  90. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  91. 12cec0a Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  92. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  93. d448a49 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  94. a8df2b9 Merge branch 'master' of git://git.denx.de/u-boot by Ben Warren · 16 years ago
  95. b953578 Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · 16 years ago
  96. cf8956d Merging Stelian Pop AT91 patches by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  97. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  98. 69c925f AT91SAM9263EK support by Stelian Pop · 17 years ago
  99. b38c2b3 net: make ARP timeout configurable by Guennadi Liakhovetski · 17 years ago
  100. 35f734f Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago