summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-10next release in this branch will be 2.1.4STABLE-2_1_xSimon Goldschmidt3-5/+5
2021-11-10Prepare 2.1.3 releaseSTABLE-2_1_3_RELEASESimon Goldschmidt3-3/+3
2021-11-10Remove unnecessary files in release tarballHu Keping1-0/+6
2021-10-13PPP: assert if ppp_set_* functions are called when session is not deadSylvain Rochet1-0/+4
2021-10-13PPP: remove LWIP_ASSERT_CORE_LOCKED on ppp_set_auth functionSylvain Rochet1-1/+0
2021-10-03Fix bug #54805: IP address can not be obtained over dhcp if PBUF_POOL_BUFSIZE...Dirk Ziegelmeier1-1/+3
2021-10-01bug #54700: Unexpected expiry of pending ARP table entryFlorent Matignon1-0/+8
2021-10-01altcp: fix altcp_tcp_close for LISTEN pcbSimon Goldschmidt1-9/+13
2021-09-24dhcp: don't set a default gateway if dhcp server doesn't give oneSimon Goldschmidt1-7/+0
2021-09-24mqtt: check data_cb != NULLSimon Goldschmidt1-1/+3
2021-09-24ip4: ip4addr_aton: fix parsing of the octal IP representationKarol Domagalski1-0/+2
2021-09-24ip6: Fix incorrect assert in ip6_frag()Erik Ekman1-1/+1
2021-09-24ip6: Add test for fragmenting special packetErik Ekman1-1/+39
2021-09-23netdb: Accept '0' as service in lwip_getaddrinfoErik Ekman1-1/+5
2021-09-23ip6: Fix crash in ip6_output with debug enabledEric Koldeweij1-0/+2
2021-09-23dhcp: generate new xid for DHCP releaseChristoffer Lind1-2/+3
2021-09-15netdb: fix alignment warning in debug outputSimon Goldschmidt1-2/+1
2021-09-15tcp: make tcp_listen() inherit the netbuf_idx of the original pcbOliver Hitz1-1/+1
2021-08-16unit: Support check v0.13.0 and laterErik Ekman3-2/+12
2021-08-16netif: Add test for netif_findErik Ekman1-1/+30
2021-08-16netif: Add test for netif_is_flag_set()Erik Ekman1-1/+26
2021-08-16api_lib: fix duplicate NULL check with sys_sem_valid()Simon Goldschmidt1-2/+2
2021-08-15Prepare v2.1.3.rc1STABLE-2_1_3_RC1Simon Goldschmidt3-3/+3
2021-08-15lowpan6: Use arch-independent printf formattersErik Ekman1-4/+4
2021-08-15Fix typo in definition of netif_is_flag_set() macroThomas Mueller1-1/+1
2021-08-15icmp6: Don't copy too much dataErik Ekman1-1/+1
2021-08-15icmp6: Fix copying of chained pbuf in replyErik Ekman1-2/+11
2021-08-15icmp6: keep to the RFC and send as much as possible with icmp6 error messagesSimon Goldschmidt3-10/+14
2021-08-15Add #define for minimum IPv6 MTU lengthDirk Ziegelmeier4-4/+6
2021-08-15zepif: Copy possibly chained output pbuf properlyErik Ekman1-1/+1
2021-08-15pbuf: Add pbuf_copy_partial_pbuf library functionErik Ekman2-11/+46
2021-08-15pbuf: fix allocating large PBUF_RAMSimon Goldschmidt1-1/+1
2021-08-15lwip_selscan: lwip_selscan return -1 without setting errno numberyuanjm1-1/+8
2021-08-15icmp: Fix copied length in response packetsSimon Goldschmidt1-6/+12
2021-08-15tcp: Fix double free in tcp_split_unsent_seg()Erik Ekman1-0/+1
2021-08-15tcp_out: fix tcp_output_fill_options() argumentsHannes Gredler1-3/+3
2021-08-15Fix last commit for all netif loopback trafficSimon Goldschmidt1-9/+9
2021-08-15fix memory leak in netif_loop_output if tcpip_try_callback failsNick Ballhorn-Wagner2-5/+23
2021-08-15Fix select_waiting not being decremented for sockets closed while in lwip_sel...Patrick Schlangen1-2/+2
2021-08-15sntp: ensure sntp_retry_timeout reaches the configured limitSimon Goldschmidt1-0/+2
2021-08-15pbuf: avoid using multiple PBUF_POOL buffers for IPv6Simon Goldschmidt1-1/+1
2021-08-15opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6Simon Goldschmidt1-1/+1
2021-08-15sntp: remove existing timeout before creating newDavid Girault1-0/+4
2021-08-15netif_find: correctly check if atoi means '0' or errorAxel Lin1-1/+1
2021-08-15netif_find: check if atoi means '0' or errorSimon Goldschmidt1-0/+4
2021-08-15sys_arch_mbox_tryfetch not validated correctlyChristoffer Lind2-3/+3
2021-08-15dhcp: don't use LWIP_ERROR in dhcp_parse_reply()Simon Goldschmidt1-16/+21
2021-08-15IF_NAMESIZE: define it only if it's not defined before by system headersJoan Lledó1-0/+2
2021-08-15fix compiling unit tests after adding compile-time check for LWIP_NETCONN_FUL...Simon Goldschmidt3-1/+25
2021-08-15LWIP_NETCONN_FULLDUPLEX is not alpha any moreSimon Goldschmidt2-7/+5