summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-18 09:51:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-18 09:51:08 -0600
commit32e9200d056fbd3ed33dcf3f6c1c5fdf1d1e9910 (patch)
tree2b3ca1afbfd952e8f076ed65261952e47facdeb4 /nuttx/ChangeLog
parent9dc74b4841447236089bea6b1d096472dcdbcfa6 (diff)
downloadnuttx-32e9200d056fbd3ed33dcf3f6c1c5fdf1d1e9910.tar.gz
nuttx-32e9200d056fbd3ed33dcf3f6c1c5fdf1d1e9910.tar.bz2
nuttx-32e9200d056fbd3ed33dcf3f6c1c5fdf1d1e9910.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 10e8c1324..f63ae1938 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7445,4 +7445,11 @@
being passed (2014-6-15).
* arch/arm/src/sama5/sam_dmac.h: Fix some critical typos in the SAMA5D3
DMA definitions (2014-6-17).
+ * nuttx/net/net_send_unbuffered.c: Notify the device driver of the
+ availability of TX data. From Daniel Lazlo Sitzer (2014-6-18).
+ * net/net_close.c, net_send_unbuffered.c, socket.c, and uip_poll.c:
+ Various fixes for raw sockets from Daniel Lazlo Sitzer: (1) properly
+ free the socket in psock_close(), (2) socket() returns failure when
+ there is no free socket/connection, and (3) Set number of bytes to
+ transmit is set in the uip_driver_s instance (2014-6-18).