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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 80375e68dd9e1e5ce47b7048b26abaef2a6245e4
Date: Mon, 18 Jan 2016 10:56:11 +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  80375e68dd9e1e5ce47b7048b26abaef2a6245e4 (commit)
       via  289d1dd7f3a48e7756ded31e88501f7a5ac457c1 (commit)
       via  f2c7e9c939ed612172b0e026aad12b1652d4ca17 (commit)
      from  dc36dbac27131cd5a2238e2ae5a583b889f41302 (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 80375e68dd9e1e5ce47b7048b26abaef2a6245e4
Author: Stephan Linz <address@hidden>
Date:   Mon Jan 18 09:32:23 2016 +0100

    ip_frag: fix compiler warnings, unused variable
    
    In case of IP_REASS_FREE_OLDEST==0, the argument clen of
    ip_reass_enqueue_new_datagram() will not used and leads
    the compiler to a warning.
    
    Signed-off-by: Stephan Linz <address@hidden>

commit 289d1dd7f3a48e7756ded31e88501f7a5ac457c1
Author: Stephan Linz <address@hidden>
Date:   Mon Jan 18 09:27:07 2016 +0100

    slipif: fix several compiler warnings
    
    - include new SNMP header
    - add missing pointer type casting
    - add missing default cases
    - use const for all ip address types
    - distinguish between IPv4 and IPv6 address types
    
    Signed-off-by: Stephan Linz <address@hidden>

commit f2c7e9c939ed612172b0e026aad12b1652d4ca17
Author: Axel Lin <address@hidden>
Date:   Sat Jan 16 09:41:42 2016 +0800

    raw: Remove unnecessary #if guard around PCB_ISIPV6() calls
    
    PCB_ISIPV6() macro is well defined for all cases (LWIP_IPV4 && LWIP_IPV6,
    LWIP_IPV4 only and LWIP_IPV6 only), thus remove the unnecessary #if guard
    around PCB_ISIPV6() calls.
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/ipv4/ip_frag.c |    4 ++++
 src/core/raw.c          |   13 +------------
 src/netif/slipif.c      |   18 ++++++++++++------
 3 files changed, 17 insertions(+), 18 deletions(-)


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



reply via email to

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