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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 163d7f9791d76a557cbdcd1961c9a1e8b3231e42
Date: Thu, 25 Feb 2016 21:11:30 +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  163d7f9791d76a557cbdcd1961c9a1e8b3231e42 (commit)
       via  a649a3eb503600ce34f3c1ea93eda4cf6f0040a1 (commit)
      from  2a8398dfb8a07c0f9fda41411954904e0cd9df21 (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 163d7f9791d76a557cbdcd1961c9a1e8b3231e42
Author: sg <address@hidden>
Date:   Thu Feb 25 22:11:16 2016 +0100

    added ethernet.c to Filelists.mk

commit a649a3eb503600ce34f3c1ea93eda4cf6f0040a1
Author: sg <address@hidden>
Date:   Thu Feb 25 22:10:28 2016 +0100

    dual-stack fix: moved common definitions/code for ethernet used by etharp 
and ethip6 to new files ethernet.h/.c

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

Summary of changes:
 src/Filelists.mk                           |    2 +-
 src/core/init.c                            |    2 +-
 src/core/ipv6/ethip6.c                     |   36 +-----
 src/include/netif/etharp.h                 |  106 +-------------
 src/include/netif/{etharp.h => ethernet.h} |  134 ++++-------------
 src/netif/etharp.c                         |  188 ++----------------------
 src/netif/ethernet.c                       |  218 ++++++++++++++++++++++++++++
 7 files changed, 270 insertions(+), 416 deletions(-)
 copy src/include/netif/{etharp.h => ethernet.h} (58%)
 create mode 100644 src/netif/ethernet.c


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



reply via email to

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