1. 7019d25 net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · 13 years ago
  2. 2f3dc0a net/tftp.c: fix typo by Luca Ceresoli · 14 years ago
  3. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  4. b640ed3 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 14 years ago
  5. 562dfe5 TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 14 years ago
  6. 5079c76 TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 14 years ago
  7. 4e7a02b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 14 years ago
  8. 09b1823 net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  9. 6072fcd net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 14 years ago
  10. 35dfb18 net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  11. c4ffb9f net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  12. bf6ce41 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  13. f40538a net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  14. c42fc27 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  15. db21082 net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  16. b19d0b7 net/net.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  17. 5fe6de2 net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · 14 years ago
  18. f27d91f net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  19. e8ccbb0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  20. 7cbd748 net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  21. d01bc1c net/net.c: cosmetic: variable initializations by Luca Ceresoli · 14 years ago
  22. 5c83a96 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  23. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  24. 00dceba netconsole: remove `serverip' check by Simon Guinot · 14 years ago
  25. fa51d4c NET: Correct potential missing goto label in case statement. by Gray Remlin · 14 years ago
  26. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · 14 years ago
  27. a0978eb Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  28. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · 14 years ago
  29. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  30. 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  31. c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  32. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  33. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · 14 years ago
  34. 1c7dca5 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  35. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  36. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · 14 years ago
  37. 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
  38. 2843ed9 net: warn about spaces in device names by Mike Frysinger · 14 years ago
  39. 284902e net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  40. e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  41. 6db991a Program net device MAC addresses after initializing by Ben Warren · 15 years ago
  42. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  43. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · 15 years ago
  44. b233bd7 TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  45. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  46. b46293f Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  47. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  48. b956fba nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  49. 867d870 fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  50. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  51. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  52. b3b00ed Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  53. 252f04d nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · 15 years ago
  54. 8832f6e tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  55. f119e3d net: defragment IP packets by Alessandro Rubini · 15 years ago
  56. 12730c7 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  57. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  58. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · 15 years ago
  59. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  60. 470a6d4 Save server's MAC address in environment by Robin Getz · 15 years ago
  61. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  62. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  63. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  64. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  65. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  66. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 16 years ago
  67. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 16 years ago
  68. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  69. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · 16 years ago
  70. b97bfe4 NetLoop initialization bug by Michael Zaidman · 16 years ago
  71. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago
  72. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  73. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  74. 0c303fa netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  75. e7fd34b Add eth_get_dev_by_index by Andy Fleming · 16 years ago
  76. 9e3cc95 net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  77. e8a0277 Fix IP alignment problem by Olav Morken · 16 years ago
  78. fd97492 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  79. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  80. 5e58efa net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  81. 49570cd net: Add additional IP fragmentation check by Peter Tyser · 16 years ago
  82. 0885bf0 net: Define IP flag field values by Peter Tyser · 16 years ago
  83. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · 16 years ago
  84. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · 16 years ago
  85. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · 16 years ago
  86. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · 16 years ago
  87. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  88. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · 16 years ago
  89. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · 16 years ago
  90. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  91. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. 371cde7 net: Make TFTP server timeout configurable by Bartlomiej Sieka · 16 years ago
  93. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  94. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  95. d31a59b Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  96. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  97. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  98. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  99. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · 16 years ago
  100. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago