1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  2. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  3. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  4. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 9 months ago
  5. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  6. 15eea9a net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
  7. 5d14ee4 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
  8. cf3a4f1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
  9. aa207cf CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · 5 years ago
  10. 741a8a0 CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
  11. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  12. faecf84 net: Always print basic info for nfs, just like tftp by Joe Hershberger · 6 years ago
  13. 347e32b net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · 6 years ago
  14. d48d40a net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · 6 years ago
  15. a73588f Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · 8 years ago
  16. 1ff65d4 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · 8 years ago
  17. 998372b net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · 8 years ago
  18. d89ff2d net: nfs: Move some prints to debug statements by Joe Hershberger · 8 years ago
  19. 0517cc4 net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · 8 years ago
  20. c629c45 net: nfs: Correct a comment by Joe Hershberger · 8 years ago
  21. 051ed9a net: nfs: Consolidate handling of NFSv3 attributes by Joe Hershberger · 8 years ago
  22. 347a901 net: nfs: Fix lines that are too long by Joe Hershberger · 8 years ago
  23. 5280c76 net: nfs: Share the file handle buffer for v2 / v3 by Joe Hershberger · 8 years ago
  24. b0baca9 net: NFS: Add NFSv3 support by Guillaume GARDET · 8 years ago
  25. f8b26c7 net: nfs: Remove separate buffer for default name by Joe Hershberger · 8 years ago
  26. e4ead4a net: Fix incorrect RPC packets on 64-bit systems by Ralf Hubert · 8 years ago
  27. 69fd0d4 NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server by Guillaume GARDET · 8 years ago
  28. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  29. 68c76a3 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 9 years ago
  30. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  31. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  32. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  33. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  34. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 10 years ago
  35. fa84fa7 net: nfs: add dynamic wait period by Matthias Brugger · 12 years ago
  36. 48a3e99 net: nfs: make NFS_TIMEOUT configurable by Tetsuyuki Kobayashi · 12 years ago
  37. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  38. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  39. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  40. c9f6c91 net: cosmetic: nfs.* checkpatch compliance by Joe Hershberger · 12 years ago
  41. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  42. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  43. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  44. 6ac59c5 net: pull CONFIG checks out of source and into makefile by Mike Frysinger · 15 years ago
  45. aabb8cb nfs: NfsTimeout() updates by Evan Samanas · 15 years ago
  46. f64ef9b fix nfs symlink name corruption by Ed Swarthout · 15 years ago
  47. 0ebf04c minor debug cleanups in ./net by Robin Getz · 15 years ago
  48. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  49. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 49f3bdb net: express the first argument to NetSetTimeout() in milliseconds by Bartlomiej Sieka · 16 years ago
  51. fe891ec NFS Timeout with large files. by Hiroshi Ito · 17 years ago
  52. 079c2c4 Fix warning differ in signedness in net/net.c and net/nfs.c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  53. 29c29c0 Fix typo in nfs.c by Guennadi Liakhovetski · 17 years ago
  54. 3865b1f Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
  55. 643d1ab net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  56. 6e2115a net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  57. 23a7a32 Fix return code of NFS command Patch by Hiroshi Ito, 11 Dec 2004 by Wolfgang Denk · 19 years ago
  58. c43352c Fix endianess problem in TFTP / NFS default filenames by Wolfgang Denk · 19 years ago
  59. a5725fa * Patch by Ganapathi C, 04 Aug 2004: Fix NFS timeout issue by wdenk · 20 years ago
  60. e94d2cd * Fix "cls" command when used with splash screen by wdenk · 20 years ago
  61. a3d991b Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  62. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  63. c3f9d49 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · 21 years ago
  64. 11dadd5 * Patch by Steven Scholz, 25 Feb 2004: by wdenk · 21 years ago
  65. a084f7d * Patch by Masami Komiya, 24 Feb 2004: Update NetBootFileXferSize in NFS code by wdenk · 21 years ago
  66. cbd8a35 * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago