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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-674-g4171f39
Date: Fri, 5 May 2017 09:43:35 -0400 (EDT)

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  4171f39a72ed15cb394f7cb9b909c5b3a2068580 (commit)
       via  3e909bafa8d490ba1a2487a5f21551da21f6a533 (commit)
      from  a942582b4bab1a9e31c915d5e365de894b687bef (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 4171f39a72ed15cb394f7cb9b909c5b3a2068580
Author: Sylvain Rochet <address@hidden>
Date:   Fri May 5 15:42:06 2017 +0200

    PPP: remove ppp_singlebuf
    
    We don't have to keep a helper function just for the sake of a PBUF_RAW
    constant. Inline ppp_singlebuf function.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

commit 3e909bafa8d490ba1a2487a5f21551da21f6a533
Author: Axel Lin <address@hidden>
Date:   Sat Apr 29 15:25:16 2017 +0800

    PPP: use pbuf_coalesce() instead of private ppp_singlebuf()
    
    pbuf_coalesce() creates a single pbuf out of a chain of pbufs, which is
    exactly what ppp_singlebuf() need.
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/include/netif/ppp/ppp_impl.h |  3 ---
 src/netif/ppp/ppp.c              | 28 +---------------------------
 src/netif/ppp/pppoe.c            |  2 +-
 src/netif/ppp/pppol2tp.c         |  2 +-
 4 files changed, 3 insertions(+), 32 deletions(-)


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



reply via email to

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