lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. ca7769e04


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. ca7769e041efb410eafe02ee3a028e200b00fb31
Date: Fri, 11 Apr 2014 23:25:26 +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, ppp-new has been updated
       via  ca7769e041efb410eafe02ee3a028e200b00fb31 (commit)
       via  c0aef7dd6b5bfe9f5f2ac90c1c35b0c4597eff88 (commit)
       via  4283ecf7748ccf7ab41fc09b7d6d4acb1f7f4444 (commit)
       via  88a57dc98d9793d74f8e1c52729b50188d5a0b4f (commit)
       via  035ecef8a540e0efefa0bfcd59816ab293c51242 (commit)
       via  4c3b6814dc69ff975c968d528ca8a3e5a60f9818 (commit)
       via  3f016fcc5a5d9dbce9eb62e5c7b8b2ab03453aea (commit)
       via  be75c483d0adae9ce786e3e2d5760f8e37005ac7 (commit)
      from  08dd32d32dc39e3c42d96bea21ff800dbebb8e57 (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 ca7769e041efb410eafe02ee3a028e200b00fb31
Merge: c0aef7d 88a57dc
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 12 01:25:00 2014 +0200

    Merge branch 'master' into ppp-new

commit c0aef7dd6b5bfe9f5f2ac90c1c35b0c4597eff88
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 12 01:23:57 2014 +0200

    PPP, VJ compression enabled, fixed IP forward from PPP to Ethernet by 
allocating a PBUF_LINK instead of a PBUF_RAW if IP forwarding is enabled

commit 4283ecf7748ccf7ab41fc09b7d6d4acb1f7f4444
Author: Sylvain Rochet <address@hidden>
Date:   Fri Apr 11 22:31:01 2014 +0200

    PPP, PPPoS, fixed IP forward from PPP to Ethernet by allocating PBUF_LINK 
instead of PBUF_RAW if IP forwarding is enabled

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

Summary of changes:
 CHANGELOG                   |   11 ++++
 src/api/api_msg.c           |    9 ++-
 src/api/tcpip.c             |    5 ++
 src/core/dhcp.c             |    8 ++--
 src/core/ipv4/ip4.c         |   41 +++++++++++++++-
 src/core/ipv4/ip_frag.c     |    2 +-
 src/core/ipv6/ip6.c         |   33 +++++++++----
 src/core/tcp.c              |   12 ++++-
 src/core/tcp_in.c           |    3 +-
 src/core/udp.c              |  112 ++++++++++++++++++++++--------------------
 src/include/ipv4/lwip/ip4.h |    8 ++-
 src/include/ipv6/lwip/ip6.h |    2 +
 src/include/lwip/ip.h       |    6 ++
 src/include/lwip/udp.h      |    6 ++
 src/netif/ppp/ppp.c         |   50 ++++++++++++++++---
 src/netif/ppp/vj.c          |    8 +++
 16 files changed, 232 insertions(+), 84 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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