summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-15 15:07:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-15 15:07:34 -0600
commit425b313cb3bc53c5cc49f98ad8236ea6675ad9df (patch)
tree6c8e8b6f786501658fd68af699474c87c740eee0
parent079bdbfc29756407b681107b83dc2a7aa122de86 (diff)
downloadpx4-nuttx-425b313cb3bc53c5cc49f98ad8236ea6675ad9df.tar.gz
px4-nuttx-425b313cb3bc53c5cc49f98ad8236ea6675ad9df.tar.bz2
px4-nuttx-425b313cb3bc53c5cc49f98ad8236ea6675ad9df.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 87de161f8..dc00fd20a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).