1. 13 8月, 2015 1 次提交
  2. 19 4月, 2015 7 次提交
  3. 23 10月, 2014 1 次提交
  4. 23 11月, 2013 2 次提交
    • A
      net: tftpsrv: Get correct client MAC address · 8e52533d
      Andrew Ruder 提交于
      NetServerEther was not being cleared in the tftp server code, so the
      destination MAC address would be whatever the last destination MAC
      address was.
      
      Scenario:
      U-Boot:
      	dhcp
      	tftpsrv
      Host:
      	Send device WRQ
      Device:
      	Responds with ACK to dhcp server mac address with
      	host ip address
      
      By clearing NetServerEther, we force a lookup of the host MAC address
      to go with the associated host IP.
      Signed-off-by: NAndrew Ruder <andrew.ruder@elecsyscorp.com>
      8e52533d
    • R
      net: tftp: Make sure timeout will not effect wrap offset · f754f5dc
      rockly 提交于
      When the block 0 store to the memory of client and timeout at this
      moment. Because of no ACK packet, the server will send block 0 again,
      if this client reconnect to the server at this time,
      TftpBlockWrapOffset will become larger than it should be.
      Signed-off-by: NRockly <rocklygnome@gmail.com>
      Patch: 264417
      f754f5dc
  5. 25 6月, 2013 1 次提交
    • K
      net/tftp: sparse fixes · 61fdd4f7
      Kim Phillips 提交于
      tftp.c:464:17: warning: cast to restricted __be16
      tftp.c:552:29: warning: cast to restricted __be16
      tftp.c:640:33: warning: cast to restricted __be16
      tftp.c:642:25: warning: cast to restricted __be16
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Cc: Joe Hershberger <joe.hershberger@gmail.com>
      61fdd4f7
  6. 16 12月, 2012 1 次提交
    • S
      net: Add tftp speed indication · 85b19802
      Simon Glass 提交于
      This prints a tftp speed indication after the download completes. This
      is the 3.6 MiB/s indicator below.
      
      Tegra2 (SeaBoard) # tftp ...
      Using asx0 device
      TFTP from server 172.22.72.144; our IP address is 172.22.73.81
      Filename '/tftpboot/uImage-user-seaboard-1'.
      Load address: 0x408000
      Loading: #################################################
               3.6 MiB/s
      done
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NIgor Grinberg <grinberg@compulab.co.il>
      85b19802
  7. 12 7月, 2012 1 次提交
  8. 24 5月, 2012 3 次提交
  9. 16 5月, 2012 2 次提交
  10. 07 12月, 2011 1 次提交
  11. 28 10月, 2011 3 次提交
  12. 27 10月, 2011 4 次提交
  13. 06 10月, 2011 1 次提交
    • M
      net: drop !NET_MULTI code · e2a53458
      Mike Frysinger 提交于
      This is long over due.  All but two net drivers have been converted, but
      those have now been dropped.
      
      The only thing left to do is actually delete all references to NET_MULTI
      and code that is compiled when that is not defined.  So here we scrub the
      core code.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      e2a53458
  14. 20 5月, 2011 12 次提交