- Jul 05, 2017
-
-
Gregory Nutt authored
IP forwarding: In check it the Ethernet MAC address is in the ARP/Neighbor table, add an additional check to skip in the case of CONFIG_NET_MULTILINK and the devices is not an Ethernet device.
-
Jeff authored
configs/Board.mk: Remove comment form end of line. In windows native build, it appears to be trying to make that an extra parameter to the AR command
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 04, 2017
-
-
Gregory Nutt authored
-
Jan Pobrislo authored
I've found that the interrupts aren't enabled since nothing updates them after btn_poll() marks the file descriptor structure as being polling. I've managed to make it work with this change.
-
Gregory Nutt authored
-
Gregory Nutt authored
UDP networking: The TTL (time to live) was not being set in the IPv4 or IPv6 header unless the UDP socket was bound.
-
Gregory Nutt authored
IP forwarding. Adds a little more structure to handle passing packets received on one network device to another network device. Logic is still incomplete.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 03, 2017
-
-
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
-
Eetu Nevalainen authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
samv71-xult: Fix SP0 vs. TWHS0 in mrf24j40-starhub/defconfig; fix copy-paste errors in SPI initialization logic.
-
- Jul 02, 2017
-
-
Jan Pobrislo authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
samv71-xult: Add support for the MRF24J40 radio and create a mrf24j40-starhub configuration. A few fixes to IPv6 and 6LoWPAN were required to have 6LoWPAN and Ethernet coexisting. Untested and expect some complexity in the bring-up.
-
Gregory Nutt authored
Clang: Should there not be a prefix when using a cross compiler where clang refers to the host clang.
-
Gregory Nutt authored
-
Goran Mekić authored
-
- Jul 01, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
include/nuttx/net and net/: Move private prototype of netdev_foreach() from the public include/nuttx/net/net.h to the private net/netdev/ndetdev.h header file where it belongs.
-
- Jun 30, 2017
-
-
Gregory Nutt authored
6LoWPAN: TCP send logic was returning a failure in one case when, in fact, the send was successful.
-
Gregory Nutt authored
This change backs out the 'misconception' fix of 76e6dba2 and reimplements it in a way that actually seems to work.
-
Gregory Nutt authored
-