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, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1329-g43a5500
Date: Wed, 28 Feb 2018 16:59:08 -0500 (EST)

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, master has been updated
       via  43a55003da622851b1c1677c8e7cb75e9430300f (commit)
       via  d9770d2c5fd3622348da99aeb2750f1b51e2d309 (commit)
       via  3a8af612b3b818a89de5846cc9b046756af184cc (commit)
       via  2a5b66c9b1487b9cc6c91646f4d605eb92f02502 (commit)
      from  3a93029e92528e7d700ea8211a34c5b82cb07b34 (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 43a55003da622851b1c1677c8e7cb75e9430300f
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 22:58:48 2018 +0100

    Added a netif encapsulating 6LowPAN in ZEP (ZigBee Enxapsulation Protocol)
    
    This protocol is sent over a 2nd netif via UDP/IP and can used to analyze
    6LoWPAN with a Wireshark dissector.
    
    Signed-off-by: goldsimon <address@hidden>

commit d9770d2c5fd3622348da99aeb2750f1b51e2d309
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 22:48:56 2018 +0100

    tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function 
returns an error
    
    This simply wasn't the case until 6LoWPAN. However, since tcpip_input is 
like this, we
    should stay with that pattern.
    
    Adapted documentation in netif.h
    
    Signed-off-by: goldsimon <address@hidden>

commit 3a8af612b3b818a89de5846cc9b046756af184cc
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 22:46:55 2018 +0100

    lowpan6.c: handle 6-byte MAC addresses on netif, too

commit 2a5b66c9b1487b9cc6c91646f4d605eb92f02502
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 22:32:58 2018 +0100

    lowpan6.c: tiny whitespace fix

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

Summary of changes:
 src/api/tcpip.c                                 |   4 +-
 src/include/lwip/netif.h                        |   3 +
 src/include/netif/lowpan6.h                     |   2 +-
 src/include/{lwip/altcp_tcp.h => netif/zepif.h} |  45 ++--
 src/netif/lowpan6.c                             |  41 +++-
 src/netif/zepif.c                               | 270 ++++++++++++++++++++++++
 6 files changed, 332 insertions(+), 33 deletions(-)
 copy src/include/{lwip/altcp_tcp.h => netif/zepif.h} (62%)
 create mode 100644 src/netif/zepif.c


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



reply via email to

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