1. e4cde2f net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  2. f5329bb net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  3. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  4. 4793ee6 net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  5. 8f79bb1 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago
  6. 6dc809f net/dns.c: Fix endian conversion for big-endian in dns command by Bernhard Kaindl · 13 years ago
  7. d2b5d5c net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  8. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  9. d90f0c1 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · 13 years ago
  10. a9a730e net: Add \n before warning message so it prints on a new line. by Philip Balister · 13 years ago
  11. ff25d32 net: turn name len check into an assert by Mike Frysinger · 13 years ago
  12. 7aabad2 net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  13. 7e7f903 net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · 13 years ago
  14. 019fd6d Correct call to eth_write_hwaddr() by Simon Glass · 13 years ago
  15. 58c583b net: Check network device driver name by Michal Simek · 13 years ago
  16. 0934986 Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  17. 7616e78 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  18. d1228ea net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · 13 years ago
  19. 09e3a67 bootp: add ntpserver option to bootp request by Luuk Paulussen · 13 years ago
  20. 23a70bf net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · 13 years ago
  21. 4d69e98 net/tftp.c: fix typo by Luca Ceresoli · 13 years ago
  22. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  23. e59e356 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 13 years ago
  24. e3fb0ab TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 13 years ago
  25. 20478ce TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 13 years ago
  26. 9bb0a1b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 13 years ago
  27. 0bdd8ac net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  28. 6d2231e net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 13 years ago
  29. 7bc325a net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  30. 2cb5360 net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  31. 2e32025 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  32. c718b14 net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  33. 2f09413 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  34. ccb9ebe net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 13 years ago
  35. c819abe net/net.c: cosmetic: fix indentation by Luca Ceresoli · 13 years ago
  36. 92895de net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · 13 years ago
  37. 6b147d1 net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 13 years ago
  38. d3c65b0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · 13 years ago
  39. 4f63acd net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · 13 years ago
  40. c586ce6 net/net.c: cosmetic: variable initializations by Luca Ceresoli · 13 years ago
  41. 3e38e42 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 13 years ago
  42. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  43. 8b6bbe1 netconsole: remove `serverip' check by Simon Guinot · 13 years ago
  44. 9030a55 NET: Correct potential missing goto label in case statement. by Gray Remlin · 13 years ago
  45. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 13 years ago
  46. 21076f6 Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  47. c650e1b Fix compile warning in net/eth.c by Remy Bohmer · 13 years ago
  48. 89d4836 Add USB host ethernet adapter support by Simon Glass · 13 years ago
  49. 2e3ef6e string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  50. b920ee9 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  51. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  52. 8ad25bf Net: clarify board/cpu_eth_init calls by Ben Warren · 14 years ago
  53. 258ccd6 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  54. bf6cb24 rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  55. 68e1ede Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · 14 years ago
  56. d7fb9bc Fix compile warnings for const correctness by Ben Warren · 14 years ago
  57. 1384f3b net: warn about spaces in device names by Mike Frysinger · 14 years ago
  58. 6de27bd net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  59. e397e59 ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  60. ecee932 Program net device MAC addresses after initializing by Ben Warren · 14 years ago
  61. 9739946 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 14 years ago
  62. aba4b69 net: Trivial coding style issue with empty for statement by Detlev Zundel · 14 years ago
  63. c96f86e TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  64. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  65. aafda38 Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  66. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  67. aabb8cb nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  68. f64ef9b fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  69. 67b96e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  70. d8d8724 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  71. 4fccb81 Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  72. bd931ca nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · 15 years ago
  73. 89ba81d tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  74. 5cfaa4e net: defragment IP packets by Alessandro Rubini · 15 years ago
  75. d371708 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  76. 86848a7 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  77. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  78. 28958b8 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  79. 97cfe86 Save server's MAC address in environment by Robin Getz · 15 years ago
  80. 09133f8 DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  81. 3bd0a87 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  82. 1a32bf4 Add DNS support by Robin Getz · 15 years ago
  83. d9bec9f net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  84. c9a2aab A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  85. 6e0d2fc Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 15 years ago
  86. 8453587 Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 15 years ago
  87. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  88. f9a109b Replace __attribute references with __attribute__ by Peter Tyser · 15 years ago
  89. 3c172c4 NetLoop initialization bug by Michael Zaidman · 15 years ago
  90. 95823ca net: get mac address from environment and use eth util funcs by Mike Frysinger · 15 years ago
  91. 3f6e699 net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  92. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 15 years ago
  93. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 15 years ago
  94. 9e56986 Add eth_get_dev_by_index by Andy Fleming · 15 years ago
  95. 638ed3e net/sntp.c: move ifdef into Makefile COBJS-$(...) by Mike Frysinger · 15 years ago
  96. af8626e Fix IP alignment problem by Olav Morken · 16 years ago
  97. c645b18 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  98. 561858e Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  99. 6a86bb6 net: Fix TftpStart() ip:filename bug by Peter Tyser · 16 years ago
  100. d32c5be net: Add additional IP fragmentation check by Peter Tyser · 16 years ago