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. bc99f75b5369cef61f88f575ea6bce400e4aa218
Date: Sun, 12 Apr 2015 22:16:46 +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  bc99f75b5369cef61f88f575ea6bce400e4aa218 (commit)
       via  421582d747748e0387b29bc2ef94e43bbbff3003 (commit)
       via  ab1606a0f66dc98a70ff1437939deb6c0e4e363c (commit)
       via  bcfaeca3734da53c31705e37c1f072be8b87c4f7 (commit)
       via  5f0e261f2dc9706397bdd5669c8a72abe1b74ccf (commit)
      from  0e1aec43487265ae0301bfa06a3b7ac91a163a37 (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 bc99f75b5369cef61f88f575ea6bce400e4aa218
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 22:00:43 2015 +0200

    PPP, PPPoL2TP, removed unnecessary single pbuf
    
    Removed ppp_singlebuf() in pppol2tp_input(), chained pbuf are perfectly
    acceptable for IP data and we are currently supporting them perfectly
    for PPPoS. The PPP stack itself (LCP, IPCP et al.) does not support
    chained pbuf and is already calling ppp_singlebuf() just before passing
    packet to the protocol handler.
    
    Added ppp_singlebuf() in pppol2tp_dispatch_control_packet() because we
    do not support chained pbuf in L2TP control packet.

commit 421582d747748e0387b29bc2ef94e43bbbff3003
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 21:09:15 2015 +0200

    PPP, MPPE, using err_t return for mppe_decompress

commit ab1606a0f66dc98a70ff1437939deb6c0e4e363c
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 21:04:22 2015 +0200

    PPP, MPPE, adapt decompressor to use pbuf
    
    mppe_decompress() now takes a pointer to a pbuf pointer and re-use the
    passed buffer for MPPE "decompression". Removed sub protocol handling
    which can be shared among all decompressors in ppp.c

commit bcfaeca3734da53c31705e37c1f072be8b87c4f7
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 20:08:01 2015 +0200

    PPP, PPPoE, removed unnecessary single pbuf
    
    Removed ppp_singlebuf() in pppoe_data_input(), chained pbuf are
    perfectly acceptable for IP data and we are currently supporting them
    perfectly for PPPoS. The PPP stack itself (LCP, IPCP et al.) does not
    support chained pbuf and is already calling ppp_singlebuf() just before
    passing packet to the protocol handler.

commit 5f0e261f2dc9706397bdd5669c8a72abe1b74ccf
Author: Sylvain Rochet <address@hidden>
Date:   Sun Apr 12 18:41:21 2015 +0200

    PPP, MPPE, handle packets in decompressor without address and control nor 
protocol
    
    Our PPP stack deals with packet without address and control byte nor 2-byte
    protocol field, improved mppe_decompress() so we don't have to worry about
    them.

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

Summary of changes:
 src/include/netif/ppp/mppe.h |    3 +-
 src/netif/ppp/mppe.c         |   79 ++++++++++++-----------------------------
 src/netif/ppp/pppoe.c        |    4 +--
 src/netif/ppp/pppol2tp.c     |    2 +-
 4 files changed, 26 insertions(+), 62 deletions(-)


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



reply via email to

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