Author: cmihail
Date: Tue Jul 12 14:06:50 2011
New Revision: 52655
URL:
http://svn.reactos.org/svn/reactos?rev=52655&view=rev
Log:
[lwIP]
- Upgrade to the latest version of lwIP (1.40)
Modified:
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/api_lib.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/api_msg.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/err.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/sockets.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/tcpip.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/dhcp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/dns.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/init.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/autoip.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/icmp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/igmp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/ip.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/ip_addr.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/raw.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/snmp/mib2.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp_in.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp_out.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/timers.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/udp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/ipv4/lwip/icmp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/ipv4/lwip/ip.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/api.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/api_msg.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/debug.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/dhcp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/dns.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/err.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/init.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/mem.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/netdb.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/opt.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/sockets.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/tcp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/tcp_impl.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwipopts.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/netif/etharp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/etharp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/auth.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/auth.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chap.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chap.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chpms.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/fsm.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/fsm.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ipcp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ipcp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/lcp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/lcp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/magic.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/magic.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/md5.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pap.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pap.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp_oe.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pppdebug.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/randm.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/vj.c
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/vj.h
branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/slipif.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/api_lib.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/api_msg.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/err.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/sockets.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/api/tcpip.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/dhcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/dns.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/init.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/autoip.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/icmp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/igmp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/ip.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/ipv4/ip_addr.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/raw.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/snmp/mib2.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp_in.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/tcp_out.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/timers.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/core/udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/ipv4/lwip/icmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/ipv4/lwip/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/api.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/api_msg.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/debug.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/dhcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/dns.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/err.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/init.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/mem.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/netdb.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/opt.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/sockets.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwip/tcp_impl.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/lwipopts.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/include/netif/etharp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/etharp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/auth.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/auth.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chap.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chap.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/chpms.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/fsm.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/fsm.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ipcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ipcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/lcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/lcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/magic.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/magic.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/md5.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pap.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pap.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/ppp_oe.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/pppdebug.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/randm.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/vj.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/ppp/vj.h
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/lwip/src/netif/slipif.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…