lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, STABLE-2_1_x, updated. STABLE-2_1_2_RELEASE-59-g1c6202c
Date: Sun, 15 Aug 2021 04:47:48 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, STABLE-2_1_x has been updated
       via  1c6202c4147d1a27d47418b9f49eae5999d95f83 (commit)
       via  066a2b022d076ea921691a949e9f75bdb61c6812 (commit)
       via  aca41b0beba81a8c99195e6f9ed23a3108fc0eca (commit)
       via  b5e8ab6c150e14f2418ba99d8ab91df2f3869d66 (commit)
       via  896c8a9f727143b7627b2c8e80a3057bc3699570 (commit)
       via  59ecea3d8cffc1e7228f629322c7711795639f36 (commit)
       via  b1f8ce8769253a6ed3791eac38226d21127f79dd (commit)
       via  8c43d83689cb45b4f74f57fb1c78ba2db576775c (commit)
       via  87d44bbfcdc26ad508b07579ff4d0e21416c3d9e (commit)
       via  07d3b3330d636d42baa1a07f34d9d50c2d37ab30 (commit)
       via  61349cf1243c1d2f3ddcb5c608daa6e3bbaf9058 (commit)
       via  7316b26740d7fa04b7939ba2d711418a8bc95182 (commit)
       via  d4b3a006dc8e8fd66aeed5156e35a55c5634f9dd (commit)
       via  2f8886794ffd65029693c95dc445a9e696363922 (commit)
       via  02ab8c91a9994d1a3e337014ee628adbe89764e2 (commit)
       via  74ea1e43ca9fd3afc17bb18f78435f7da47c5df8 (commit)
       via  e9000658fb1a5e916472bf46702f44b0bddc79eb (commit)
       via  d58e0f1a1a8f3ae18bed1545568da5aa36457417 (commit)
       via  674c4ed08036aaa3c575bd5c45c29c77a0a87180 (commit)
       via  a68d6f1a9a9e9b471085c5d0231d1e3a0fad92c8 (commit)
       via  c0643e21edb02fb01b0be25ef264c54611fe36ac (commit)
       via  3fbb84f9507b0b0017c0e69b0a72e09063865c9a (commit)
       via  053f5aa10dd3b2d15ba2fe3f8cede92019153af3 (commit)
       via  6b9264b49e3e29d5bd610bc9122576ddffba3388 (commit)
       via  e60f9bb24fc42b98b3a261c296f393c8395cc15c (commit)
      from  1bb6e7f52de1cd86be0eed31e348431edc2cd01e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c6202c4147d1a27d47418b9f49eae5999d95f83
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Sat Jan 30 22:06:46 2021 +0100

    pbuf: fix allocating large PBUF_RAM
    
    See bug #59974

commit 066a2b022d076ea921691a949e9f75bdb61c6812
Author: yuanjm <yuanjianmin@espressif.com>
Date:   Thu Jan 28 21:00:37 2021 +0100

    lwip_selscan: lwip_selscan return -1 without setting errno number
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit aca41b0beba81a8c99195e6f9ed23a3108fc0eca
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Sun Aug 15 10:30:20 2021 +0200

    icmp: Fix copied length in response packets
    
    Fixes bug #59364, reported by Yi Guai

commit b5e8ab6c150e14f2418ba99d8ab91df2f3869d66
Author: Erik Ekman <erik@kryo.se>
Date:   Fri Jun 19 15:00:25 2020 +0200

    tcp: Fix double free in tcp_split_unsent_seg()
    
    Fixes bug #57377 (found by Hiromasa Ito).

commit 896c8a9f727143b7627b2c8e80a3057bc3699570
Author: Hannes Gredler <hannes@gredler.at>
Date:   Wed Apr 1 11:23:50 2020 +0200

    tcp_out: fix tcp_output_fill_options() arguments
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 59ecea3d8cffc1e7228f629322c7711795639f36
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Fri Feb 21 17:25:51 2020 +0100

    Fix last commit for all netif loopback traffic

