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. aa0e41c38914f178bec069943247591a36500b8e
Date: Tue, 01 Sep 2015 20:04:25 +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  aa0e41c38914f178bec069943247591a36500b8e (commit)
      from  c4a1cad81b271ecbf79d0b8e2c0aec7366b0c335 (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 aa0e41c38914f178bec069943247591a36500b8e
Author: sg <address@hidden>
Date:   Tue Sep 1 22:04:15 2015 +0200

    task #12178: hardware checksum capabilities can be configured per netif 
(use NETIF_SET_CHECKSUM_CTRL() in your netif's init function)

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

Summary of changes:
 CHANGELOG                |    4 +
 src/core/ipv4/icmp.c     |   61 +++++++++++++-------
 src/core/ipv4/ip4.c      |   44 ++++++++++-----
 src/core/ipv4/ip_frag.c  |   24 +++++---
 src/core/ipv6/icmp6.c    |   28 ++++++----
 src/core/ipv6/mld6.c     |    6 +-
 src/core/ipv6/nd6.c      |   18 ++++--
 src/core/netif.c         |    1 +
 src/core/tcp_in.c        |   23 ++++----
 src/core/tcp_out.c       |  137 ++++++++++++++++++++++++++--------------------
 src/core/udp.c           |  116 ++++++++++++++++++++------------------
 src/include/lwip/netif.h |   35 ++++++++++-
 src/include/lwip/opt.h   |   10 +++
 13 files changed, 311 insertions(+), 196 deletions(-)


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



reply via email to

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