| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "net: nfs: Use the tx buffer to construct rpc msgs" | Joe Hershberger | 2016-09-09 | 1 | -45/+43 |
* | net: nfs: Simplify rpc_add_credentials() | Joe Hershberger | 2016-08-22 | 1 | -16/+3 |
* | net: nfs: Use the tx buffer to construct rpc msgs | Joe Hershberger | 2016-08-22 | 1 | -43/+45 |
* | net: nfs: Move some prints to debug statements | Joe Hershberger | 2016-08-22 | 1 | -21/+22 |
* | net: nfs: Use consistent names for the rpc_pkt | Joe Hershberger | 2016-08-22 | 1 | -17/+17 |
* | net: nfs: Correct a comment | Joe Hershberger | 2016-08-22 | 1 | -1/+1 |
* | net: nfs: Consolidate handling of NFSv3 attributes | Joe Hershberger | 2016-08-22 | 1 | -92/+59 |
* | net: nfs: Fix lines that are too long | Joe Hershberger | 2016-08-22 | 1 | -3/+6 |
* | net: nfs: Share the file handle buffer for v2 / v3 | Joe Hershberger | 2016-08-22 | 1 | -7/+5 |
* | net: NFS: Add NFSv3 support | Guillaume GARDET | 2016-08-22 | 1 | -46/+228 |
* | net: nfs: Remove separate buffer for default name | Joe Hershberger | 2016-08-22 | 1 | -3/+1 |
* | net: Fix incorrect RPC packets on 64-bit systems | Ralf Hubert | 2016-07-06 | 1 | -6/+6 |
* | NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS s... | Guillaume GARDET | 2016-06-21 | 1 | -1/+16 |
* | net: cosmetic: Fix checkpatch.pl failures in net.c | Joe Hershberger | 2015-04-18 | 1 | -5/+6 |
* | net: cosmetic: Clean up NFS variables and functions | Joe Hershberger | 2015-04-18 | 1 | -97/+76 |
* | net: cosmetic: Cleanup internal packet buffer names | Joe Hershberger | 2015-04-18 | 1 | -4/+4 |
* | net: cosmetic: Name ethaddr variables consistently | Joe Hershberger | 2015-04-18 | 1 | -2/+2 |
* | net: cosmetic: Fixup var names related to boot file | Joe Hershberger | 2015-04-18 | 1 | -9/+10 |
* | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger | 2015-04-18 | 1 | -19/+21 |
* | net: Access mapped physmem in net functions | Joe Hershberger | 2015-04-18 | 1 | -1/+5 |
* | net: nfs: add dynamic wait period | Matthias Brugger | 2013-06-24 | 1 | -21/+53 |
* | net: nfs: make NFS_TIMEOUT configurable | Tetsuyuki Kobayashi | 2012-07-12 | 1 | -1/+5 |
* | net: Refactor to separate the UDP handler from the ARP handler | Joe Hershberger | 2012-05-23 | 1 | -1/+1 |
* | net: Refactor to protect access to the NetState variable | Joe Hershberger | 2012-05-23 | 1 | -6/+6 |
* | net: cosmetic: Un-typedef IP_t | Joe Hershberger | 2012-05-23 | 1 | -1/+1 |
* | net: cosmetic: nfs.* checkpatch compliance | Joe Hershberger | 2012-05-15 | 1 | -151/+149 |
* | net: Make sure IPaddr_t is 32 bits in size | Matthias Weisser | 2011-12-06 | 1 | -1/+1 |
* | net: drop !NET_MULTI code | Mike Frysinger | 2011-10-05 | 1 | -2/+0 |
* | NET: pass source IP address to packet handlers | Luca Ceresoli | 2011-05-12 | 1 | -1/+1 |
* | net: pull CONFIG checks out of source and into makefile | Mike Frysinger | 2009-12-13 | 1 | -4/+0 |
* | nfs: NfsTimeout() updates | Evan Samanas | 2009-12-07 | 1 | -5/+6 |
* | fix nfs symlink name corruption | Ed Swarthout | 2009-12-07 | 1 | -1/+1 |
* | minor debug cleanups in ./net | Robin Getz | 2009-08-07 | 1 | -32/+10 |
* | convert print_IPaddr() to %pI4 | Mike Frysinger | 2009-03-20 | 1 | -6/+4 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -3/+3 |
* | net: express the first argument to NetSetTimeout() in milliseconds | Bartlomiej Sieka | 2008-10-18 | 1 | -3/+3 |
* | NFS Timeout with large files. | Hiroshi Ito | 2008-02-14 | 1 | -1/+6 |
* | Fix warning differ in signedness in net/net.c and net/nfs.c | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-18 | 1 | -1/+1 |
* | Fix typo in nfs.c | Guennadi Liakhovetski | 2007-11-03 | 1 | -1/+0 |
* | Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup | Stefan Roese | 2007-07-11 | 1 | -2/+1 |
* | net/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | 1 | -3/+3 |
* | net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 1 | -1/+2 |
* | Fix return code of NFS command | Wolfgang Denk | 2005-08-06 | 1 | -5/+9 |
* | Fix endianess problem in TFTP / NFS default filenames | Wolfgang Denk | 2005-08-04 | 1 | -6/+4 |
* | * Patch by Ganapathi C, 04 Aug 2004: | wdenk | 2004-09-28 | 1 | -7/+9 |
* | * Fix "cls" command when used with splash screenLABEL_2004_07_01_1200 | wdenk | 2004-06-30 | 1 | -1/+1 |
* | Patches by Pantelis Antoniou, 30 Mar 2004: | wdenk | 2004-04-15 | 1 | -1/+1 |
* | * Patches by Thomas Viehweger, 16 Mar 2004: | wdenk | 2004-03-23 | 1 | -8/+3 |
* | * Patch by Yuli Barcohen, 4 Mar 2004: | wdenk | 2004-03-14 | 1 | -14/+21 |
* | * Patch by Steven Scholz, 25 Feb 2004: | wdenk | 2004-02-27 | 1 | -2/+2 |