summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-23 11:10:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-23 11:10:11 -0600
commit27cdf46406f099b2119990eea989e293ec5663d9 (patch)
treec572d6921f5932d48fdb8bd3d3e94ab5b97f17ec
parent6796a8dde653598dec5c234bf68b2b3bd246a099 (diff)
downloadnuttx-27cdf46406f099b2119990eea989e293ec5663d9.tar.gz
nuttx-27cdf46406f099b2119990eea989e293ec5663d9.tar.bz2
nuttx-27cdf46406f099b2119990eea989e293ec5663d9.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4afaa9a1a..921cbf721 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9044,3 +9044,11 @@
change for UDP above (2014-11-22).
* net/route/net_router.c: Refuse to perform routing table lookups for
the Broadcast IP address. From Brennan Ashton.
+ * net/netdev/netdev_findbyaddr.c and netdev: Add logic to netdev_findbyaddr()
+ to return the correct network device for the case where a broadcast
+ address is used. This change caused trivial ripples through other
+ files because additional parameters are required for netdev_findbyaddr()
+ when CONFIG_NET_MULTINIC. Those other file include net/netdev/netdev_rxnotify.c,
+ netdev_txnotify.c which, in turn, for changes to arp/arp_send.c,
+ icmp/icmp_ping.c, socket/net_sendfile.c, recvfrom.c, sendto.c,
+ tcp/tcp_send_buffered.c, and tcp_send_unbuffered.c (2014-11-23).