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. 858bce7b4e2839c01f834d2be7953afa0ce293e3
Date: Sun, 24 Jan 2016 00:38:33 +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  858bce7b4e2839c01f834d2be7953afa0ce293e3 (commit)
       via  77d355560f7d4ad9cf32e2c070cfd558edfb7a60 (commit)
       via  733758a9094920e5f8fbd7241613fbfc2a3ef8d8 (commit)
      from  90df2111b710d6ed8fd0a963e5e27657042dc4b3 (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 858bce7b4e2839c01f834d2be7953afa0ce293e3
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jan 24 01:29:15 2016 +0100

    PPP, VJ, code cleaning
    
    Using lwIP types instead of u_ types.
    Removed useless register modifier on variable.
    Removed trailing spaces.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

commit 77d355560f7d4ad9cf32e2c070cfd558edfb7a60
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jan 24 01:02:23 2016 +0100

    PPP, VJ, fix header offset calculation on LP64/ILP64 systems
    
    long type on LP64/ILP64 systems (such as x86_64 on Linux) is 8 byte
    long, this leads to wrong offsets in packets header calculation.
    
    Fixed it by using u32_t lwIP type instead of long type.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

commit 733758a9094920e5f8fbd7241613fbfc2a3ef8d8
Author: Sylvain Rochet <address@hidden>
Date:   Sun Jan 24 00:42:52 2016 +0100

    tcp: fixed TCPH_UNSET_FLAG macro
    
    This macro is only used by VJ support in PPP and was always wrong since
    its introduction in commit e4a6d199fe. It's almost only used to clear
    the PSH TCP flag when necessary. This flag was probably less common
    about a decade ago so that would be the reason why it goes unnoticed for
    so long.
    
    Fixes: e4a6d199fe "Merged from DEVEL into main tree."
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/include/lwip/priv/tcp_priv.h |    2 +-
 src/include/netif/ppp/vj.h       |   36 +++++-----
 src/netif/ppp/vj.c               |  154 +++++++++++++++++++-------------------
 3 files changed, 96 insertions(+), 96 deletions(-)


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



reply via email to

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