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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. e90591bb789d88da666b195d0f64d7b9978b0a90
Date: Mon, 22 Feb 2016 19:47:21 +0000

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  e90591bb789d88da666b195d0f64d7b9978b0a90 (commit)
       via  e2a3565971497a8f1dabf64ba17e9547f810d219 (commit)
       via  aeab047ede853d55affeba7524d0958cb4229979 (commit)
       via  777e667f0829fed09b59c01bc041004a0749d946 (commit)
      from  fa6f068fd1264044eaa78368ef82276639e40ab1 (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 e90591bb789d88da666b195d0f64d7b9978b0a90
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Feb 22 20:46:15 2016 +0100

    Add note to CHANGELOG about 6LoWPAN

commit e2a3565971497a8f1dabf64ba17e9547f810d219
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Feb 22 20:44:32 2016 +0100

    Initial import of Ivan Delamer's 6LoWPAN implementation with slight 
modifications to allow compiling in IPv6 only mode

commit aeab047ede853d55affeba7524d0958cb4229979
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Feb 22 20:43:32 2016 +0100

    slipif: Fix compile when only IPv6 is enabled

commit 777e667f0829fed09b59c01bc041004a0749d946
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Feb 22 20:18:10 2016 +0100

    Add generic tcpip_inpkt function that can be called to make last changes 
really usable

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

Summary of changes:
 CHANGELOG                                          |    3 +
 src/Filelists.mk                                   |    6 +-
 src/api/tcpip.c                                    |   72 +-
 src/include/lwip/priv/tcpip_priv.h                 |    7 -
 src/include/lwip/tcpip.h                           |    8 +
 src/include/{lwip/ethip6.h => netif/lowpan6.h}     |  152 ++-
 .../{lwip/ethip6.h => netif/lowpan6_opts.h}        |   51 +-
 src/netif/lowpan6.c                                | 1358 ++++++++++++++++++++
 src/netif/slipif.c                                 |    4 +
 9 files changed, 1513 insertions(+), 148 deletions(-)
 copy src/include/{lwip/ethip6.h => netif/lowpan6.h} (59%)
 copy src/include/{lwip/ethip6.h => netif/lowpan6_opts.h} (72%)
 create mode 100644 src/netif/lowpan6.c


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



reply via email to

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