Gregory Nutt
|
eac4ea7ae5
|
Networking: Back out a previous change. It is incorrect
|
2015-01-22 12:10:16 -06:00 |
|
Gregory Nutt
|
46fc574f0f
|
Forgot to remove some debug instrumentation in the last commit
|
2015-01-22 10:35:11 -06:00 |
|
Gregory Nutt
|
57e8c1a11d
|
Merge remote-tracking branch 'origin/master' into ipv6
|
2015-01-22 10:23:20 -06:00 |
|
Gregory Nutt
|
0004e78ec4
|
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
|
2015-01-22 10:22:47 -06:00 |
|
Gregory Nutt
|
7106469191
|
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
|
2015-01-22 10:09:10 -06:00 |
|
Gregory Nutt
|
2e8667d304
|
Networking: New domain field in socket structure is created by socket(), but missed cases where a socket is created via accept() or dup()
|
2015-01-22 07:50:31 -06:00 |
|
Gregory Nutt
|
fbbce64623
|
Update ChangeLogs
|
2015-01-22 06:55:09 -06:00 |
|
Gregory Nutt
|
6175e9eec5
|
Networking: Correct the value returned by accept() in the case where net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln
|
2015-01-22 06:51:31 -06:00 |
|
Gregory Nutt
|
1dd722f836
|
STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driver
|
2015-01-21 15:04:39 -06:00 |
|
Gregory Nutt
|
4ab8e85dba
|
Networking: Change some debug outputto vebose debug output
|
2015-01-21 14:23:50 -06:00 |
|
Gregory Nutt
|
4db99c631f
|
Networking IPv6: Fix and error when adding a neighbor to the table. Comparing wrong address. Add more debug info too
|
2015-01-21 14:13:57 -06:00 |
|
Gregory Nutt
|
7dd07f7179
|
Networking: IPv6 receipt logic errors. Don't save neighbor address in table when solicitation is recieved. Save it when the advertisement is received
|
2015-01-21 14:13:03 -06:00 |
|
Gregory Nutt
|
38e0dcf097
|
Networking: Fix another error in an IPv6 macro. Again ampersand where there should not be one
|
2015-01-21 14:11:20 -06:00 |
|
Gregory Nutt
|
8132afb3de
|
Fix some errors in memcpy arguments. No ampersands on array arguments.
|
2015-01-21 12:42:22 -06:00 |
|
Gregory Nutt
|
32d2a4c548
|
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
|
2015-01-21 11:36:33 -06:00 |
|
Gregory Nutt
|
5e23a855ec
|
More typos in debug statements
|
2015-01-21 10:32:59 -06:00 |
|
Gregory Nutt
|
354bc626ab
|
Fix a typo introduced in the last commit
|
2015-01-21 10:31:18 -06:00 |
|
Gregory Nutt
|
3202819328
|
IPv6 -- various fixed from problems found in testing
|
2015-01-21 10:29:18 -06:00 |
|
Gregory Nutt
|
4498bf9f5b
|
ICMPv6 Neighbor Advertisement: Need to set O flag or response is not used. Also, TTL=255 seems to be more-or-less standard in this message
|
2015-01-21 08:37:23 -06:00 |
|
Gregory Nutt
|
2653b412c9
|
Merge remote-tracking branch 'origin/master' into ipv6
|
2015-01-20 18:16:28 -06:00 |
|
Gregory Nutt
|
5be1077e57
|
Update ChangeLog
|
2015-01-20 18:15:54 -06:00 |
|
Gregory Nutt
|
5d31687e75
|
Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family
|
2015-01-20 18:14:09 -06:00 |
|
Gregory Nutt
|
cb1536499a
|
SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c
|
2015-01-20 16:38:18 -06:00 |
|
Gregory Nutt
|
0aa1fdf021
|
Update ChangeLog
|
2015-01-20 16:00:43 -06:00 |
|
Gregory Nutt
|
cdff532bfa
|
Networking: When sending ICMPv6 advertisements and solicitations, set the NOARP bit so that we don't overwrite the destination MAC address
|
2015-01-20 15:59:52 -06:00 |
|
Gregory Nutt
|
5f4ddc48ca
|
Update ChangeLog
|
2015-01-20 15:54:01 -06:00 |
|
Gregory Nutt
|
1ad73c52b1
|
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
|
2015-01-20 15:52:25 -06:00 |
|
Gregory Nutt
|
10c7b1d5bf
|
Update ChangeLog
|
2015-01-20 15:15:08 -06:00 |
|
Gregory Nutt
|
a53ae59284
|
Networking: Add missing raw/packet socket support to all Ethernet drivers
|
2015-01-20 15:14:29 -06:00 |
|
Gregory Nutt
|
232dbeb800
|
Update ChangeLog
|
2015-01-20 15:06:18 -06:00 |
|
Gregory Nutt
|
67a655ecf0
|
Networking: Add logic to search the Neighbor Table and update the destination address in the output Ethernet header OR to send an ICMPv6 Neighbor Solicitation if there is no entry in the Neighbor table for the IPv6 address
|
2015-01-20 14:37:02 -06:00 |
|
Gregory Nutt
|
41bb57efea
|
Fix typo in function name
|
2015-01-20 13:48:42 -06:00 |
|
Gregory Nutt
|
109c7c7437
|
Networking: Clean up IPv6 Neighbor Table logic
|
2015-01-20 12:31:56 -06:00 |
|
Gregory Nutt
|
d68cd0d8de
|
Networking: Update ICMPv6 logic to RFCs
|
2015-01-20 11:06:51 -06:00 |
|
Gregory Nutt
|
92f440c20c
|
Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being set correctly.
|
2015-01-20 06:26:14 -06:00 |
|
Gregory Nutt
|
aec4528882
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
|
Gregory Nutt
|
33d95bdcee
|
Networking: Hook in ICMPv6 polling operations into periodic network logic
|
2015-01-19 15:51:40 -06:00 |
|
Gregory Nutt
|
f169779568
|
Merge remote-tracking branch 'origin/master' into ipv6
|
2015-01-19 14:58:41 -06:00 |
|
Gregory Nutt
|
2fd334432c
|
Networking: Fix to ICMPv6 logic: Needs to set source and destination address in the Ethernet header
|
2015-01-19 14:57:55 -06:00 |
|
Gregory Nutt
|
8c74fb427e
|
TM4C Ethernet: Fix the ICMPv6 multicast address
|
2015-01-19 14:56:43 -06:00 |
|
Gregory Nutt
|
6d901e4d8b
|
Networking: Costmetic changes
|
2015-01-19 14:56:35 -06:00 |
|
Gregory Nutt
|
13149536f2
|
Networking: Update ICMPv6 message numbers
|
2015-01-19 14:04:16 -06:00 |
|
Gregory Nutt
|
bd3d26ccd7
|
Networking: Fix an IPv6 bug: Wrong network byte order in comparison
|
2015-01-19 13:21:26 -06:00 |
|
Gregory Nutt
|
5b84be6bf6
|
Update ChangeLog
|
2015-01-19 13:01:21 -06:00 |
|
Gregory Nutt
|
a4a6917267
|
Fixes some issues found by the PX4 team using Coverity. From Pavel Krienko
|
2015-01-19 13:01:20 -06:00 |
|
Gregory Nutt
|
28aadce3e8
|
Tiva Ethernet: Add support for receiving IPv6 multicast frames
|
2015-01-19 12:43:13 -06:00 |
|
Gregory Nutt
|
54847c118f
|
Merge remote-tracking branch 'origin/master' into ipv6
|
2015-01-19 10:37:14 -06:00 |
|
Gregory Nutt
|
ce75017d7c
|
Networking: net/neighbor/Make.defs was not being included by Makefile
|
2015-01-19 10:36:22 -06:00 |
|
Gregory Nutt
|
adc91965ed
|
NSH library: Disable put and get commends of TFTP client is not enabled; disable wget command if web client is not enabled
|
2015-01-19 10:32:46 -06:00 |
|
Gregory Nutt
|
2842b5c5d6
|
Networking: Fix some problems with debug is enabled; fix a warning
|
2015-01-19 10:16:37 -06:00 |
|