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. 3ce6dd166c3c022a3549d95014a8abf8417ff9e8
Date: Sun, 01 Mar 2015 21:25:10 +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  3ce6dd166c3c022a3549d95014a8abf8417ff9e8 (commit)
       via  684bef066ff206dc15138fa8f3fbefc054d46e16 (commit)
       via  52f2221be95bc67a76c4a299159ca9f72f89c569 (commit)
       via  1bee131d52d742ba269d39075219db485be49d7b (commit)
      from  2731976a95afe2c9c207135fe7f2fecf61e893b1 (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 3ce6dd166c3c022a3549d95014a8abf8417ff9e8
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 1 22:04:24 2015 +0100

    PPP, L2TP, added link-level IPv6 support

commit 684bef066ff206dc15138fa8f3fbefc054d46e16
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 1 21:22:21 2015 +0100

    PPP, L2TP, merged common output code
    
    New function: pppol2tp_udp_send(), common output code.

commit 52f2221be95bc67a76c4a299159ca9f72f89c569
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 1 21:12:48 2015 +0100

    PPP, L2TP, check source ip address and port
    
    Improve L2TP defensiveness by checking source ip address and port
    of input packets.

commit 1bee131d52d742ba269d39075219db485be49d7b
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 1 20:30:01 2015 +0100

    PPP, L2TP, using LNS chosen destination port
    
    L2TP LNS might chose its own local port, we actually stored
    the port the LNS wanted to use but we never used it.

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

Summary of changes:
 src/api/pppapi.c                 |   46 +++++++++
 src/include/lwip/pppapi.h        |   19 ++++
 src/include/netif/ppp/pppol2tp.h |   12 ++-
 src/netif/ppp/pppol2tp.c         |  194 +++++++++++++++++++++++++------------
 4 files changed, 206 insertions(+), 65 deletions(-)


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



reply via email to

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