summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-18 11:37:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-18 11:37:53 -0600
commit335a770157568414a024630ea3eb107e28c0968b (patch)
tree84b512482cc153b90a5095293c024089cbdb21bb /nuttx/ChangeLog
parent4a528b4f90967848aec20d30c113f8dd6a032d13 (diff)
downloadnuttx-335a770157568414a024630ea3eb107e28c0968b.tar.gz
nuttx-335a770157568414a024630ea3eb107e28c0968b.tar.bz2
nuttx-335a770157568414a024630ea3eb107e28c0968b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 295953863..b596ee779 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8157,3 +8157,12 @@
call strtol() directly on the input data, using the endptr return
value to determine how many characters to skip after parsing. From
Kosma Moczek (2014-8-18).
+ * net/arp/arp_dump.c: Add missing configuration option to select
+ dumping of ARP packet headers. Move ARP dumping logic from
+ arp_inout.c to its own file (2014-8-18).
+ * net/arp/arp_out.c: Move arp_out() from arp_inout.c to its own file
+ (2014-8-18).
+ * net/arp/arp_arpin.c: Move arp_arpin() from arp_inout.c to its own file
+ (2014-8-18).
+ * net/arp/arp_ipin.c: Rename arp_inout.c to arpipin.c because that is
+ all that is left in the file (2014-8-18).