[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. a1c5415f8f
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. a1c5415f8f470c0e28d80b2f81180d6514c3cf62 |
Date: |
Sun, 22 Feb 2015 01:39:31 +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 a1c5415f8f470c0e28d80b2f81180d6514c3cf62 (commit)
via 00e8988b524e6ade4d5f22c5b53fabf744542aa1 (commit)
via 5680808fb6f80d2bc17efd850589cfdb365d5a15 (commit)
via 814bcc04ad882b05b692b6508ea4bbb7c364c2e2 (commit)
via a8cbff08ef7b02940b1e3b5bdd0f7e3b0db410b6 (commit)
via ee8a05c3c74caa8b7402bffde81b21a63719a033 (commit)
via 46d7f6f95db14678378c3d6dcf638f8c2aa4b7da (commit)
via 30c89310a6b9925520a0c7b72eba590320daf97b (commit)
from d6e1b861474eca127b1d76ac2dac1de2c244a1c1 (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 a1c5415f8f470c0e28d80b2f81180d6514c3cf62
Author: Sylvain Rochet <address@hidden>
Date: Sun Feb 22 02:34:45 2015 +0100
PPP, CORE, disable VJ is PPP IPV4 is compiled out
VJ compression is only supported for PPP IPv4, compile out VJ support
if PPP IPv4 is not compiled.
commit 00e8988b524e6ade4d5f22c5b53fabf744542aa1
Author: Sylvain Rochet <address@hidden>
Date: Sun Feb 22 02:28:04 2015 +0100
PPP, IPv4 support is now optional
New compile time option: PPP_IPV4_SUPPORT
PPP IPv4 support can now be compiled out.
commit 5680808fb6f80d2bc17efd850589cfdb365d5a15
Author: Sylvain Rochet <address@hidden>
Date: Sun Feb 22 01:34:47 2015 +0100
PPP, CORE, ppp_ioctl PPPCTLG_UPSTATUS command now returns true if only IPv6
is up
PPPCTLG_UPSTATUS ioctl didn't return true if IPv6 was up and IPv4 down,
fixed.
commit 814bcc04ad882b05b692b6508ea4bbb7c364c2e2
Author: Sylvain Rochet <address@hidden>
Date: Sun Feb 22 01:33:02 2015 +0100
PPP, CORE, using ip*_set_* functions instead of IP4_ADDR and SMEMCPY
Now using lwIP helper functions on ip_addr_t and ip6_addr_t.
commit a8cbff08ef7b02940b1e3b5bdd0f7e3b0db410b6
Author: Sylvain Rochet <address@hidden>
Date: Sun Feb 22 00:25:23 2015 +0100
PPP, IPV6, enable PPP IPv6 by default if LWIP_IPV6 is set
commit ee8a05c3c74caa8b7402bffde81b21a63719a033
Author: Sylvain Rochet <address@hidden>
Date: Sat Feb 21 23:53:40 2015 +0100
PPP, CORE, removed if_up and if6_up checks in sifdown() and sif6down()
It can't hurt us, checking is useless.
commit 46d7f6f95db14678378c3d6dcf638f8c2aa4b7da
Author: Sylvain Rochet <address@hidden>
Date: Sat Feb 21 23:49:57 2015 +0100
PPP, IPv6, fixed unicode in file headers
commit 30c89310a6b9925520a0c7b72eba590320daf97b
Author: Sylvain Rochet <address@hidden>
Date: Sat Feb 21 23:34:45 2015 +0100
PPP, CORE, IPv6, if_up flag used instead of if6_up for outgoing IPv6
packets, fixed
We can have an IPv6 only PPP interface, checking if6_up instead of if_up
fixes
IPv6 only setup.
ppp_netif_output() which were only used for common code between
ppp_netif_output_ip4() and ppp_netif_output_ip6() is not necessary
anymore, removed, reducing call stack by one.
-----------------------------------------------------------------------
Summary of changes:
src/include/lwip/opt.h | 11 ++-
src/include/netif/ppp/ipcp.h | 4 +-
src/include/netif/ppp/ipv6cp.h | 26 ++--
src/include/netif/ppp/ppp.h | 32 +++--
src/include/netif/ppp/ppp_impl.h | 21 ++--
src/netif/ppp/ipcp.c | 8 +-
src/netif/ppp/ipv6cp.c | 26 ++--
src/netif/ppp/ppp.c | 247 +++++++++++++++++++------------------
src/netif/ppp/pppoe.c | 4 +
src/netif/ppp/pppol2tp.c | 4 +
src/netif/ppp/pppos.c | 6 +-
11 files changed, 210 insertions(+), 179 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. a1c5415f8f470c0e28d80b2f81180d6514c3cf62,
Sylvain Rochet <=