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. 2b5250dd9d15ecb2e8871b58683a181f25c87897
Date: Mon, 25 Apr 2016 19:24:54 +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  2b5250dd9d15ecb2e8871b58683a181f25c87897 (commit)
       via  8ce49499ae6345dc7d8c0fe3bd1c1d8065a2d05b (commit)
       via  5a123a34055cf398d00744c8365ba9b27d15b01c (commit)
       via  0d0b935d3dfa1eef7d816735158b6445d1624e00 (commit)
       via  2be86fbc3e08836156b780e2c3120bafd8e1f910 (commit)
      from  bb908366a5abe5c6daa5eb0b432a44a0f8d30ff8 (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 2b5250dd9d15ecb2e8871b58683a181f25c87897
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 21:23:14 2016 +0200

    Fix bug #47507: PPP API does not support LWIP_MPU_COMPATIBLE
    I'd be glad if someone would test it :-)
    Sylvain, if you don't like this patch feel free to revert it

commit 8ce49499ae6345dc7d8c0fe3bd1c1d8065a2d05b
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 21:21:16 2016 +0200

    tcpip_priv.h: More API improvements

commit 5a123a34055cf398d00744c8365ba9b27d15b01c
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 21:00:28 2016 +0200

    tcpip_priv.h: More flexible API by including return value in API_VAR_ALLOC 
macro

commit 0d0b935d3dfa1eef7d816735158b6445d1624e00
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 20:51:26 2016 +0200

    tcpip_priv.h: Add helper macros for APIs that use private mempools

commit 2be86fbc3e08836156b780e2c3120bafd8e1f910
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 20:50:14 2016 +0200

    Fix compile of api_lib.c when LWIP_MPU_COMPATIBLE is enabled

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

Summary of changes:
 src/api/api_lib.c                  |    6 +-
 src/api/netifapi.c                 |    2 +-
 src/api/tcpip.c                    |    2 +-
 src/include/lwip/priv/api_msg.h    |    5 +-
 src/include/lwip/priv/tcpip_priv.h |   19 +++-
 src/include/netif/ppp/ppp.h        |    2 +-
 src/include/netif/ppp/ppp_impl.h   |    2 +-
 src/include/netif/ppp/ppp_opts.h   |    7 ++
 src/include/netif/ppp/pppapi.h     |    4 +-
 src/include/netif/ppp/pppol2tp.h   |    2 +-
 src/netif/ppp/ppp.c                |    8 +-
 src/netif/ppp/pppapi.c             |  194 ++++++++++++++++++++++++------------
 src/netif/ppp/pppol2tp.c           |    2 +-
 src/netif/ppp/pppos.c              |    4 +-
 14 files changed, 173 insertions(+), 86 deletions(-)


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



reply via email to

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