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-65-gecd6009
Date: Sun, 15 Aug 2021 05:11:51 -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  ecd6009a5e64c98eb91df666b86b1ce7715675be (commit)
       via  6ffe30d9ba394e25844019e19ade4dc28d76f65d (commit)
       via  8f5a0aaacb8d88f65780cb87f14d4cff7c47c44e (commit)
       via  ba3b04e7fed52415c5d5cdd1ee4e5a15e6d2ec7e (commit)
       via  379d55044e9181533f1fd4d0e0cf89bc01cb9b8b (commit)
       via  843a1161552dc3ead6e5518690828c99a7969ccf (commit)
      from  1c6202c4147d1a27d47418b9f49eae5999d95f83 (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 ecd6009a5e64c98eb91df666b86b1ce7715675be
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jun 24 01:09:37 2020 +0200

    icmp6: Don't copy too much data
    
    Fix of the fix for bug #58553

commit 6ffe30d9ba394e25844019e19ade4dc28d76f65d
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jun 24 00:37:42 2020 +0200

    icmp6: Fix copying of chained pbuf in reply
    
    Fixes bug #58553, and the newly added unit test.
    
    The pbuf_take_at loop should probably be made into a pbuf library
    function, which would avoid this mistake in the future and provide
    a simpler implementation of pbuf_copy.

commit 8f5a0aaacb8d88f65780cb87f14d4cff7c47c44e
Author: Simon Goldschmidt <goldsimon@gmx.de>
Date:   Wed Feb 5 20:43:25 2020 +0100

    icmp6: keep to the RFC and send as much as possible with icmp6 error 
messages
    
    See bug 56013
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

commit ba3b04e7fed52415c5d5cdd1ee4e5a15e6d2ec7e
Author: Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>
Date:   Thu Mar 28 08:16:29 2019 +0100

    Add #define for minimum IPv6 MTU length

commit 379d55044e9181533f1fd4d0e0cf89bc01cb9b8b
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jul 1 22:05:28 2020 +0200

    zepif: Copy possibly chained output pbuf properly
    
    Fixes bug #58554

commit 843a1161552dc3ead6e5518690828c99a7969ccf
Author: Erik Ekman <erik@kryo.se>
Date:   Fri Jul 3 18:55:02 2020 +0200

    pbuf: Add pbuf_copy_partial_pbuf library function
    
    Like pbuf_copy, but can copy part of a pbuf to an offset in another.
    pbuf_copy now uses this function internally.
    
    Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>

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

Summary of changes:
 src/core/ipv6/icmp6.c         | 27 ++++++++++++++-------
 src/core/ipv6/nd6.c           |  4 ++--
 src/core/pbuf.c               | 56 ++++++++++++++++++++++++++++++++++---------
 src/include/lwip/opt.h        |  6 +++--
 src/include/lwip/pbuf.h       |  1 +
 src/include/lwip/prot/icmp6.h |  2 ++
 src/include/lwip/prot/ip6.h   |  2 ++
 src/netif/lowpan6.c           |  2 +-
 src/netif/lowpan6_ble.c       |  2 +-
 src/netif/zepif.c             |  2 +-
 10 files changed, 77 insertions(+), 27 deletions(-)


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



reply via email to

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