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. 371bc91d73a104af1ebc369eb685ba1580e0ebfa
Date: Sat, 28 Feb 2015 21:42:08 +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  371bc91d73a104af1ebc369eb685ba1580e0ebfa (commit)
       via  89771de6d0b63e45c796ae2098715fd725a37d0d (commit)
      from  71b213df639c6f431603a7e9f0490cb2ab6c2a0f (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 371bc91d73a104af1ebc369eb685ba1580e0ebfa
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 28 22:41:18 2015 +0100

    PPP, SERVER: added PPPoS server support
    
    New function: ppp_listen(), listen for an incoming PPP connection.

commit 89771de6d0b63e45c796ae2098715fd725a37d0d
Author: Sylvain Rochet <address@hidden>
Date:   Sat Feb 28 21:39:32 2015 +0100

    PPP, remove VJ callback from link_callbacks if VJ support is not enabled

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

Summary of changes:
 src/api/pppapi.c                 |   28 +++++++++++++
 src/include/lwip/opt.h           |    4 +-
 src/include/lwip/pppapi.h        |    8 ++++
 src/include/netif/ppp/ppp.h      |   15 +++++++
 src/include/netif/ppp/ppp_impl.h |    6 +++
 src/netif/ppp/ppp.c              |   26 +++++++++++++
 src/netif/ppp/pppoe.c            |    5 ++
 src/netif/ppp/pppol2tp.c         |    5 ++
 src/netif/ppp/pppos.c            |   78 +++++++++++++++++++++++++++++++++++++-
 9 files changed, 172 insertions(+), 3 deletions(-)


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



reply via email to

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