Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
7f862bd3
Commit
7f862bd3
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLog
parent
548fda78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+12
-0
12 additions, 0 deletions
ChangeLog
with
12 additions
and
0 deletions
ChangeLog
+
12
−
0
View file @
7f862bd3
...
...
@@ -8166,3 +8166,15 @@
(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).
* net/arp/arp_format.c: Move the logic that formats an ARP packet into a
separate file where it can be re-used. (2014-8-18).
* net/arp/arp_out.c and net/pkt/pkt_send.c: Change how the IFF_NOARP
flag is handled. This should be set only when data is moved into the
buffer and cleared after tested by the ARP logic. Setting it globally
can cause packets to be sent with no valid MAC addresses (2014-8-18).
* net/arp/arp_send.c: Partial implementation of logic to send ARP
requests to assure that an IP address mapping is present in the ARP
table (2014-8-18).
* net/arp/arp_poll.c: Finished the implementation of logic to send ARP
requests. Complete, fully hooked into the networking logic, and ready
for test (but still untested) (2014-8-18).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment