lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 1918914598


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 191891459832841bbb4698b58e59aeeaff47f4af
Date: Thu, 19 Feb 2015 23:41:12 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  191891459832841bbb4698b58e59aeeaff47f4af (commit)
       via  29f3f2e1d8fe50d47ffda4780c824b0dbdc4a27d (commit)
       via  759d11ce1a15cb2c2e5b55d1bb92c3b37919c5b4 (commit)
       via  729e24da781fd152cdf42057eef1b4ba7a18202a (commit)
       via  ec362536f5ed29ba795ced9319b6edd853dbeed0 (commit)
       via  b92fe3eecbc741cace7d96573bc6c8550b0df319 (commit)
       via  985de035bc7a9594a53aeb0148b6338b61b2652b (commit)
       via  2e40ceaaa423c9380dcb4d98c37389336ed2c54f (commit)
      from  02a797f9f9a629f49ef78b9e58d7be6fd89eaada (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 191891459832841bbb4698b58e59aeeaff47f4af
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 00:35:51 2015 +0100

    PPP, PPPoS, removed linked list
    
    We don't need anymore the PPPoS linked list since we have callbacks
    for everything.

commit 29f3f2e1d8fe50d47ffda4780c824b0dbdc4a27d
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 00:33:32 2015 +0100

    PPP, PPPoS, moved VJ protocol handler to PPPoS
    
    New callback, netif input, allow low level drivers to extend
    ppp_input call, moved PPPoS VJ support to pppos.c.

commit 759d11ce1a15cb2c2e5b55d1bb92c3b37919c5b4
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 00:03:47 2015 +0100

    PPP, CORE, beautified ppp_ioctl()

commit 729e24da781fd152cdf42057eef1b4ba7a18202a
Author: Sylvain Rochet <address@hidden>
Date:   Fri Feb 20 00:01:05 2015 +0100

    PPP, PPPoS, added sub-ioctl commands
    
    Allow low level drivers to extend ioctl call, moved PPPoS ioctl
    commands to pppos.c.

commit ec362536f5ed29ba795ced9319b6edd853dbeed0
Author: Sylvain Rochet <address@hidden>
Date:   Thu Feb 19 23:51:33 2015 +0100

    PPP, uniformised callbacks naming

commit b92fe3eecbc741cace7d96573bc6c8550b0df319
Author: Sylvain Rochet <address@hidden>
Date:   Thu Feb 19 23:47:10 2015 +0100

    PPP, CORE, new callbacks, send_config, recv_config, vj_config
    
    Removed some calls from PPP core to PPPoS low level protocols,
    the const struct allows us to have more and more callbacks
    without using more RAM.

commit 985de035bc7a9594a53aeb0148b6338b61b2652b
Author: Sylvain Rochet <address@hidden>
Date:   Thu Feb 19 23:25:21 2015 +0100

    PPP, CORE, now using const callbacks struct from lower level protocols
    
    Saving some RAM by using callbacks struct in rodata for required
    callbacks called by PPP core to PPP low level protocols.

commit 2e40ceaaa423c9380dcb4d98c37389336ed2c54f
Author: Sylvain Rochet <address@hidden>
Date:   Thu Feb 19 22:32:24 2015 +0100

    CORE, enabling only PPPoL2TP is also a valid choice

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

Summary of changes:
 src/core/init.c                  |    4 +-
 src/include/netif/ppp/ppp.h      |    8 +-
 src/include/netif/ppp/ppp_impl.h |   41 ++++--
 src/include/netif/ppp/pppos.h    |   13 --
 src/netif/ppp/ppp.c              |  112 +++++----------
 src/netif/ppp/pppoe.c            |   74 +++++------
 src/netif/ppp/pppol2tp.c         |   71 ++++-----
 src/netif/ppp/pppos.c            |  288 ++++++++++++++++----------------------
 8 files changed, 256 insertions(+), 355 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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