1. 8481b20 Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · Fri Sep 09 12:56:26 2016 -0500
  2. 35fd378 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · Mon Aug 15 15:03:27 2016 -0500
  3. f6b19eb net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · Mon Aug 15 15:03:26 2016 -0500
  4. 739776a net: nfs: Move some prints to debug statements by Joe Hershberger · Mon Aug 15 15:03:25 2016 -0500
  5. 3393d4c net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · Mon Aug 15 15:03:24 2016 -0500
  6. 10e4097 net: nfs: Correct a comment by Joe Hershberger · Mon Aug 15 15:03:23 2016 -0500
  7. 46e9312 net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · Mon Aug 15 15:03:22 2016 -0500
  8. 1f46617 net: nfs: Fix lines that are too long by Joe Hershberger · Mon Aug 15 15:03:21 2016 -0500
  9. f59972b net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · Mon Aug 15 15:03:19 2016 -0500
  10. 2a4bc83 net: NFS: Add NFSv3 support by Guillaume GARDET · Fri Jul 29 11:31:00 2016 +0200
  11. a8d4f89 net: nfs: Remove separate buffer for default name by Joe Hershberger · Mon Aug 15 14:42:16 2016 -0500
  12. 2f8641c net: Fix incorrect RPC packets on 64-bit systems by Ralf Hubert · Fri Jul 01 13:19:51 2016 +0200
  13. 7ba4c67 NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server by Guillaume GARDET · Mon Jun 06 15:11:45 2016 +0200
  14. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · Wed Apr 08 01:41:21 2015 -0500
  15. 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · Wed Apr 08 01:41:10 2015 -0500
  16. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · Wed Apr 08 01:41:05 2015 -0500
  17. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  18. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  19. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  20. ed19185 net: Access mapped physmem in net functions by Joe Hershberger · Sun Mar 22 17:09:08 2015 -0500
  21. b8d5b8c net: nfs: add dynamic wait period by Matthias Brugger · Tue Dec 11 19:14:16 2012 +0100
  22. 147e390 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · Tue Jul 03 22:25:21 2012 +0000
  23. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · Wed May 23 07:59:15 2012 +0000
  24. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · Wed May 23 07:59:14 2012 +0000
  25. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · Wed May 23 07:58:04 2012 +0000
  26. 6ecfc6b net: cosmetic: nfs.* checkpatch compliance by Joe Hershberger · Tue May 15 08:59:09 2012 +0000
  27. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · Sat Dec 03 03:29:44 2011 +0000
  28. a23230c net: drop !NET_MULTI code by Mike Frysinger · Sun Oct 02 10:01:27 2011 +0000
  29. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · Mon Apr 18 06:19:50 2011 +0000
  30. 8c2926d net: pull CONFIG checks out of source and into makefile by Mike Frysinger · Tue Nov 03 11:35:42 2009 -0500
  31. b956fba nfs: NfsTimeout() updates by Evan Samanas · Mon Nov 09 20:08:36 2009 -0600
  32. 867d870 fix nfs symlink name corruption by Ed Swarthout · Thu Nov 19 02:47:28 2009 -0600
  33. 9e0a4d6 minor debug cleanups in ./net by Robin Getz · Thu Jul 23 03:01:03 2009 -0400
  34. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · Tue Feb 17 00:00:53 2009 -0500
  35. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  36. 5666846 net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · Wed Oct 01 15:26:28 2008 +0200
  37. 3702cd7 NFS Timeout with large files. by Hiroshi Ito · Thu Jan 31 18:35:04 2008 +0900
  38. c1a6164 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 17 11:31:10 2007 +0100
  39. 69b0abb Fix typo in nfs.c by Guennadi Liakhovetski · Tue Oct 23 16:25:50 2007 +0200
  40. 3bed54e Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · Wed Jul 11 12:13:53 2007 +0200
  41. 54f35c2 net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:45:14 2007 -0500
  42. 36301de net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:49 2007 -0500
  43. b077b50 Fix return code of NFS command Patch by Hiroshi Ito, 11 Dec 2004 by Wolfgang Denk · Sat Aug 06 01:11:12 2005 +0200
  44. dec9732 Fix endianess problem in TFTP / NFS default filenames by Wolfgang Denk · Thu Aug 04 01:09:44 2005 +0200
  45. d9ee50d * Patch by Ganapathi C, 04 Aug 2004: Fix NFS timeout issue by wdenk · Tue Sep 28 21:51:42 2004 +0000
  46. 0168663 * Fix "cls" command when used with splash screen by wdenk · Wed Jun 30 22:59:18 2004 +0000
  47. 145d2c1 Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · Thu Apr 15 21:48:45 2004 +0000
  48. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
  49. acd9b10 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · Sun Mar 14 00:59:59 2004 +0000
  50. d729d30 * Patch by Steven Scholz, 25 Feb 2004: by wdenk · Fri Feb 27 00:07:27 2004 +0000
  51. 77ef4c6 * Patch by Masami Komiya, 24 Feb 2004: Update NetBootFileXferSize in NFS code by wdenk · Tue Feb 24 22:33:21 2004 +0000
  52. be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · Tue Feb 24 02:00:03 2004 +0000