lwip/src/core
Joel Cunningham 5b0d9338fd netif, loopif: set link up on loopback interface
When LWIP_HAVE_LOOPIF is enabled, a separate loopback interface is added
as a netif. A netif need to have its link state set to up to be able to be
selected as a route in ip4_route or ip6_route.

The regression appears to be when bug #43904 (ip_route() and ip6_route()
must detect linkup status) was fixed.

Furthermore, there is no point of having the loopif down by default.
2015-07-27 00:22:30 +02:00
..
ipv4 icmp: fix checksum on replies of echo request with ID 0, sequence 0 and either no data or any amount of 0x00 Bytes as data (closes: #45322) 2015-06-15 15:53:14 +02:00
ipv6 Improved IPv6 address formatting in ip6addr_ntoa_r(). 2015-05-05 14:01:38 -06:00
snmp SNMP, Missing const qualifier on internet_nodes[] in mib2.c. 2015-05-05 13:02:30 +02:00
def.c changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent "symbol already defined" i.e. when linking to winsock 2010-05-16 15:09:55 +00:00
dhcp.c Reverted fix for bug #38203 since it might be wrong 2015-06-23 09:20:06 +02:00
dns.c added more missing casts 2015-04-23 07:24:45 +02:00
inet_chksum.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
init.c Fixed PBUF_LINK_ENCAPSULATION_HLEN support 2015-04-20 23:43:33 +02:00
mem.c mem: added an MEMP_OVERFLOW_CHECK implementation for MEM_USE_POOLS; added another unit test 2014-12-10 09:48:50 +01:00
memp.c PPP, add PPPoS CB for PPPoS private data 2015-02-17 23:22:13 +01:00
netif.c netif, loopif: set link up on loopback interface 2015-07-27 00:22:30 +02:00
pbuf.c Many const fixes throughout the stack (although these are not all, yet) 2015-04-22 10:29:43 +02:00
raw.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
stats.c More tiny code cleanups... 2015-02-11 21:53:12 +01:00
sys.c fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_msleep' 2011-11-23 20:58:19 +01:00
tcp_in.c fixed some more missing casts... 2015-04-22 14:18:54 +02:00
tcp_out.c fixed bug #39683 Assertion "seg->tcphdr not aligned" failed with MEM_ALIGNMENT 1 or 2 2015-05-11 11:21:08 +02:00
tcp.c Fixed bug #45161 tcp.c / tcp_abandon / pcb->local_port set to zero but needed later for tcp_rst (introduced some months ago when fixing bug #42299) 2015-05-21 15:45:09 +02:00
timers.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
udp.c added more missing casts 2015-04-23 07:24:45 +02:00