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. master_at_STABLE-2_0_0-947-g6447a58
Date: Tue, 19 Sep 2017 08:42:58 -0400 (EDT)

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  6447a583e23bc1672c09b13857035725d5a2589a (commit)
       via  fa11461f84515c27cabe68cb8cf3cf2db48f7dda (commit)
       via  675c6e44287d410ac6243407b7415eca399439d0 (commit)
       via  72171c12b56d1a3ed9f903ea0e09de3faebe0c05 (commit)
       via  acb4b60517572094bcd633c7df6fbd90836c4e2d (commit)
       via  7b27df1b83855e61452bb7dbe3ae472024e27b1e (commit)
      from  6d1c067719c29647adc80b959c8c976241ccbd90 (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 6447a583e23bc1672c09b13857035725d5a2589a
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:29:27 2017 +0200

    ipv6 ready: When there are more fragments(Mbit is not zero), payload_length 
field in IPV6 header must be the multiple of 8 (see patch #9455)
    
    Signed-off-by: goldsimon <address@hidden>

commit fa11461f84515c27cabe68cb8cf3cf2db48f7dda
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:21:10 2017 +0200

    ipv6 ready: Added exception handling to parse a routing header (see patch 
#9455)
    
    Signed-off-by: goldsimon <address@hidden>

commit 675c6e44287d410ac6243407b7415eca399439d0
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:18:38 2017 +0200

    ipv6 ready: Hop-by-Hop and destination option header must be checked more 
detailed (see patch #9455)
    
    Hop-by-Hop, Destination option header structures consist of 2 unsigned 
char; next option type and header length field.
    And TLV(Type-Length-Value) option headers come by the number in header 
length field.
    If the option type in TLV option header is not recognized and 2 MSB is not 
0, it is handled as an exception.
    
    Signed-off-by: goldsimon <address@hidden>

commit 72171c12b56d1a3ed9f903ea0e09de3faebe0c05
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:12:10 2017 +0200

    ipv6 ready: Hop-by-Hop and destination option header must be checked more 
detailed (see patch #9455)
    
    Hop-by-Hop, Destination option header structures consist of 2 unsigned 
char; next option type and header length field.
    And TLV(Type-Length-Value) option headers come by the number in header 
length field.
    If the option type in TLV option header is not recognized and 2 MSB is not 
0, it is handled as an exception.
    
    Signed-off-by: goldsimon <address@hidden>

commit acb4b60517572094bcd633c7df6fbd90836c4e2d
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:11:30 2017 +0200

    ipv6 ready: icmp6_param_problem() should send an exact offset to point to 
the error (see patch #9455)
    For this, convert 'u8_t nexth' to a pointer and change 
'icmp6_param_problem()' to take a pointer, not an offset number
    
    Signed-off-by: goldsimon <address@hidden>

commit 7b27df1b83855e61452bb7dbe3ae472024e27b1e
Author: Jisu Kim <address@hidden>
Date:   Tue Sep 19 14:08:16 2017 +0200

    ipv6 ready: clean up ipv6 header structs and add more header types & 
defines (see patch #9455)
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/ipv6/icmp6.c        |   8 +-
 src/core/ipv6/ip6.c          | 282 +++++++++++++++++++++++++++++++++++++------
 src/core/ipv6/mld6.c         |   4 +-
 src/include/lwip/icmp6.h     |   2 +-
 src/include/lwip/prot/ip6.h  | 124 ++++++++++++++-----
 src/include/lwip/prot/mld6.h |   1 +
 6 files changed, 348 insertions(+), 73 deletions(-)


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



reply via email to

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