- Aug 19, 2017
-
-
Gregory Nutt authored
commit 2a3ab1652a2c95bcfc8be8380fc7cbdcb6472938 Author: Gregory Nutt <gnutt@nuttx.org> Date: Sat Aug 19 08:44:31 2017 -0600 PF_IEEE802154: Finish some missing bind() logic. Add configs/sim configuration for testing. commit 59be4b846a6e3bfe82087a888e3fdac9c3c414e5 Author: Gregory Nutt <gnutt@nuttx.org> Date: Fri Aug 18 19:30:04 2017 -0600 PF_IEEE802154: More renaming to decouple 6LoPAN from radios in general. commit 69fabb1aea76e54381bdc13de28a3f1441fb42f4 Author: Gregory Nutt <gnutt@nuttx.org> Date: Fri Aug 18 19:21:11 2017 -0600 PF_IEEE802154: Missed a few renamings. commit ff0af1bb25567720934cc1c2a721ccd92cc35f89 Author: Gregory Nutt <gnutt@nuttx.org> Date: Fri Aug 18 17:46:58 2017 -0600 PF_IEEE802154: A few bugfixes commit 01c7c84afd00cf907d280d30cfaf0fb2cf90e02e Author: Gregory Nutt <gnutt@nuttx.org> Date: Fri Aug 18 17:01:31 2017 -0600 PF_IEEE802154: A few bugfixes commit dcef4056d1c1488c93151135f3b7106977faa903 Author: Gre...
-
- Aug 18, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 12, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
procfs routing table: Don't print the IPv4 routing table header if the table is empty. Fix a couple of places where CONFIG_NET_IPv4 was used wehre IPv6 was intended (not noticed now because I am testing with both enabled).
-
Gregory Nutt authored
-
- Aug 11, 2017
-
-
Gregory Nutt authored
-
- Aug 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Network routing table: Trivial name changes to make IPv4 and IPv6 more symmetric. Add debug logic to dump the content of the router table.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
- Aug 09, 2017
-
-
Gregory Nutt authored
Networking: Fix typo for 802.11 devices in netdev_register(). Was being masked before because depended on CONFIG_NET_MULTLINK.
-
Gregory Nutt authored
Fix IPv6 loopback driver that depended on the removed g_ipv6_allonesaddr. Noted by Masayuki Ishikawa
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 08, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Fix netdev_dev_lladdrsize. In some configurations, it could return the wrong size for the address of a packet radio.
-
Gregory Nutt authored
Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code.
-
Gregory Nutt authored
Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
- Aug 07, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
IPv6: Remove comparisons to the address with all ones set. IPv6 does not support broadcast addresses and certainly not in that form. Replace with multicast addresses beginning with 0xff02.
-
- Aug 06, 2017
-
-
Gregory Nutt authored
Spirit network driver: TX timeout was never being cancelled! Also reviewed and cleaned up all error handling logic
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: When obtaining the radio MAC address from the IP address, handle the special case of broadcast and multicast address.
-
- Aug 05, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Spirit + 6LoWPAN: In STAR configuration, Spirit must use a configured well known hub address. 6LoWPAN cannot assume that the PAN coordinator is the STAR hub; it must ask the radio to provide it with the address of the star hub
-
- Aug 04, 2017
-
-
Gregory Nutt authored
Spirit: Correct setting of the length width field; Add multicast and broadcast addresses to radio properities.
-
- Aug 02, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 01, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
IoT Board/Spirit: Fix a few issues that interfered with testing. Move console to the VCOM port (USART) for all configurations. Rename the spirit-mac configuration to spirit-6lowpan. Add lots of debug output the spirit network driver.
-
- Jul 31, 2017
-
-
Gregory Nutt authored
-