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. master_at_STABLE-2_0_0-337-g0a7734c
Date: Thu, 23 Feb 2017 10:36:51 -0500 (EST)

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  0a7734cf648ec7b64b91fe9478e31c917aedb0a9 (commit)
       via  0eeb10d4bbdf66afe69fc66a1c1bc43daa87f9a7 (commit)
       via  2e1b12d09f44561a6e65a23b00b4107485422516 (commit)
      from  5c55978f10c5024883fd58d530032a68fa79a21d (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 0a7734cf648ec7b64b91fe9478e31c917aedb0a9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Feb 23 16:36:40 2017 +0100

    Preparation for task #14369: Define ways to work with a netif having 
multiple ports
    Let ethernet_input() fill in pbuf's if_idx (if not already set by driver or 
an L2 bridge)

commit 0eeb10d4bbdf66afe69fc66a1c1bc43daa87f9a7
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Feb 23 16:34:28 2017 +0100

    Preparation for task #14369: Define ways to work with a netif having 
multiple ports
    Add if_idx member to struct pbuf

commit 2e1b12d09f44561a6e65a23b00b4107485422516
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Feb 23 15:47:44 2017 +0100

    Make pbuf refcount type an LWIP option and #define it to s8_t (to be able 
to check for underflow!)

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

Summary of changes:
 src/core/pbuf.c         | 2 ++
 src/include/lwip/opt.h  | 8 ++++++++
 src/include/lwip/pbuf.h | 5 ++++-
 src/netif/ethernet.c    | 4 ++++
 4 files changed, 18 insertions(+), 1 deletion(-)


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



reply via email to

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