lwip/src/core
goldsimon a13c488e52 Fix bug #51687 (tcp_close(): is it OK to return ERR_MEM if TF_CLOSEPEND is set?)
(cherry picked from commit 1d4ca0bff6)

# Conflicts:
#	src/core/tcp.c
2017-09-15 13:19:11 +02:00
..
ipv4 Fixed bugs #51606 and #51535: IPv4 reassembly could be finished although there are holes 2017-09-15 12:52:40 +02:00
ipv6 Rename "IPv6 mapped IPv4 addresses" to their correct name from RFC4191: "IPv4-mapped IPv6 address" 2017-03-13 09:28:46 +01:00
def.c Minor documentation update in def.c 2016-12-29 09:28:45 +01:00
dns.c Improved DNS_LOCAL_HOSTLIST interface (bug #50325) 2017-02-27 12:30:38 +01:00
inet_chksum.c Add #include <stddef.h> to a central place (arch.h) instead of #including it in several other files throughout lwip since size_t is needed in many places 2016-11-30 07:43:59 +01:00
init.c lwip_init(): at least IAR warns about "LWIP_UNUSED_ARG(a)" accessing an uninitialized variable... Try to fix this by initializing it (it will be optimized away anyway) 2017-09-14 09:06:34 +02:00
ip.c Some documentation cleanups and include more comments that have been already in code into doxygen docs 2016-08-07 10:05:34 +02:00
mem.c Fix warning that local variable may be used uninitialized in mem.c 2017-01-05 08:07:41 +01:00
memp.c Implement task #14367: Hooks need a better place to be defined 2017-02-27 12:25:08 +01:00
netif.c try to satisfy clang's '-Wempty-body' 2017-09-14 09:16:42 +02:00
pbuf.c pbuf_ref: assert-check for 'ref' overflow 2017-02-27 12:31:13 +01:00
raw.c Fix bug #50206: UDP Netconn bind to IP6_ADDR_ANY fails 2017-02-27 12:20:01 +01:00
stats.c stats: Remove superfluous /t in end of stats display 2017-02-27 12:19:08 +01:00
sys.c Create documentation section "porting" and move it under lwIP section (instead of infrastructure) 2016-12-29 09:29:24 +01:00
tcp_in.c Fix bug #51937 by checking TF_CLOSED at the end of all pcb callbacks in tcp_input() 2017-09-15 12:59:58 +02:00
tcp_out.c tcp: watch out for pcb->nrtx overflows and tcp_backoff indexing overflow 2017-03-13 09:14:23 +01:00
tcp.c Fix bug #51687 (tcp_close(): is it OK to return ERR_MEM if TF_CLOSEPEND is set?) 2017-09-15 13:19:11 +02:00
timeouts.c Fix sys_timeouts_init() for LWIP_TCP==0 (see patch #9375) 2017-09-15 12:49:29 +02:00
udp.c Fix bug #50206: UDP Netconn bind to IP6_ADDR_ANY fails 2017-02-27 12:20:01 +01:00