From d3b4416f0074f9980b8928d825b38032c6df0bc2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jan 2015 15:07:34 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 87de161f876..dc00fd20abc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9418,3 +9418,8 @@ net_iphdr_s (2015-01-15). * arch/ and drivers/net: All Ethernet drivers: Call ipv6_input() if IPv6 is enabled and an IPv6 packet is received (2015-01-15). + * net/devif, net/tcp, net/ucp, include/nuttx/net: Seperate tcp_input() + and udp_input() into seprate functions tcp_ipv4_input(), + tcp_ipv6_input(), udp_ipv4_input(), and upd_ipv6_input() than can deal + will the data offsets caused by the differing sizes of the IP header + (2015-01-15).