Skip to content
Snippets Groups Projects
  1. Jun 13, 2018
  2. May 11, 2018
  3. Aug 16, 2017
  4. May 12, 2017
  5. Oct 28, 2015
  6. Apr 18, 2015
  7. Oct 10, 2014
    • Wolfgang Denk's avatar
      SPDX License cleanup for LiMon imported files · 2ea91039
      Wolfgang Denk authored
      
      A number of network related files were imported from the LiMon
      project; these contain a somewhat unclear license statement:
      
      	Copyright 1994 - 2000 Neil Russell.
      	(See License)
      
      I analyzed the source code of LiMon v1.4.2 which was used for this
      import.  It does not contain any "License" file, but the top level
      directory contains a file "COPYING", which turns out to be GPL v2
      of June 1991.  So it is legitimate to conclude that the LiMon derived
      files are also to be released under GPLv2.  Mark them as such.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      2ea91039
  8. Nov 04, 2012
    • Kim Phillips's avatar
      net/: sparse fixes · 06370590
      Kim Phillips authored
      
      bootp.c:44:14: warning: symbol 'dhcp_state' was not declared. Should it be static?
      bootp.c:45:15: warning: symbol 'dhcp_leasetime' was not declared. Should it be static?
      bootp.c:46:10: warning: symbol 'NetDHCPServerIP' was not declared. Should it be static?
      arp.c:30:17: warning: symbol 'NetArpWaitReplyIP' was not declared. Should it be static?
      arp.c:37:16: warning: symbol 'NetArpTxPacket' was not declared. Should it be static?
      arp.c:38:17: warning: symbol 'NetArpPacketBuf' was not declared. Should it be static?
      atheros.c:33:19: warning: symbol 'AR8021_driver' was not declared. Should it be static?
      net.c:183:7: warning: symbol 'PktBuf' was not declared. Should it be static?
      net.c:159:21: warning: symbol 'net_state' was not declared. Should it be static?
      ping.c:73:6: warning: symbol 'ping_start' was not declared. Should it be static?
      ping.c:82:13: warning: symbol 'ping_receive' was not declared. Should it be static?
      tftp.c:53:7: warning: symbol 'TftpRRQTimeoutMSecs' was not declared. Should it be static?
      tftp.c:54:5: warning: symbol 'TftpRRQTimeoutCountMax' was not declared. Should it be static?
      eth.c:125:19: warning: symbol 'eth_current' was not declared. Should it be static?
      
      Note: in the ping.c fix, commit a36b12f9
      "net: Move PING out of net.c" mistakenly carried the ifdef CMD_PING
      clause from when it was necessary to avoid warnings when it was embedded
      in net.c.
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      06370590
  9. Jul 10, 2012
  10. May 23, 2012
  11. Jun 05, 2003
    • Wolfgang Denk's avatar
      * Add support for RMU board · 73a8b27c
      Wolfgang Denk authored
      * Add support for TQM862L at 100/50 MHz
      
      * Patch by Pantelis Antoniou, 02 Jun 2003:
        major reconstruction of networking code;
        add "ping" support (outgoing only!)
      73a8b27c
  12. Sep 28, 2002
  13. Aug 17, 2002
Loading