commit b1f8ce8769253a6ed3791eac38226d21127f79dd
Author: Nick Ballhorn-Wagner <nevyn@wingedbeast.org>
Date:   Fri Feb 21 17:17:08 2020 +0100

    fix memory leak in netif_loop_output if tcpip_try_callback fails
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 8c43d83689cb45b4f74f57fb1c78ba2db576775c
Author: Patrick Schlangen <pschlang@amazon.com>
Date:   Thu Dec 19 10:40:52 2019 +0100

    Fix select_waiting not being decremented for sockets closed while in 
lwip_select()
    
    See bug #57445. Short version of the description there: lwip_select() failed
    to decrement 'select_waiting' of a socket since that code part failed on
    'free_pending' sockets. However, the code does not have to check that as it
    has marked the socket to be in use itself earlier.
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 87d44bbfcdc26ad508b07579ff4d0e21416c3d9e
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Thu Jan 30 20:47:19 2020 +0100

    sntp: ensure sntp_retry_timeout reaches the configured limit
    
    See bug #57620
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 07d3b3330d636d42baa1a07f34d9d50c2d37ab30
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Thu Jan 30 20:42:15 2020 +0100

    pbuf: avoid using multiple PBUF_POOL buffers for IPv6
    
    Use 'PBUF_IP_HLEN+PBUF_TRANSPORT_HLEN' instead of '40' to calculate
    PBUF_POOL_BUFSIZE (the size of each PBUF_POOL buffer) since the former
    can be 60 when IPv6 is enabled.
    
    See bug #56355
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 61349cf1243c1d2f3ddcb5c608daa6e3bbaf9058
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Sun Jan 12 20:34:18 2020 +0100

    opt: make LWIP_IPV6_SEND_ROUTER_SOLICIT default to LWIP_IPV6
    
    This ensures struct netif doesn't contain 'rs_count' if LWIP_IPV6
    is disabled but LWIP_IPV6_SEND_ROUTER_SOLICIT is at its default.
    
    See bug #56509

commit 7316b26740d7fa04b7939ba2d711418a8bc95182
Author: David Girault <dgirault@sevenhugs.com>
Date:   Mon Jun 3 16:26:16 2019 +0200

    sntp: remove existing timeout before creating new
    
    This prevents sntp using more than 2 timeouts.
    See bug #56431

commit d4b3a006dc8e8fd66aeed5156e35a55c5634f9dd
Author: Axel Lin <axel.lin@ingics.com>
Date:   Thu Dec 12 09:23:11 2019 +0800

    netif_find: correctly check if atoi means '0' or error
    
    Fixes: 4528215c99ba ("netif_find: check if atoi means '0' or error")
    Signed-off-by: Axel Lin <axel.lin@ingics.com>

commit 2f8886794ffd65029693c95dc445a9e696363922
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed Dec 11 20:42:36 2019 +0100

    netif_find: check if atoi means '0' or error
    
    Since atoi() returns 0 on error, we need to check if name[2] is '0'.
    If it's not, atoi() failed.

commit 02ab8c91a9994d1a3e337014ee628adbe89764e2
Author: Christoffer Lind <cld@hms.se>
Date:   Wed Oct 2 08:46:44 2019 +0200

    sys_arch_mbox_tryfetch not validated correctly
    
    sys_arch_mbox_tryfetch() shall return SYS_MBOX_EMPTY or 0 according
    to the documentation. Wherever the function is used the return
    value is incorrectly compared to SYS_ARCH_TIMEOUT. For now
    SYS_MBOX_EMPTY is defined to SYS_ARCH_TIMEOUT so this is not an
    issue as long as SYS_MBOX_EMPTY isn't re-defined.
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit 74ea1e43ca9fd3afc17bb18f78435f7da47c5df8
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Fri Jul 26 20:43:08 2019 +0200

    dhcp: don't use LWIP_ERROR in dhcp_parse_reply()
    
    See bug #56643
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit e9000658fb1a5e916472bf46702f44b0bddc79eb
Author: Joan Lledó <jlledom@member.fsf.org>
Date:   Tue Jul 9 21:54:22 2019 +0200

    IF_NAMESIZE: define it only if it's not defined before by system headers

