- Jun 26, 2017
-
-
Juha Niskanen authored
-
Gregory Nutt authored
-
Anthony Merlino authored
ieee80215: starts adding support for beacon-enabled networking Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Jun 25, 2017
-
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Gregory Nutt authored
6LoWPAN TCP: Fix more ACK handling, fix some callback flag settings. Now the TCP test appears fully functional on 6LoWPAN.
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: Modify the the way TCP headers are transferred -- yet again. TCP packet reassembly now seems to work OK, but no there now does not seem to be a listener on the port.
-
Gregory Nutt authored
-
- Jun 24, 2017
-
-
Gregory Nutt authored
6LoWPAN: Various fixes for a clean build if either TCP or UDP are disabled. Given the current state of TCP, it is recommended that you disable TCP.
-
Gregory Nutt authored
6LoWPAN TCP: Major re-architecting of TCP logic to properly handle TCP stuf like ACKs and TPC windowing which were not properly covered in the initial design. Still does not work; hangs waiting of ACKs.
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: TCP logic was not obeying MTU packet size limitations. Other TCP-specific issues also fixed. There remains a major outstanding issue with ACK handling.
-
Gregory Nutt authored
-
Gregory Nutt authored
clicker2-stm32/mrg24j40-6lowpan: Add apps/examples/nettest. Refresh all configurations that enable the nettest.
-
- Jun 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
ieee802154: Minor renaming to align better with coding style standard Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
drivers/net/tun.c: Use critical section instead of semaphore in tun_ifdown() Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Ritjaina authored
netdb: Fixed buffer size used for sending DNS queries should depend on the configured DNS name size.
-
Masayuki Ishikawa authored
-
- Jun 22, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: fix yet another addressing problem. That does it. Several recent, proper bugfixes unmasked a few errors in the 6LoWPAN logic. But I think full functionality is restored.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
6LoWPAN: Loopback driver needs to initialize the MAC meta data; Address decompression logic must have the MAC address to handle the most common compression cases.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Roland Takacs authored
Do not search net device when all-zeros address is used. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
Fix problems in last commit noted by Jeongchan Kim: last change returned -EINVAL vs EINVAL; Treat the case where the mutex is already unlocked just like the case where the mutex is held by another thread -- return EPERM.
-
Roland Takacs authored
-
Gregory Nutt authored
-
- Jun 21, 2017
-
-
Gregory Nutt authored
-