- Jan 21, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family
-
- Jan 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: When sending ICMPv6 advertisements and solicitations, set the NOARP bit so that we don't overwrite the destination MAC address
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 19, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Fix to ICMPv6 logic: Needs to set source and destination address in the Ethernet header
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH library: Disable put and get commends of TFTP client is not enabled; disable wget command if web client is not enabled
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up_receive() and up_dma_receive() to match fields of uart_ops_s from nuttx/include/nuttx/serial/serial.h
-
- Jan 18, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Ethernet: When calling into the stack from the worker thread, it is necessary to have the stack locked
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-