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-1316-g7db978c
Date: Mon, 26 Feb 2018 15:47:34 -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  7db978ca035907c2b59b3046225c6d0b783e6389 (commit)
       via  731b83ac5fd3ffc8fba85b7713a200bb7515dde5 (commit)
       via  fb5bbca1d94b775bc1b75838ce727d9b57750d7d (commit)
       via  a022590f40c11f84f3b70b998e237f0d5d505a09 (commit)
      from  c28aa028203770d29c4d626dc22b575d2abe0aa3 (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 7db978ca035907c2b59b3046225c6d0b783e6389
Author: goldsimon <address@hidden>
Date:   Mon Feb 26 21:47:24 2018 +0100

    lowpan6.c: rework lowpan6_input processing of the ieee 802.15.4 header
    
    This should fix bug #48825 (lowpan6: source PAN ID is skipped without
    checking PAN ID compression flag)

commit 731b83ac5fd3ffc8fba85b7713a200bb7515dde5
Author: goldsimon <address@hidden>
Date:   Mon Feb 26 20:51:13 2018 +0100

    lowpan6.c: a netif input function must return ERR_OK only if the input pbuf 
was freed

commit fb5bbca1d94b775bc1b75838ce727d9b57750d7d
Author: goldsimon <address@hidden>
Date:   Mon Feb 26 20:38:41 2018 +0100

    lowpan6.c: move IEEE 802.15.4 definitions to their own header file
    
    This is mainly a preparation to merge the two 6LoWPAN netifs

commit a022590f40c11f84f3b70b998e237f0d5d505a09
Author: goldsimon <address@hidden>
Date:   Mon Feb 26 20:32:39 2018 +0100

    lowpan6.c: move netif-specific data to a common struct

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

Summary of changes:
 src/include/netif/ieee802154.h | 113 ++++++++++++++++++++++++++++++
 src/netif/lowpan6.c            | 154 ++++++++++++++++++++++++++---------------
 2 files changed, 212 insertions(+), 55 deletions(-)
 create mode 100644 src/include/netif/ieee802154.h


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



reply via email to

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