commit d58e0f1a1a8f3ae18bed1545568da5aa36457417
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed Jul 10 21:29:13 2019 +0200

    fix compiling unit tests after adding compile-time check for 
LWIP_NETCONN_FULLDUPLEX

commit 674c4ed08036aaa3c575bd5c45c29c77a0a87180
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed Jul 10 21:14:35 2019 +0200

    LWIP_NETCONN_FULLDUPLEX is not alpha any more

commit a68d6f1a9a9e9b471085c5d0231d1e3a0fad92c8
Author: Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>
Date:   Mon May 6 12:37:19 2019 +0200

    Fix bug #56136: The netif->mtu6 was updated by Router Advertisement 
abnomally
    
    Using patch from Gao Quingahui plus improvement

commit c0643e21edb02fb01b0be25ef264c54611fe36ac
Author: Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>
Date:   Tue Apr 30 13:16:30 2019 +0200

    Apply patch for bug #56239: compile fail when disable TCP

commit 3fbb84f9507b0b0017c0e69b0a72e09063865c9a
Author: Dirk Ziegelmeier <dirk@ziegelmeier.net>
Date:   Sun Mar 24 21:47:56 2019 +0100

    Fix bug #55702: SSI bug
    
    Apply patch from Stanislav

commit 053f5aa10dd3b2d15ba2fe3f8cede92019153af3
Author: Dirk Ziegelmeier <dirk@ziegelmeier.net>
Date:   Sun Mar 24 21:46:43 2019 +0100

    Fix compile of last patch

commit 6b9264b49e3e29d5bd610bc9122576ddffba3388
Author: Dirk Ziegelmeier <dirk@ziegelmeier.net>
Date:   Sun Mar 24 21:34:08 2019 +0100

    Fix bug #55972: The Neighbour Solicitation used to do IPv6 address 
resolution was wrong
    
    Apply patch from Gao Qingshui

commit e60f9bb24fc42b98b3a261c296f393c8395cc15c
Author: Dirk Ziegelmeier <dirk@ziegelmeier.net>
Date:   Sun Mar 24 21:32:26 2019 +0100

    Fix bug #55973: The parsing of max response time in MLD Query message was 
wrong
    
    Apply patch from Gao Qingshui

-----------------------------------------------------------------------

Summary of changes:
 src/api/api_lib.c         |  8 ++++----
 src/api/sockets.c         | 13 ++++++++++---
 src/api/tcpip.c           |  2 +-
 src/apps/http/httpd.c     | 16 ++++++++++++++++
 src/apps/sntp/sntp.c      |  6 ++++++
 src/core/init.c           |  5 +++--
 src/core/ipv4/dhcp.c      | 37 +++++++++++++++++++++----------------
 src/core/ipv4/icmp.c      | 18 ++++++++++++------
 src/core/ipv6/mld6.c      |  4 ++--
 src/core/ipv6/nd6.c       | 24 ++++++++++++++++++------
 src/core/netif.c          | 44 +++++++++++++++++++++++++++++++++-----------
 src/core/pbuf.c           |  2 +-
 src/core/tcp_out.c        |  7 ++++---
 src/include/lwip/if_api.h |  2 ++
 src/include/lwip/netif.h  |  4 ++++
 src/include/lwip/opt.h    | 11 ++++-------
 test/unit/arch/sys_arch.c | 18 +++++++++++++++++-
 test/unit/arch/sys_arch.h |  7 +++++++
 test/unit/lwipopts.h      |  1 +
 19 files changed, 166 insertions(+), 63 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]