1. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  2. e4e53d1 net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  3. 3de85dd net/net.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  4. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  5. e4655c5 net: Change for loop to memset() by Simon Glass · 13 years ago
  6. 4abd0e2 net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  7. 8431332 net: Make net_transfer() a static function by Simon Glass · 13 years ago
  8. 2928cd8 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  9. 6a398d2 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  10. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  11. bd8a0e0 net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  12. b437aad net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  13. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  14. 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  15. 43c7296 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago
  16. a77e293 net/dns.c: Fix endian conversion for big-endian in dns command by Bernhard Kaindl · 13 years ago
  17. ea320281 net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  18. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  19. 4c97a84 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · 13 years ago
  20. dde025c net: Add \n before warning message so it prints on a new line. by Philip Balister · 13 years ago
  21. 74edd5c net: turn name len check into an assert by Mike Frysinger · 13 years ago
  22. 10b532c net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  23. 153bf3a net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · 13 years ago
  24. ca21140 Correct call to eth_write_hwaddr() by Simon Glass · 13 years ago
  25. 5b4945b net: Check network device driver name by Michal Simek · 13 years ago
  26. ab068eb Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  27. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  28. 7ff2b99 net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · 13 years ago
  29. 6380e01 bootp: add ntpserver option to bootp request by Luuk Paulussen · 14 years ago
  30. 7019d25 net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · 13 years ago
  31. 2f3dc0a net/tftp.c: fix typo by Luca Ceresoli · 14 years ago
  32. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  33. b640ed3 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 14 years ago
  34. 562dfe5 TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 14 years ago
  35. 5079c76 TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 14 years ago
  36. 4e7a02b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 14 years ago
  37. 09b1823 net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  38. 6072fcd net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 14 years ago
  39. 35dfb18 net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  40. c4ffb9f net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  41. bf6ce41 net/tftp.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  42. f40538a net/tftp.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  43. c42fc27 net/tftp.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  44. db21082 net/net.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago
  45. b19d0b7 net/net.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  46. 5fe6de2 net/net.c: cosmetic: parentheses not required for return by Luca Ceresoli · 14 years ago
  47. f27d91f net/net.c: cosmetic: fix pointer syntax issues by Luca Ceresoli · 14 years ago
  48. e8ccbb0 net/net.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  49. 7cbd748 net/net.c: cosmetic: fix whitespace issues by Luca Ceresoli · 14 years ago
  50. d01bc1c net/net.c: cosmetic: variable initializations by Luca Ceresoli · 14 years ago
  51. 5c83a96 net/net.c: cosmetic: fix lines over 80 characters by Luca Ceresoli · 14 years ago
  52. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  53. 00dceba netconsole: remove `serverip' check by Simon Guinot · 14 years ago
  54. fa51d4c NET: Correct potential missing goto label in case statement. by Gray Remlin · 14 years ago
  55. aecf6fc Create PHY Lib for U-Boot by Andy Fleming · 14 years ago
  56. a0978eb Fix bad padding of bootp request packet by Simon Glass · 14 years ago
  57. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · 14 years ago
  58. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  59. 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  60. c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  61. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  62. cfdc8e0 Net: clarify board/cpu_eth_init calls by Ben Warren · 14 years ago
  63. 1c7dca5 net: Fix potential empty DHCP Parameter Request List by Jason Liu · 14 years ago
  64. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · 14 years ago
  65. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · 14 years ago
  66. 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
  67. 2843ed9 net: warn about spaces in device names by Mike Frysinger · 14 years ago
  68. 284902e net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set by Wolfgang Denk · 14 years ago
  69. e7ade8b ip/defrag: fix processing of last short fragment by Fillod Stephane · 14 years ago
  70. 6db991a Program net device MAC addresses after initializing by Ben Warren · 15 years ago
  71. 55b50e9 ./net/net.c - make Microsoft dns servers happy with random_port() numbers by Robin Getz · 15 years ago
  72. d46bcd3 net: Trivial coding style issue with empty for statement by Detlev Zundel · 15 years ago
  73. b233bd7 TFTP: allow for adjustable retransmission timout by Wolfgang Denk · 15 years ago
  74. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  75. b46293f Add error codes/handling for TFTP-server by Remy Bohmer · 15 years ago
  76. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  77. b956fba nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  78. 867d870 fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  79. 0ddb8e8 Repair the 'netretry=once' option. by Remy Bohmer · 15 years ago
  80. 2b18422 net/bootp.c: fix compile warning by Wolfgang Denk · 15 years ago
  81. b3b00ed Add Transfer Size Option to tftp by Robin Getz · 15 years ago
  82. 252f04d nfs: accept CONFIG_NFS_READ_SIZE from config file by Alessandro Rubini · 15 years ago
  83. 8832f6e tftp: get the tftp block size from config file and from the environment by Alessandro Rubini · 15 years ago
  84. f119e3d net: defragment IP packets by Alessandro Rubini · 15 years ago
  85. 12730c7 net/tftp.c: fix warning: pointer targets differ in signedness by Wolfgang Denk · 15 years ago
  86. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  87. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · 15 years ago
  88. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  89. 470a6d4 Save server's MAC address in environment by Robin Getz · 15 years ago
  90. 16bb21d DHCP regression on 2009-06 by Michael Zaidman · 15 years ago
  91. cc44306 Add warning about upcoming removal of old Ethernet API by Ben Warren · 15 years ago
  92. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  93. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  94. 20a020c A VLAN tagged DHCP request/discover is 4 bytes short by Norbert van Bolhuis · 15 years ago
  95. 6045806 Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC by Ben Warren · 16 years ago
  96. 5301bbf Switched davinci_emac Ethernet driver to use newer API by Ben Warren · 16 years ago
  97. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  98. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · 16 years ago
  99. b97bfe4 NetLoop initialization bug by Michael Zaidman · 16 years ago
  100. 79ca1b9 net: get mac address from environment and use eth util funcs by Mike Frysinger · 16 years ago