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. bb908366a5abe5c6daa5eb0b432a44a0f8d30ff8
Date: Mon, 25 Apr 2016 18:12:03 +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  bb908366a5abe5c6daa5eb0b432a44a0f8d30ff8 (commit)
       via  73d8f14ebd40de72192ce875d94c4ccdf6a4cab1 (commit)
       via  ffa340a68cfdec933d5cacfa30fdfd5c89b92822 (commit)
      from  b8b83c29944cd6fa65cee83cb0aa717e2c294bc7 (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 bb908366a5abe5c6daa5eb0b432a44a0f8d30ff8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 20:08:21 2016 +0200

    More PPP cleanups

commit 73d8f14ebd40de72192ce875d94c4ccdf6a4cab1
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 19:55:53 2016 +0200

    Fix compile when PPP is not enabled

commit ffa340a68cfdec933d5cacfa30fdfd5c89b92822
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Apr 25 19:52:07 2016 +0200

    task #13907: PPP cleanups: Move PPP mempools out of lwIP core to PPP code

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

Summary of changes:
 src/core/init.c                  |    6 +++++-
 src/core/memp.c                  |    7 +++----
 src/include/lwip/memp.h          |    3 ---
 src/include/lwip/opt.h           |   39 --------------------------------------
 src/include/lwip/priv/memp_std.h |   13 -------------
 src/include/netif/ppp/ppp_impl.h |    7 +++++++
 src/include/netif/ppp/ppp_opts.h |   39 ++++++++++++++++++++++++++++++++++++++
 src/netif/ethernet.c             |    1 +
 src/netif/ppp/ppp.c              |   36 ++++++++++++++++++++++++++++++++---
 src/netif/ppp/pppoe.c            |    9 ++++++---
 src/netif/ppp/pppol2tp.c         |    9 ++++++---
 src/netif/ppp/pppos.c            |    9 ++++++---
 12 files changed, 106 insertions(+), 72 deletions(-)


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



reply via email to

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